开发者

Interface in android same as Persistable in Blackberry

Which Interface in android is same as Persistable interface in开发者_如何学运维 Blackberry


I would suggest using the SharedPreferences if you're trying to have something that is similar to the PersistentStore. You can make your object Serializable and then store a String you create from it into the SharedPreferences.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜