Back to Browse

ANDROID ARCHITECTURAL COMPONENT (CRUD) PT II

1.1K views
May 16, 2018
20:04

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. Get source code here: https://github.com/delaroy/RoomPersistentLibrary/tree/Update-Delete

Download

0 formats

No download links available.

ANDROID ARCHITECTURAL COMPONENT (CRUD) PT II | NatokHD