Re: [android-developers] spinner question: how to detect the selection of an already selected item?

2010-04-19 Thread ~ TreKing
On Sun, Apr 18, 2010 at 8:45 PM, greg sep...@eduneer.com wrote: Any tips on how to detect the selection of an already selected item in a spinner? You can't. Optionally you could: 1 - Provide a separate Update button that the user presses to re-sort the list after they've checked what they

[android-developers] spinner question: how to detect the selection of an already selected item?

2010-04-18 Thread greg
I have an activity with a ListView check list and a spinner that controls the sort order of the items in that check list. One of the sort options is to move the checked items to the beginning of the list. I would like to allow users to check some items in the list, select the 'sort by checks'