This is the toy app for Lesson 9 of the Android App Development in Kotlin course on Udacity.
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.