https://github.com/iamsdt/musicplayer
A complete music player with playlist options. In this project the UI of old universal music player is used, but the layout created with new component of android like constrain layout, card view. For this project, exoplayer is for music play. This app support latest android 10.
https://github.com/iamsdt/musicplayer
android android-music-player android-mvvm exoplayer2 kotlin-coroutines music-player ump
Last synced: 6 months ago
JSON representation
A complete music player with playlist options. In this project the UI of old universal music player is used, but the layout created with new component of android like constrain layout, card view. For this project, exoplayer is for music play. This app support latest android 10.
- Host: GitHub
- URL: https://github.com/iamsdt/musicplayer
- Owner: Iamsdt
- License: apache-2.0
- Created: 2020-02-03T16:17:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-10T14:57:58.000Z (almost 6 years ago)
- Last Synced: 2025-06-28T06:06:50.282Z (7 months ago)
- Topics: android, android-music-player, android-mvvm, exoplayer2, kotlin-coroutines, music-player, ump
- Language: Kotlin
- Homepage:
- Size: 2.35 MB
- Stars: 20
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Music Player
A complete music player with playlist options. In this project the UI of old universal music player is used, but the layout created with new component of android like constrain layout, card view. For this project, exoplayer is for music play. This app support latest android 10.
### Features
1. Play Music option
2. Browse Songs by Albums
3. Browse songs by artist
4. Play list
1. Add and remove songs to playlist
2. Create and delete playlist
5. App widget to play the playlist
### Screenshots
|
|
|
|
| ---- | ---- | ---- |
|
|
|
|
|
|
|
|
## Architecture
Language: **Kotlin**
Design pattern: **MVVM**
DI: **KOIN**
Libraries
1. Android Extension Helper
2. Coroutines
3. Exoplayer
4. Glide
5. Timber
6. Toasty
7. Gson
## Want to test
Android Studio: 3.5.3
Compile SDK: 29
Target SDK: 29
```
git clone https://github.com/Iamsdt/MusicPlayer.git
```
## License
This project is under [Apache License 2.0]( https://github.com/Iamsdt/MusicPlayer/blob/master/LICENSE ).
```
Copyright {2020} {Shudipto Trafder}
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```