For new Android projects, using Room is recommended. It uses more modern primitives, is maintained by Google and integrates well other Jetpack libraries.
Cupboard for Android is simple persistence that gets out of your way and is easy to add to your existing code base.
Download the latest jar or use Maven:
::xml
<dependency>
<groupId>nl.qbusict</groupId>
<artifactId>cupboard</artifactId>
<version>(insert latest version)</version>
</dependency>
Gradle users use
::groovy
compile 'nl.qbusict:cupboard:(insert latest version)'
You can use search.maven.com to show you what the latest version is.
Please check out the documentation on how to use Cupboard.
To discuss about Cupboard or ask questions, join our Google+ Community
Cupboard is created and maintained by Hugo Visser, previously at Qbus, now at Little Robots.