Pouya Heydari

MusicManager

Music Manager Android application

MusicManager is an Android application for those who want to get familiar with the latest technologies in Android World. I will keep this project up to date as long as I can. You can help to keep it up to date if you like 😉

How app works
This application is designed to find singers and their top albums. I used the api from last.fm website (you can find the details in api secion). There are 4 main pages :

Saved albums : shows albums saved by user. works also in offline mode
Search artist
Top albums : shows top albums of the selected artist.
Album details : shows details of the selected album

Technologies and Architecture

Technologies that have been used in this projects are :

MVVM
Room
ViewModel
ViewModelFactory
DI via Dagger2
Retrofit
RxJava
Kotlin
LiveData
Navigation Component
Single Activity
Safe Args
DiffUtils
ListAdapter

API

All the api’s has provided by the last.fm website. for more information please visit their website.

For more information kindly visit the Github page of the application.