SmartToolFactory / Room-Persistence-Library-Tutorials

Series of Tutorials about Room Persistance Library Tutorials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Series of Tutorials about Room Persistance Library Tutorials


Languages

Language:Java 77.2%Language:Kotlin 22.8%