Skip to content

Latest commit

 

History

History
executable file
·
17 lines (12 loc) · 553 Bytes

README.md

File metadata and controls

executable file
·
17 lines (12 loc) · 553 Bytes

DevBytes

A list of DevByte videos, using offline caching.

Features

  • implementing a local database using Room.
  • fetching data from the network and caching the data in the database.
  • using a repository to abstract the data layer.
  • integrating the respository class with the ViewModel.
  • displaying data from the offline cache.

Based on Repository by Google Codelabs (2022).