Reputation: 188
I am using VideoView in a ViewPager so show videos, and I want to show them with a preview of the first frame. But I cannot start playing them, because the user would then see the MediaController and hear the sound etc. So I can't really use seekTo(0)
.
Are there any other ways?
Upvotes: 1
Views: 953