Skip to content

Simple Music app demo using RxJava, Android Architecture Component and MVVM

Notifications You must be signed in to change notification settings

safall/MusicAppDemo

Repository files navigation

Music App Demo

Followings components from Android Jetpack are implemented into this repository

Other Libraries used

App content details

App contains the initial screen with search bar, user can search the artist using a query, search is reactive, in other words results will be shown as search on type basis.

When the user clicks any one of the artist from search result list, screen containing the list of albums of the artist is displayed.

When the user clicks the album from the list, the album detail is shown which contains the track list in the album.

Implementation

Project architecture:

MVVM architecture is followed in this project with LiveData and RxJava.

About

Simple Music app demo using RxJava, Android Architecture Component and MVVM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages