A simple Android music player

Android Xiaobai's final assignment

The Android final project is only used for learning. The online music part only gets the NetEase cloud hot song list, and the API comes from the nose and kisses the face

Realize the function

  1. Show all local music files and display related information
  2. Play local music, add playlist, delete, etc.
  3. During playback, you can pause, resume, previous, next, and drag the music progress bar to any point in time.
  4. When playing, it can display the progress of the current playing music, indicate the playing time, and load the album picture
  5. You can set the order of playback as sequential playback, single looping, random playback, etc.
  6. After the interface of the music player etc. exits, the music can still be played in the background
  7. Every time you start the music player, the player loads the previous playlist and uses the first music in the list as the default first song
  8. Open the player again, the real-time information of the current music can be displayed
  9. Can connect to the network and play music on the network
  10. Cache network music list, refresh when needed, you can also add or remove playlist
  11. Audio focus control, can continue to play after being interrupted by other audio

Guess you like

Origin blog.csdn.net/zzh2910/article/details/84887125