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
- Host: GitHub
- URL: https://github.com/smarttoolfactory/room-persistence-library-tutorials
- Owner: SmartToolFactory
- Created: 2018-07-20T10:15:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-09T16:06:51.000Z (about 6 years ago)
- Last Synced: 2025-01-08T14:11:57.255Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 21.9 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.