1 comment

[ 0.26 ms ] story [ 12.9 ms ] thread
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);