Possible Duplicate:
Persistent Data Storage in Android Development
I want to implement persistent storage in android application. Can anybody tell me, how i can do thi开发者_如何学编程s?
Maybe you should look into this subject here: http://developer.android.com/guide/topics/data/data-storage.html
You might use SQLite database. There are plenty of tutorials over the internet.
精彩评论