An open API service indexing awesome lists of open source software.

https://github.com/smarttoolfactory/room-persistence-library-tutorials

Series of Tutorials about Room Persistance Library Tutorials
https://github.com/smarttoolfactory/room-persistence-library-tutorials

Last synced: about 1 year ago
JSON representation

Series of Tutorials about Room Persistance Library Tutorials

Awesome Lists containing this project

README

          

# Room-Persistence-Library
Series of Tutorials about Room Persistence Library

ROOM Persistence
Getting Started
The Room persistence library provides an abstraction layer over SQLite to allow fluent database access while harnessing the full power of SQLite.
The library helps you create a cache of your app's data on a device that's running your app. This cache, which serves as your app's single source of truth, allows users to view a consistent copy of key information within your app, regardless of whether users have an internet connection.