在android中滑动图像
我需要一些关于如何为 Android 制作滑动图像查看器的一些信息。完全像这样: http://www.photoswipe.com/latest/examples/jquery-mobile.html#&ui-state=dialog 。我有一个 listView我希望每次单击列表视图项目时,它都会打开一个新窗口,其中全屏显示所选图像,当我在图像上选项卡时,带有左右按钮的底部会显示,图像上方会显示一些信息。在全屏模式下我希望能够左右滑动并显示不同的图像。
知道如何做到这一点吗?非常感谢!
I need a little information about how to do a swipe image viewer for Android.Something exactly like this : http://www.photoswipe.com/latest/examples/jquery-mobile.html#&ui-state=dialog .I'm have a listView and I want every time i click an listview item it opens a new windows with the selected image in fullscreen and when I tab on the image,the bottom part with the left right button shows up and some information above the image.In a fullscreen mode I want to be able to swipe left and right and different image shows up.
Any idea how to do this?Thanks a lot!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在viewflipper中插入imageviews(这里称为optionsVF)
在你的onClick或其他东西中:
我的类:) AnimationFactory
Insert imageviews inside a viewflipper (here is is called optionsVF)
In your onClick or something:
my class :) AnimationFactory