Settings

Theme

Serialise and deserialise any Java object to Shared Preferences in Android

github.com

1 points by brad-curran 13 years ago · 1 comment

Reader

brad-curranOP 13 years ago

It's pretty simple to use.

Saving objects: Animal animal = new Animal("Lassie", "Dog"); DroidPrefs.instance(context).put("key", animal).apply();

Loading objects: Animal animal = DroidPrefs.instance(context).get("key", Animal.class);

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection