Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 593 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 593 Bytes

BOP Music

Local music player using MVVM design pattern

The application may serve as an example of

  • ViewModel
  • Room Database
  • Dagger-Hilt
  • Background Service
  • Motion Layout
  • MediaPlayer
  • MediaStore
  • RecyclerView
  • Media Controls
  • ViewPager2
  • Broadcasting intents

Here's how the app's major components interact and communicate with each other.

architecture