How to implement an audio player for Android using MediaPlayer And MediaController?
问题 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 documentation. What i've got is that I need MediaPlayer and MediaController classes. Am I right, and is there any good example of AUDIO player for Android? Especially, I'm very interested how to use MediaPlayer and MediaController classes together. UPD: Finally I've got the code, that does exactly what I want: Intent i = new