This tag is for questions related to images on Android
In Android, an ImageView is a rectangle by default. How can I make it a rounded rectangle (clip off all 4 …
android imageview android-imageview android-image rounded-cornersHow to get a Bitmap object from an Uri (if I succeed to store it in /data/data/MYFOLDER/myimage.…
android uri android-image android-bitmapHow could I create a rounded ImageView in Android? I have tried the following code, but it's not working fine. …
android imageview android-imageview android-imageThis question was originally asked for Android 1.6. I am working on photos options in my app. I have a button …
android android-image android-galleryWhat I want to do, is to save an image to the internal memory of the phone (Not The SD …
android image android-image android-bitmapI am reusing ImageViews for my displays, but at some point I don't have values to put it. So how …
android android-imageview android-resources android-imageHow do I display a list of images using the ListView? I am downloading the images at run time. The …
android listview android-imageHow can I read an image file into bitmap from sdcard? _path = Environment.getExternalStorageDirectory().getAbsolutePath(); System.out.println("pathhhhhhhhhhhhhhhhhhhh1111111112222222 " + _path); _…
android android-sdcard android-imageI have extracted image uri, now I would like to open image with Android's default image viewer. Or even better, …
android android-imageI have an imageView with an image, over that image I want to place a text. How can I achieve …
android android-imageview android-image