Changes

Jump to: navigation, search
Adding the MediaController to the Video View
As the VideoPlayer application currently stands, there is no way for the user to control playback. As previously outlined, this can be achieved using the MediaController class. To add a controller to the VideoView, modify the onCreate() method once again:
</pre>
package com.ebookfrenzy.videoplayer;

Navigation menu