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
If you don't have a cursor, why are you using a SimpleCursorAdapter?
Read this article about creating a SimpleListView using SimpleAdapter for alternate ideas.