How to store the data from edittext to android sql

2019-06-22 14:28发布

问题:

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.....

回答1:

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