Skip to content Skip to sidebar Skip to footer

Android: Videoview Within Fragment Only Playing Audio, Not Displaying Video

I have a fragment that allows users to select from a mixed list of video and image content. When selecting a multimedia item, display is toggled between an ImageView and VideoView

Solution 1:

Try to remove any background color defined in the xml. It might cover the video view.


Post a Comment for "Android: Videoview Within Fragment Only Playing Audio, Not Displaying Video"