Ogene is a music player I am building for fun and learning.
It strives to use some of the JetPack libraries.
Currently the app is built with the following
- Kotlin
- Paging Library (for paging in list of songs. Very useful when you have huge number of songs on your phone)
- ViewModel and LiveData
- MediaBrowserServiceCompat
- RxJava
- Dagger - for dependency injection
Currently, the UI is not done. Playback is only possible using media controller tester. If you want to test the media playback, download and build the above project. Run it and connect to Ogene. You should be able to browse and play list of songs in your mobile phone
Contributions are welcome
This project is licensed under the MIT License - see the LICENSE file for details