Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.2 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.2 KB

Android 102: Room and Retrofit

This repository contains a sample app to showcase usage of Retrofit and Room on Android.

The project is available in different stages of completion in different branches.

Branches

  1. Master: Empty project
  2. Setup Retrofit: Retrofit setup complete
  3. Setup Moshi: Moshi setup complete
  4. Async Network Request: Retrofit with Async Requests
  5. Setup Room: Room setup complete
  6. Saving data: Showcasing how to save data with Room
  7. Observable queries: Usage of LiveData with Room

Please checkout each branch to see how their respective tasks are completed.

Contribution

If you see a mistake here or find a problem, feel free to open an issue or make a pull request.