I'm wondering when it's more appropriate to implement an android.widget.Adapter
or android.widget.ListAdapter
, rather than extend an android.widget.BaseAdapter. To put some context into it, I have a list that consists of different sub-classes of a BaseMessage
class, so I figure I'll need to override getItemViewTypeCount(int position)
and getItemViewType(int position)
.
Asked
Active
Viewed 170 times
1

cesar
- 8,944
- 12
- 46
- 59