I was thinking about using the functionality built in the Properties API then I found the AssetManager. Is there some very simplistic way for loading/saving property files in Android? One that doesn’t involve messing with Input/Output streams.
I was thinking about using the functionality built in the Properties API then I
Share
I think Shared Preferences is good for small data.
http://developer.android.com/guide/topics/data/data-storage.html#pref