Android Question Picasso Download Picture > imageview

Ertan

Active Member
Licensed User
Hello,
I download the photo from the my web service using the Picasso library and upload the imageview.

B4X:
    Dim instappx As String = "https://www.xyz.com" & DosyaYoluStr
    picasso.Initialize
    picasso.LoadUrl(instappx).IntoImageView(imageview1)

After I download this image and put it in imageview1, I want to press this imageview1 and enlarge the photo.

Inside of this I added another one imageview2 to my design.

How can I press imageview1 and show the image inside this imageview1 in imageview2?

I tried very hard but when I could not find a solution, I wanted to open a topic.

I hope I could explain. Thank you.
 
Top