Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 586 Bytes

File metadata and controls

13 lines (9 loc) · 586 Bytes

Behind the Scenes - DevByte Viewer App

This is the toy app for Lesson 9 of the Android App Development in Kotlin course on Udacity.

DevByte

DevByte Viewer is an example app that showcases using Room and a Repository to create an offline cache.

In addition, it also covers how to use WorkManager for scheduling periodic work. In this app it's used to setup a daily background data sync.