Repository and workManager

Learn how to create a repository, add an offline cache, and schedule background tasks with WorkManager by completing an app called DevBytes. This app displays a list of DevByte videos which are short tutorials made by the Google Android Developer Relations team. The app fetches a list of video URLs from the network using the Retrofit library and displays the list using a RecyclerView.