Android ViewFlipper 立即跟随手势
我在 ViewFlipper 上使用 GestureDetector 来实现 showPrevious 和 showNext。 一切都很好。但是,我想要 ViewFlipper 动画立即跟随手指手势的效果,而不是在手势完成后。 有什么建议吗?
I’m using GestureDetector on ViewFlipper to implement showPrevious and showNext.
Everything is fine. However, I wanna have the effect that ViewFlipper animation follows finger gesture right away, instead of after gesture is done.
Any advise?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知你必须手动完成。下面的代码应该为您指明正确的方向。您必须添加动态动画,以便视图在翻转过程中不会闪烁。根据视图翻转器中的内容,您还需要做更多事情,但它应该可以帮助您入门。
As far as I know you have to do it manually. The code below should point you into the right direction. You have to add dynamic animations so the view don't flicker during the flipp. There is more you need to do, depending of the content in the viewflipper, but it should get you started.