Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 806 Bytes

File metadata and controls

38 lines (24 loc) · 806 Bytes

SpotifyAPP ...Not finished

Spotify api APP using MVVM architecture, android dagger and jetpack architecture components, material design(somewhat)

Essential libraries I used:

  1. Dagger 2

  2. Jetpack components(Room, Navigation component, ViewModel, LiveData, Lifecycle, Data binding, Pagination, WorkManager)

  3. Coroutines + extensions

  4. Glide image loader

  5. For testing: JUNIT, Mockito, Espresso, Hamcrest

  6. And more..