Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.