How to implement an audio player for Android using MediaPlayer And MediaController?

前端 未结 1 1321
天命终不由人
天命终不由人 2020-12-13 03:01

I want to create an Android application that is a client for an Internet radio station. And I want it look native to Android? But im confused with Android API logic and docu

1条回答
  •  死守一世寂寞
    2020-12-13 03:37

    you can look at those links :

    http://www.helloandroid.com/tutorials/musicdroid-audio-player-part-i

    Hope it will help.

    [EDIT]

    You have also some example on the official android developer website :

    http://developer.android.com/guide/topics/media/index.html

    0 讨论(0)
提交回复
热议问题