ACTION_GET_CONTENT Android code sample: MediaPlayer Intent.ACTION_GET_CONTENT to open mp3, play using MediaPlayer, tested on Android 5.1 Lollipop Refer to my old exercise of MediaPlayer " Display playing time for MediaPlayer ", open mp3 using Intent of "ACTION…
Android code sample: MediaPlayer MediaController Add MediaController to MediaPlayer This example show how to add MediaController to simple MediaPlayer in previous example . MainActivity.java package com.blogspot.a…
Android code sample: MediaPlayer MediaPlayer example to play video from Internet Example using MediaPlayer/SurfaceView example to play video from Internet. MainActivity.java package com.blogspot.android_er.andr…