Using Shared Preferences
The SharedPreferences
class provides a general framework that allows you
to save and retrieve persistent key-value pairs of primitive data types. You can use SharedPreferences
to save any primitive data: booleans, floats, ints, longs, and
strings. Th
翻译
2011-05-18 09:33:00 ·
1456 阅读 ·
0 评论