I am developing an android project in which I have to load from group of String arrays(say title,description,id) to the listview item TextView.
I did something similar w
There are lots of examples of populating lists from various data sources in the ApiDemos project that comes with the Android SDK - browse through those, and you should find one that fits what you're trying to do.