开发者

Database in Android similar to plist in iPhone

开发者 https://www.devze.com 2023-03-18 03:21 出处:网络
Is there any back end available for Android apps other than SQLITE. Is th开发者_JAVA技巧ere anything similar to iPhone PLIST or BlackBerry Persistence storeavailable for developing android app?

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

精彩评论

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

关注公众号