Reputation: 2587
I am working on an application in which I am having a large image and need to display that image in a imageview of small size . I was thinking to view the whole image by scrolling the image inside the image view automatic.Can it be posible ?
I have tried the following but not getting satisfaction. 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/
In short Need to develop KEN BURNS EFFECT
I tried https://github.com/flavioarfaria/KenBurnsView but getting error as follows :
java.lang.NullPointerException at com.flaviofaria.kenburnsview.MathUtils.getRectRatio(MathUtils.java:44)
Upvotes: 1
Views: 1142