Top "Android-imageview" questions

Displays an arbitrary image or a drawable, such as an icon or an xml defined graphical element.

findViewById in Fragment

I am trying to create an ImageView in a Fragment which will refer to the ImageView element which I have …

android android-fragments android-imageview findviewbyid
How to scale an Image in ImageView to keep the aspect ratio

In Android, I defined an ImageView's layout_width to be fill_parent (which takes up the full width of the …

android android-imageview image-scaling
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
Show Image View from file path?

I need to show an image by using the file name only, not from the resource id. ImageView imgView = new …

android imageview android-imageview android-file
How can I change the image of an ImageView?

I have just started learning android. And i don't know How can I change the image of an ImageView? ie …

android android-imageview
Changing ImageView source

I have an ImageView with a source image set in the xml using the following syntax: <ImageView android:id="@+…

android imageview android-imageview
'Missing contentDescription attribute on image' in XML

I get an warning about [Accessibility]Missing contentDescription attribute on image in eclipse. This warning show at line 5 (declare ImageView) …

android eclipse warnings accessibility android-imageview
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
Android ImageView Zoom-in and Zoom-Out

I want to Zoom-in and Zoom-out an Android ImageView. I tried most of the samples but in all of them …

android android-imageview
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