ImageView通过代码放大android

ImageView zooming in android through code

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

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

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

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