tags:

views:

37

answers:

1

Hi how to access existing data from sqlite and how to implement the data in list view in android.

A: 

Hi, please take a look at Android sdk Demo: NotesList, that uses SQLiteOpenHelper to create/open a sqlite databse, and SimpleAdpater to bind data to a ListActivity. Hope you will find the answer.

herbertD