I have an activity where i write a name which is insert in the database. In another activity I want to put a ListView which is populated with those names which are in the d
Please follow some simple tutorials first, some good tutorials are:
1- Simple Example
2- ListView of Data from SQLiteDatabase
As you requested, here is a very thorough tutorial which I believe will answer your questions: http://www.vogella.de/articles/AndroidListView/article.html#overview.
It explains you how to set a ListActivity
and then creating your very own adapter to populate the list.
Hope it helps!