What I want to do, is to save an image to the internal memory of the phone (Not The SD Card). How can I do it? I have got...
How to get a Bitmap object from an Uri (if I succeed to store it in /data/data/MYFOLDER/myimage.png or file///data/data/MYFOLDER/myimage.png) to use it in my application? Does anyone have an...
This question already has answers here: How to make an ImageView with rounded corners? (58 answers) Closed 8 years ago. How could I create a rounded ImageView in Android?...
I am reusing ImageViews for my displays, but at some point I don’t have values to put it. So how to clear an ImageView in Android? I’ve tried: mPhotoView.invalidate();...
This question was originally asked for Android 1.6. I am working on photos options in my app. I have a button and an ImageView in my Activity. When I...
In Android, an ImageView is a rectangle by default. How can I make it a rounded rectangle (clip off all 4 corners of my Bitmap to be rounded rectangles)...