标签: android
我需要构建一个包含5列的数据库,我需要在某个活动中添加数据并从另一个活动中读取数据。
答案 0 :(得分:1)
您可以使用SQLite数据库。 http://developer.android.com/guide/topics/data/data-storage.html#db
一些教程: http://www.anddev.org/working_with_the_sqlite-database_-_cursors-t319.html http://developer.android.com/resources/tutorials/notepad/notepad-ex1.html http://www.devx.com/wireless/Article/40842/1954