安卓图库

发布于 2024-10-19 07:38:05 字数 346 浏览 2 评论 0原文

我正在尝试实现一个图像库,在每个图像上都具有放大和缩小功能。

为此,我扩展了 ImageView 并添加了放大缩小机制,然后在 Adapter 类中返回我自己的 ImageView。但不幸的是它不适用于当前的图库小部件。

我的图像视图骨架是这样的

public class myImageView extends ImageView implements OnTouchListener{}

我的适配器类代码也很简单我只是使用我的 ImageView 而不是原始的。放大缩小我的 ImageView 在没有画廊的情况下工作正常,但在画廊中则不行。

有什么建议吗?

I am trying to implement a Image Gallery with zoom in and zoom out facilities on every images.

for this i have extended ImageView and added zoom in zoom out mechanism with it, then in the Adapter class i return my own ImageView. But unfortunately it is not working with current Gallery widget.

my image view skeleton is like this

public class myImageView extends ImageView implements OnTouchListener{}

My adapter class code is also simple i just use my ImageView instead of original one. Zoom in Zoom out in my ImageView works fine without gallery but not with gallery.

Any, advice?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文