Changes

Jump to: navigation, search
no edit summary
[[Image:android_studio_video_view_ui_1.4.png]]
Figure 53-1
[[Image:android_studio_videoplayer_running_1.4.png]]
Figure 53-2
When the application is launched with these changes implemented, tapping the VideoView canvas will cause the media controls will appear over the video playback. These controls should include a seekbar together with fast forward, rewind and play/pause buttons. After the controls recede from view, they can be restored at any time by tapping on the VideoView canvas once again. With just three more lines of code, our video player application now has media controls as shown in Figure 53-3:
[[Image:android_studio_videoplayer_media_controller_1.4.png]]
Figure 53-3

Navigation menu