从 Android 数据库中获取值

发布于 2024-10-16 06:09:44 字数 107 浏览 1 评论 0原文


我将 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

雪化雨蝶 2024-10-23 06:09:44

记事本教程向您展示如何使用 Cursor 从数据库中提取信息,然后如何使用 SimpleCursorAdapterListView 中显示信息。

可以在这里找到: 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 a ListView using the SimpleCursorAdapter.

It can be found here: http://developer.android.com/resources/tutorials/notepad/index.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文