I am looking forward to the method of accessing the current Uri image from ImageView to store it in my database, but I only found setter.
Where getter
No getter. Since you are calling setImageURI() , store the Uri in your database when you call this method.
setImageURI()
Uri
Keep in mind that ImageViews do not always have a Uri (for example, a retrievable resource, a generated bitmap), so there is no getter.
ImageViews