This is the toy app for Lesson 9 of the Android App Development in Kotlin course on Udacity.
Updates:
- Latest library versions (see .gradle files) with minor code refactoring
- Steps from Google Codelabs (09.1-2)
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.
