Reputation: 31
I have been attempting to add a zoom in/zoom out to my ImageView in Android Studio app, so that I can pinch or double tap in order to activate the zooming in/out. Lately I tried using Zoomy library, like this:
Below is the import statement and added dependencies (I tried some other than these, with the same unfortunate result):
Does anyone have any better solution? This has been bugging me for a while. I have read through different Stack Overflow solutions, watched a few videos, and still nothing.
Any help would be greatly appreciated.
Upvotes: 1
Views: 646