ImageView通过代码放大android

Posted

技术标签:

【中文标题】ImageView通过代码放大android【英文标题】:ImageView zooming in android through code 【发布时间】:2017-09-23 20:28:42 【问题描述】:

我正在为图书开发 android 应用程序。我为书创建的总图像是一百。在应用程序中存在两个按钮,一个是上一个按钮,第二个是下一个按钮。上一个按钮和下一个按钮正确地前后移动图像。但现在我想实现图像的缩放效果。但是文字有些小,看不清楚。请帮忙。谢谢

【问题讨论】:

But the text are some smalls not seen correctly 这是什么?对于缩放,您可以在 Internet 上找到自定义图像视图,它可以点击缩放图像。 我会使用这个库:github.com/chrisbanes/PhotoView 【参考方案1】:

以下是可用于在 android Imageview 中实现放大缩小效果的选项。

    How to implement zoom effect for image view in android? Android imageView Zoom-in and Zoom-Out https://github.com/chrisbanes/PhotoView

【讨论】:

我们如何使用第三个选项? 在你的 build.gradle 添加依赖。编译 'com.github.chrisbanes:PhotoView:latest.release.here' 然后在你的代码中我们可以使用【参考方案2】:

https://github.com/jsibbold/zoomage 比这里提供的替代方案好得多,恕我直言

【讨论】:

以上是关于ImageView通过代码放大android的主要内容,如果未能解决你的问题,请参考以下文章

android中ImageView放大和缩小相关问题?

Android ImageView 调整大小问题

java Android扩展(放大,缩小)ImageView,双击和捏合手势

ImageView android:scaleType,放大,垂直居中,左对齐?

在放大和缩小时在imageview上移动对象

iOS Swift 仿微信朋友圈实现图片点击放大查看