Skip to content

mitchtabian/Local-db-Cache-Retrofit-REST-API-MVVM

This branch is 2 commits ahead of, 6 commits behind master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 21, 2019
6b9055d · Jul 21, 2019

History

10 Commits
Jul 21, 2019
Jul 21, 2019
Jul 21, 2019
Feb 15, 2019
Mar 12, 2019
Jul 21, 2019
Jul 21, 2019
Feb 15, 2019
Feb 15, 2019
Feb 15, 2019

Repository files navigation


In this course you'll learn how to build a local database cache with SQLite and Room. The cache retrieves data from a REST API using Retrofit2. Architecture is MVVM.

Here's the specifics of what you will see in the course:

  1. Caching data for when the network goes offline
  2. Reading cached data when the network is down
  3. Custom SQLite queries using Room
  4. Customizing the cache (how long data will live in the cache)
  5. How Retrofit caching works
  6. Why SQLite and Room is better for caching than Retrofit
  7. How to design a database cache
    • There is no "one size fits all"
    • Retrofit is better for some things but room is better for others
  8. How Glide caching works
  9. Glide RecyclerView Preloader (Customizing how many list items get cached)
  10. Dealing with Network Errors and slow network speeds
  11. OkHttp Network Timeouts
  12. Converting Retrofit Calls to LiveData (Call Adapters)
  13. And much more...

Architecture Diagram



Releases

No releases published

Packages

No packages published

Languages