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
2010-09-28 05:19:38