On Sun, Apr 18, 2010 at 8:45 PM, greg <[email protected]> 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 wanted 2 - Set the selection in the drop down to a default (0) that prompts the user for a selection after they've checked at least one item. Then after they're done with the selection, they can rechoose the option to sort by selection. ------------------------------------------------------------------------------------------------- TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

