Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 539 Bytes

Readme.md

File metadata and controls

22 lines (18 loc) · 539 Bytes

AlbumListApp

AlbumListApp fetches a list of albums and populates it on a recyclerview.

Guideline

  1. Clone from the master branch.
  2. The data used is fetched from https://jsonplaceholder.typicode.com/.

Technologies and Libraries

  • Kotlin
  • MVVM
  • Coroutines
  • Retrofit
  • Gson
  • Dagger 2
  • Architecture Components (Room, LiveData, ViewModel)
  • Espresso
  • Unit test

Recommendation for future improvements

  • There should be a details page that gives more information about an album
  • The test on the project can be made better