On Sun, Feb 19, 2012 at 11:28 PM, Ray Tayek <[email protected]> wrote:

> can one discover the array adapter for the spinner from the
> OnItemSelectedListener class?


http://developer.android.com/reference/android/widget/AdapterView.OnItemSelectedListener.html#onItemSelected(android.widget.AdapterView<?>,
android.view.View, int, long)

See the first parameter? If you follow that:

http://developer.android.com/reference/android/widget/AdapterView.html#getAdapter()


-------------------------------------------------------------------------------------------------
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

Reply via email to