On Sun, Apr 29, 2012 at 6:15 PM, Vic Simkus <[email protected]> wrote: > What is "simple_spinner_dropdown_item" item?
It is a layout, provided by Android in the firmware. A copy of that layout can be found in your SDK. > Why does an "adapter" > of any kind care about "views"? Because that is the complete and entire point behind creating an ArrayAdapter -- to supply Views to an AdapterView (e.g., rows to a ListView). -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training...At Your Office: http://commonsware.com/training -- 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

