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...
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...
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
You can however also checkout the Data Storage: Using Databases | Android Developer guide.