SQLite 的问题
我正在创建一个应用程序。我有两种形式。一种表单具有 EditText
和 Spinner
。另一种形式用于查看数据库。我了解 SQLiteOpenHelper
和 SQLiteDatabase
,但我遇到连接问题。我看不到数据库的输出。关于如何解决这个问题有什么建议吗?
I'm creating an application. I have two forms. One form has an EditText
and a Spinner
. The other form is for viewing the database. I know about SQLiteOpenHelper
and SQLiteDatabase
, but I am having connection issues. I can't see the output from the database. Any suggestions on how to solve this issue?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
浏览记事本教程
http://developer.android.com/resources/tutorials/记事本/index.html
Go through the Notepad Tutorial
http://developer.android.com/resources/tutorials/notepad/index.html