Striving Programmer
Striving Programmer

Reputation: 31

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

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.

Upvotes: 1

Views: 646

Answers (0)

Related Questions