#Android #androidstudio #dexter #androidstudio
MusicPlayer that displays songs on your storage in listview. You can perform play, pause, next, prev. Has a decent seekbar.
Insta: @samdroidss
Source code: https://github.com/developersamuelakr...
Email me: [email protected]
Add these permissions:
in build.grade(Module): implementation 'com.karumi:dexter:6.2.1'
in Manifest: uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"