如何创建音乐控件?

时间:2015-10-17 06:45:01

标签: android android-mediaplayer

我想为android中的MediaPlayer类创建控件,它将播放带有搜索栏的音乐,播放/暂停按钮,快速按钮和慢速按钮。

我怎样才能实现这一点,任何人都可以帮助我吗?谢谢!

1 个答案:

答案 0 :(得分:2)

这是一个非常好的教程...... http://code.tutsplus.com/tutorials/create-a-music-player-on-android-project-setup--mobile-22764

搜索Google,我发现这个: https://github.com/googlesamples/android-UniversalMusicPlayer 这是下载的,非常好。