dolphylimitinf
dolphylimitinf
When we add showcase view with circle or rectangle how to add text on that for description.
Hi, I am using the below code and I want to hide the controls like setting button and other gesture controls. For XML I used - gp_video_view = (VideoView)findViewById(R.id.gp_video_view); gp_video_view.setVideoPath("http://techslides.com/demos/sample-videos/small.mp4");...
Please let me know how we can remove the action bar when the video is playing in the portrait mode? using the below code :- GiraffePlayer.play(getApplicationContext(), new VideoInfo(Uri.parse ("video_link")));