When is implementing an android.widget.Adapter better than extending an android.widget.BaseAdapter? -
i'm wondering when it's more appropriate implement android.widget.adapter or android.widget.listadapter, rather extend android.widget.baseadapter. put context it, have list consists of different sub-classes of basemessage class, figure i'll need override getitemviewtypecount(int position) , getitemviewtype(int position).
Comments
Post a Comment