Multiple video players in viewpager in android
问题 I want to play videos on different fragments in viewpager. I use multiple mediaplayers and surfaceviews for each fragment. When I swipe left or right, I want to pause and start videos as well. Swipe to next video has no problem at all but when i swipe to previous video(that is already playing) surfaceviews overlap. Meanwhile, I can play and pause videos without problem. I tried almost all possible combinations of setZorderMedia and setZOrderonTop but I failed. In short, the problem is that