I’m wondering if I can remove my imageview background after I select an image
example ..
the imageview has a background photo written in it insert an image
and when I choose an image from the gallery or the camera
and it gets inserted in the imageview by the “choosenBitmap”
but the imageview background is still there , and I want to remove it
I have try “imageView.remove(background);”
and “remove.background”
but no results
Use one of the following:
One or another may work or not depending on your implementation.