Music player app which plays music from device storage. Also added a playlist feature which was implemented using GSON library and sharedpreferences.
Prominent techniques used: (for self reference)
- Foreground Service for music playback
- Accessing and modifying data storage
- Created AVDs and custom selectors using xml
- Handling music playback from notification of the app
- BroadCast Receivers, Viewmodels, Interfaces for communication between activities, fragments and service