如何SQLite数据库添加到我的项目?
问题描述:
我的工作(测验)的Android项目。现在,我想用数据库。我有很多教程操纵SQ-精简版数据库操作。但我的问题出在哪里,我应该如何在应用程序中添加.db文件。在Eclipse IDE的包浏览器,在哪个文件夹组我需要添加.db文件?以及如何在我的SQLite数据库添加问题我的项目。
I am working on (Quiz)Android Project. Now, I am trying to work with database. I got many tutorials for manipulating Sq-lite database operations. But my problem is where and how should I add the .db file in to the application. In package explorer of Eclipse IDE, under which folder group I need to add the .db file? and how to add question in my Sqlite database to my project.
在此先感谢。