简体   繁体   English

如何将edittext中的数据存储到android sqlite数据库?

[英]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. 我是Android上的新开发人员,我希望使用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. 对于那个设计.xml文件用户名为edittext和take按钮,在点击按钮后填充所有文本字段后,所有数据都存储在数据库中。 and show this data on screen..... 并在屏幕上显示此数据.....

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何从中心数据库获取数据并存储在android sqlite数据库中? - How to fetch data from center database and store in android sqlite database? 如何将EditText的整数值存储到SQLite数据库[Android] - How do I store integer values of EditText into SQLite Database [Android] 如何从editText获取日期并将其存储在sqlite数据库中 - How to get date from editText and store it in sqlite database 如何从mysql中获取数据并存储在android中的Sqlite数据库中 - How to fetch data from mysql and store in Sqlite database in android 如何将数据从XML文件存储到android中的SQLite数据库 - How to store data from XML file to SQLite database in android 如何比较用户在EditText中输入的数据并从android studio 2.0中的sqlite数据库中检索EditText中的结果数据 - How to compare data which is entered by user in EditText and retrieve result data in the EditText from sqlite database in android studio 2.0 如何将自定义列表视图中的edittext值插入Android中的sqlite数据库 - How to insert edittext value from custom listview into sqlite database in android 如何从 SQLite 数据库中获取数据并在 EditText 中显示 - How to get data from SQLite database and display it in EditText 从 SQLite 数据库自动填充 Android Studio 中的 EditText - AutoPopulate EditText in Android Studio from SQLite Database 我如何从 EditText 中获取日期,然后将其存储在 Android 的数据库中 - How can i get the date from the EditText and then store it in database in Android
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM