Hello here, I have an Image view that can be zoom...
# android
n
Hello here, I have an Image view that can be zoomed and scaled. How can I get the coordinates or bounds of the zoomed image and use it to set up the same image in another activity/fragment. I don't want to crop the view or use a bitmap. Is this possible please? Any help would be sincerely appreciated.
o
This looks interesting. Can matrix help here?