[android-developers] Re: ArrayAdapter Vs BaseAdapter.

2013-03-01 Thread bob
I would just write your own class that implements the ListAdapter interface. It is not too bad, and I think it would be a good learning experience. On Thursday, February 28, 2013 11:50:24 PM UTC-6, Seshu wrote: > > Hi All, > I want to show some students information i.e. id, name,

[android-developers] Re: ArrayAdapter Vs BaseAdapter.

2013-02-28 Thread skink
Seshu wrote: > Hi All, > I want to show some students information i.e. id, name, > address and contact number in listview. Which Adapter should i use > here i.e, ArrayAdapter or BaseAdapter. What's the major difference > between them. > > Thanks and Regards, > S.Seshu. for such data I wo