Issue displaying thumbnail image in VideoView
I'm using VideoView for a web video, and I also have a bitmap object contains the corresponding thumbnail image. Now how should I set the bitmap to the VideoView for displaying the thumnail? I'm using videoView.setBackgroundDrawable(new BitmapDrawable(getResources(), bitmap)); But then when I play this video, the video doesn't show, instead it always show this static thumbnail image. Any hints would be appreciated. Thanks. VideoView is a subclass of SurfaceView , which has some special behaviors in terms of its display. SurfaceView contents are actually drawn in a window underneath the view