Re: [android-developers] Re: Spinner spinning twice...

2011-12-28 Thread Mark Murphy
On Tue, Dec 27, 2011 at 8:35 PM, havexz bali.param...@gmail.com wrote: You are assuming that it is the same Spinner object and the same OnItemSelectedListener. Instead, it is a completely different Spinner instance and a completely different OnItemSelectedListener instance, for a completely

Re: [android-developers] Re: Spinner spinning twice...

2011-12-27 Thread Mark Murphy
On Tue, Dec 27, 2011 at 8:08 PM, havexz bali.param...@gmail.com wrote: I agree that user can call it multiple times even though program is processing last selection. But these un-necessary calls make the program looks sluggish, even though we are using all the goodies of background processing.