On Tue, Jul 26, 2011 at 3:08 PM, Ab Caballero <[email protected]> wrote: > I got it working, but not with the case statement. Instead, I created > three instances of onItemSelectedListener(). However, I'm not certain > that this is the most efficient way to achieve the result. >
Again, you were only setting the one instance once. If you create on listener instance and set it correctly all three times, it should work. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

