开发者

Reading and storing values - Android

I develop app and I need to store and read ( read every 60 seconds, store rare ) data. What is the most easy way to achieve this? Does anybody have code sample to help m开发者_运维知识库e ?


Although your question is very vague, this guide should point you in the right direction.

Android has several methods of persisting data, namely using SQLite, internal storage, external storage, or network storage. There are others, but these are the big ones.

It's hard to know what you're trying to do, but I would start by looking into SQLite. If you're unfamiliar with it, you should check out this very simple Notepad tutorial. It will teach you the basics of storing and reading data from an SQLite DB.

Again, if you could be more specific, I might be able to give you more specific advice, but I think this should put you in the right direction.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜