Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to store the data from edittext to android sqlite database?

I am a new developer on Android and I want store user data in database using sqlite. For that design .xml file username as edittext and take button, after fill all text fields when click the button all the data is stored in database. and show this data on screen.....

like image 511
Sandip Armal Patil Avatar asked Oct 10 '22 01:10

Sandip Armal Patil


1 Answers

These are useful tutorial and will help you

http://www.anotherandroidblog.com/2010/08/04/android-database-tutorial/

http://www.higherpass.com/Android/Tutorials/Accessing-Data-With-Android-Cursors/1/

http://developer.android.com/resources/tutorials/notepad/index.html

like image 106
Avi Dhiman Avatar answered Oct 18 '22 09:10

Avi Dhiman