Skip to content Skip to sidebar Skip to footer

Video Blinks Once On Oncreate Of Previous Fragment

I have created an app for galaxy tab using fragments.I have a videoview on a fragment to paly video from external storage. Here is the code for that fragment - package com.example

Solution 1:

VideoView inherits from SurfaceView, SurfaceView cause this problem. try adding a dummy SurfaceView to your mainView when your app loads (in onCreate...). fixed the problem for me.


Post a Comment for "Video Blinks Once On Oncreate Of Previous Fragment"