How to stop re-loading of buffered video during orientation changes in android device -


i have videoview in want play video after buffering complete.

i have managed 2 different xml code layouts landscape , portrait each.

my issue when change orientation of device, video buffering restart again.

try putting

android:configchanges="screenorientation" in activity tag of manifest file.

this way activity not recreated.

i think you.


Comments

Popular posts from this blog

c# - Sort XmlNodeList with a specific Node value -

Android Java.Lang.RuntimeException : Unable to start activity Component Info -

actionscript 3 - Equivalent to moveReceived in ElectroServer 5 -