开发者

Database in Android similar to plist in iPhone

Is there any back end available for Android apps other than SQLITE. Is th开发者_JAVA技巧ere anything similar to iPhone PLIST or BlackBerry Persistence store available for developing android app?

Thanks, Adarsh V C


Yep : SharedPreferences

Take a look at : the Android doc for Data Storage

If you want to store values that should never be modified, you could just create a class with static final fields ( public static final String myKey = "myValue" )

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜