The library every Android Developer needs

Madhavan Malolan
madhavanmalolan
Published in
1 min readMar 21, 2018

Every project — simple or complex — needs an easy way to store and query values that persists. This is the easiest way to get started without any frills.

Surprisingly there are no counterparts that are easy to use and don’t bloat the app size.

Usage

One line integration

Available on JCenter

Storing

Querying

Intent

I have been using this or some modification of this library in every Android project i have built in the last couple of years. I wrapped this up in a library so that I don’t have to re-write this library for my next project. I have put this up so that others may use it too.

Cheers!

Source

Bintray

Github

License

MIT — Do whatever you want.

--

--