I have my own sub-class of BaseAdapter. I use Spinner#setAdapter to set the adapter to my sub-class. However, #getViewTypeCount and #getItemViewType do not get called. I see that Spinner#DropDownAdapter delegate most calls to the injected adapter, except for #getViewTypeCount and #getItemViewType. So it seems that Spinner does not intend to support different rows using different view types. Is this by design? What is the reason for this?
Thanks Shri -- 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

