我正在考虑使用Properties
API 中内置的功能,然后我发现了AssetManager
. 在Android中加载/保存属性文件有一些非常简单的方法吗?一种不涉及弄乱输入/输出流的方法。
问问题
125 次
2 回答
3
于 2012-10-05T13:22:45.437 回答
1
你见过 SharedPreferences 吗?http://developer.android.com/guide/topics/data/data-storage.html#pref
于 2012-10-05T13:22:12.683 回答