Android 中的放大和缩小
任何人都可以帮助我了解如何使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您问了一个非常笼统的问题,所以我能做的就是给您一个笼统的答案。您基本上只需要对
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.