如何在android中通过在屏幕上滑动数字来翻阅图片?

发布于 2024-10-21 03:39:34 字数 111 浏览 2 评论 0原文

有人可以告诉我如何在图库中创建 Android 手机风格的图片视图吗?也就是说,当您点击一张图片时,它会以全屏形式弹出,您可以在屏幕上滑动手指并翻阅文件夹中的其他图片。

您如何创建该特定视图?

Can someone please tell me how do I create the android phone style picture view in the gallery. That is, when you click on a picture, it pops up as a full screen and you can swipe your finger across the screen and flip through the other pictures in the folder.

How do you create that particular view?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

秋凉 2024-10-28 03:39:34

您可以使用ViewFlipper在不同的子视图之间轻松切换,并且可以使用GestureDetector来检测滑动手势。

You can use a ViewFlipper to easily switch between different child views and you can use a GestureDetector to detect the swipe gesture.

椵侞 2024-10-28 03:39:34

使用具有此行为的基本适配器覆盖库适配器。

Override the gallery adapter with a base adapter which has this behavior.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文