Uri imageFilePath = Uri.parse("some/path/to/file.png"); imageView.setTag(imageFilePath.toString());
String path = imageView.getTag().toString();
References
https://stackoverflow.com/questions/28505123/getting-an-image-path-from-a-imageview
Uri imageFilePath = Uri.parse("some/path/to/file.png"); imageView.setTag(imageFilePath.toString());
String path = imageView.getTag().toString();
References
https://stackoverflow.com/questions/28505123/getting-an-image-path-from-a-imageview