I have class Person
class person{ int ID ; sting FirstName ; string Last Name ; String Telephone ; }
and I have ArrayList
ArrayList
Better to use Custom Adapter. Here you do not need to convert ArrayList to String ArrayList. You able to set data via array-list position.
link
Thanks