tags:

views:

7

answers:

1

Friends, I need to fetch data from SQlite Db and set it on List View,it fetches data has well but the view showing on screen being empty,anybody help me to get the content to visible.

A: 

For simple String values use an ArrayAdapter, for custom UI on the lists, create your own Adapter and override the getView method.

Ragunath Jawahar