Android 画廊 fling 与图像视图
我的主布局中有一个 Android 画廊和图像视图。当我触摸图库中的图像时,我会在下面的图像视图中显示该图像。我想要实现的是我希望用户能够将图像本身向左或向右移动以转到下一个或上一个图像。我也能做到这一点。但同时,当用户切换到下一个图像时,我希望顶部的图库也滚动到下一个图像。我怎样才能实现这个目标。任何帮助将不胜感激。
I have a android gallery and image view in my main layout. When I touch an image in Gallery I display that image in the imageview below. What I am trying to achieve is I want the user to be able to fling the image itself to left or right to go to next or previous image. I have been able to do that also. But at the same time when the user flings to next image I want the Gallery on top also to scroll to next image. How Can I achieve this. Any help will be greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须使用 setSelection 方法。
You will have to use the setSelection method.