Android Development
Example of streaming mp3 mediafile from URL with Android MediaPlayer class
Few days ago i tried to make my Android app can play music from URL. The Android API give to us a very useful class. Here i want show you how to make the streaming m3 mediaplayer using MediaPlayer class from Android API. This app use Android 2.2. Below you can Read more…