Hi I read alot of different solutions for different scenarios but none are specific enough.
I have a number of UI elements with the VideoView encoded in layout XML like a textView on top and a LinearLayout below the VideoView.
Here what I like to do specifically that none have addressed. I like to press a button in the UI that would bring the VideoView full screen dynamically by code and also, when I change the orientation of the phone to landscape, it will bring the VideoView by itself to full screen in landscape.
The unique scenario here is that I have encoded the VideoView layout with other UI elements to display other info. So initially I can't make the VideoView fullscreen initially in the layout.
Thanks.