Skip to content

An android application that fetches the list of albums from an API and renders it on UI

Notifications You must be signed in to change notification settings

eniolaipoola/AlbumListApp

Repository files navigation

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

About

An android application that fetches the list of albums from an API and renders it on UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages