Top "Android-image" questions

This tag is for questions related to images on Android

How to make an ImageView with rounded corners?

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-corners
How to get Bitmap from an Uri?

How to get a Bitmap object from an Uri (if I succeed to store it in /data/data/MYFOLDER/myimage.…

android uri android-image android-bitmap
How to create a circular ImageView in Android?

How 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-image
How to pick an image from gallery (SD Card) for my app?

This 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-gallery
Saving and Reading Bitmaps/Images from Internal memory in Android

What I want to do, is to save an image to the internal memory of the phone (Not The SD …

android image android-image android-bitmap
How to clear an ImageView in Android?

I 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-image
How to display a list of images in a ListView in Android?

How do I display a list of images using the ListView? I am downloading the images at run time. The …

android listview android-image
Reading an image file into bitmap from sdcard, why am I getting a NullPointerException?

How can I read an image file into bitmap from sdcard? _path = Environment.getExternalStorageDirectory().getAbsolutePath(); System.out.println("pathhhhhhhhhhhhhhhhhhhh1111111112222222 " + _path); _…

android android-sdcard android-image
Open an image using URI in Android's default gallery image viewer

I have extracted image uri, now I would like to open image with Android's default image viewer. Or even better, …

android android-image
Android Text over image

I have an imageView with an image, over that image I want to place a text. How can I achieve …

android android-imageview android-image