Number
During Google 2017 I / O, Google introduces the Number Preservation Library as a new library that is working to create a clean architecture for developing Android applications. Room is a SQLite object mapping library. Room fits well with clean architecture.
ActiveAndroid
I use ActiveAndroid for most of my projects. ActiveAndroid is an active ORM write style that allows you to save and retrieve SQLite database records without even writing a single SQL statement. The library takes care of all SQLite settings and materials, and all of them contain only some simple lines of code and a few simple configuration steps.
source
share