Possible Duplicate:
Populating a ListView using ArrayList?
I’m trying to create a listview in android and i have a ArrayList that contain all list data but i’m facing problem showing data in listview. Anyone explain me how it can be possible. Please refer some example too. Thanks.
For suppose listitems is the arraylist then you need to append your arraylist to listview as