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

不羁的心 提交于 2019-12-10 14:12:07

问题


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



来源:https://stackoverflow.com/questions/8793795/how-to-store-the-data-from-edittext-to-android-sqlite-database

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!