我正在开发一个应用程序,其中我有一个大图像,需要在小尺寸的图像视图中显示该图像。我想通过自动滚动图像视图内的图像来查看整个图像。它可以是可行的吗?
我尝试了以下但没有得到满足。 Android how do I zoom and scroll a bitmap which is created on the fly
http://blog.sephiroth.it/2011/04/04/imageview-zoom-and-scroll/
简而言之需要制定KEN BURNS EFFECT
我尝试了https://github.com/flavioarfaria/KenBurnsView,但收到的错误如下:
java.lang.NullPointerException at com.flaviofaria.kenburnsview.MathUtils.getRectRatio(MathUtils.java:44)