Search code examples
androidlistviewaudio-playerandroid-music-player

Android: How to create music player?


How to set every page in show bottom this type layout? One Page in to manage play and stop song.

enter image description here


Solution

  • You can implement the Bottom Bar in Activity and should have Fragments for other layout in your activity.

    Here is the great tutorial to implement Music Player in Android from scratch : Create a Music Player on Android.

    Another cool feature : Android Sliding Up Panel imitates the same feature as Google Play Music with sliding up Current Playing Music.

    Android Sliding Up Panel