Android Screen Orientation Problem -


hi have problem like, have chronometer shows recording time if press record button of live video streaming, both dynamic. once clicked record recording takes place in server side, no problem problem after clicking record button when recording timer starts, if changed mobile orientation automatically starts again oncreate , chronometer , button not visible, video continuing. should continue both button , timer along video after orientation done. have tried adding android:configchanges="orientation" , in class file onconfigurationchanged() not working.... can u please me

you can disable rotaion adding android:screenorientation="portrait" (or landscape) element in manifest.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -