How to add zoom in/out to an ImageView in Android Studio?

182 Views Asked by At

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:

enter image description here

Below is the import statement and added dependencies (I tried some other than these, with the same unfortunate result):

enter image description here

enter image description here

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.

0

There are 0 best solutions below