Android Question Imageview and file name

angelone

Member
Licensed User
Longtime User
Hi,
i need to retrieve the filename of image loaded in image view. Is it possible?

Thank's a lot,
Angelo
 

DonManfred

Expert
Licensed User
Longtime User
No.

When loading the image to the imageview you can store a map of infos in the tag to retrieve it later and then get the value(s) from the map back
 
Upvote 0
Top