littlerobots / cupboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note

For new Android projects, using Room is recommended. It uses more modern primitives, is maintained by Google and integrates well other Jetpack libraries.

About Cupboard for Android

Cupboard for Android is simple persistence that gets out of your way and is easy to add to your existing code base.

Download

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.

Learn

Please check out the documentation on how to use Cupboard.

Discuss

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.

About


Languages

Language:Java 100.0%