Skip to content

Example of Retrofit, Room Database, MVVM, Coroutines, RecyclerView, and LiveData.

Notifications You must be signed in to change notification settings

NomanBaigA/QuotesWithRetrofitAndRoomDB

Repository files navigation

Quotes with Retrofit and Room Database

  • Example of Retrofit, Room Database, MVVM, Coroutines, RecyclerView, and LiveData.
  • It contains comments to show steps of how its created so students can understand it easily
  • This code is beginner friendly and easy to understand

Working

  1. If the device is connected to the internet it will fetch data from the internet with the help of Retrofit. (In log you can see online)
  2. If the device is offline it will get data from Room Database. (In log you can see offline)

Screen Record

Record.mp4