从 Android 数据库中获取值
我将 EditText 值保存在 SQLite 数据库中,我希望在 ListView 或 TextView 中查看数据库中的所有值。
怎样才能做到呢?
请帮我。
I saved the EditText value in SQLite database and I want the to view all values from the database in ListView or TextView.
How it can be done?
Please help me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
记事本教程向您展示如何使用
Cursor
从数据库中提取信息,然后如何使用SimpleCursorAdapter
在ListView
中显示信息。可以在这里找到: http://developer.android.com/resources/tutorials /notepad/index.html
The Notepad tutorial shows you how to pull information out of a database using a
Cursor
then how to display it in aListView
using theSimpleCursorAdapter
.It can be found here: http://developer.android.com/resources/tutorials/notepad/index.html