tags:

views:

71

answers:

2

Hi,

Im having sqlite file which contains data to display in a listview.

How i can get data from SQLite file

Please help me out.

Thanks...

A: 

Use the Sqlite standard API. Depending on the language you are using there are quite a few samples and guides online for that. Here is one http://web.utk.edu/~jplyon/sqlite/sqlite_api.html

Michel Triana
A: 

You can however also checkout the Data Storage: Using Databases | Android Developer guide.

Octavian Damiean