Android 中的放大和缩小

发布于 2024-12-13 02:33:16 字数 376 浏览 0 评论 0原文

任何人都可以帮助我了解如何使用 android 中的搜索栏放大和缩小图像。 我遵循了 MapController 的附加链接,但我希望使用搜索栏来放大和缩小图像的相同实现。

以下链接帮助您了解如何使用 MapController 的搜索栏进行放大和缩小。

http://android-er.blogspot.com /2009/11/androidlocation-with-zoom-level-control.html

提前感谢

Shiv。

Can any one help me about how to zoom in and zoom out images using a seek bar in android.
I followed the attached link for MapController but I want same implementation for images using seek bar for zoom in and zoom out.

The below links helps how to zoom in and out using seek bar for MapController.

http://android-er.blogspot.com/2009/11/androidlocation-with-zoom-level-control.html

Thanks in advance

Shiv.

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

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

发布评论

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

评论(1

も让我眼熟你 2024-12-20 02:33:16

您问了一个非常笼统的问题,所以我能做的就是给您一个笼统的答案。您基本上只需要对 onProgessChanged 方法进行不同的实现,该方法不是放大和缩小地图,而是放大和缩小图像。有关如何实用地放大图像的信息,请查看此 所以帖子

You've asked a very general question so the best I can do is give you a general answer. You're basically just going to need have a different implementation of the onProgessChanged method which instead of zooming in and out on a map, zooms in and out on an image. For information on how to pragmatically zoom in an out of an image, checkout this SO post.

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