包含图像和视频的幻灯片
我需要实现带有图像和视频的幻灯片。幻灯片必须自动播放。显示视频时,幻灯片停止滑动,视频开始播放,视频播放完毕后,幻灯片再次开始滑动并显示下一个视图。 我尝试使用 ViewFlipper 来实现此功能,但我在视频方面遇到问题。我的问题是:还有其他方法可以做到这一点(没有 ViewFlipper
)吗?有人做过这样的东西吗?
I need to implement a slideshow with images and videos. The slideshow must play automatically. When a video is displayed, the slideshow stops sliding, video start playing and when video has finished the slideshow starts sliding again with next views.
I tried to implement this using ViewFlipper
, but I have problems with videos. My question is : there are others ways to make this (without ViewFlipper
) ? Has anyone made something like this ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在 Android 中使用 ViewPager 来实现此幻灯片放映功能,当 ViewPager 中有任何视频时,停止翻转视图寻呼机并播放视频,然后在 onCompletionListener 上,您应该再次播放幻灯片
You can have this slideshow functionality using ViewPager in Android, when there is any video in ViewPager then stop flipping view pager and play video and onCompletionListener you should play slideshow again