1.最近的項(xiàng)目中,有一個Activity用到Fragment+ViewPager,其中一個fragment中實(shí)現(xiàn)了視頻播放的功能,包含有SurfaceView。結(jié)果,每次打開程序第一次進(jìn)入到該Activity時都會閃屏黑一下。原因就出在SurfaceView。 詳解: I think I found the reason for the black flash. In my case I'm using a SurfaceView inside a Fr...