data to be saved in SQLite and want to retrive data from there

Posted by Mona on Stack Overflow See other posts from Stack Overflow or by Mona
Published on 2012-12-20T04:59:57Z Indexed on 2012/12/20 5:03 UTC
Read the original article Hit count: 183

Filed under:
|
|
|

In android, is it possible that we insert our database in SQLite and get back that data on our EditText boxes. I want to get data from database and populate it in my application activity. How can i do that. I want to save, update and delete my database in SQLite and most important i want to get data from database that is saved in SQLite tables. How can it be possible. Kindly guide. I will be thankfull to you

© Stack Overflow or respective owner

Related posts about java

Related posts about android