android video view

Solutions on MaxInterview for android video view by the best coders in the world

showing results for - "android video view"
Lois
16 Feb 2016
1VideoView myVideo = (VideoView) findViewById(R.id.GifVideoView);
2myVideo.setVideoURI(Uri.parse("android.resource://" + getPackageName() + "/" + R.raw.dog_video));
3myVideo.start();