AlbumListApp fetches a list of albums and populates it on a recyclerview.
- Clone from the master branch.
- The data used is fetched from https://jsonplaceholder.typicode.com/.
- Kotlin
- MVVM
- Coroutines
- Retrofit
- Gson
- Dagger 2
- Architecture Components (Room, LiveData, ViewModel)
- Espresso
- Unit test
- There should be a details page that gives more information about an album
- The test on the project can be made better