I’m working on Android App that will user’s input data (from text box) store in database and later will show that data and work with it. But I can’t find any quality tutorial for this. Can anyone help me get started with databases in Android or just recommend good and extensive tutorial?
Share
You can use simple approach and test my sample SQLite database project.
If you want to insert value data from textbox then:
Where db is an object of SQLiteDatabase type and et is your textbox where user gives input.