Top "Android-imageview" questions

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

ImageView.getWidth() returns 0

I get imageView's width 0. Below is code. xml file : <ImageView android:id="@+id/img" android:layout_width="200dp" android:…

java android android-activity android-imageview
Rotate an Imagewith Animation

What I Have I have an arrow image (like the left one). When the user clicks on it, it should …

android android-animation android-imageview image-rotation
Android imageview change tint to simulate button click

I have an imageview on which I have set a bitmap fetched from an url. On the imageview I have …

android android-imageview android-ui
How to replace R.drawable."someString"

I have some Images in my project. The name of the image is stored in a String and I would …

android android-imageview
How to add image effects in android ?

I am trying to apply effect (sepia, brightness, bloom and other image effects if API for them is available) on …

android android-imageview android-image
imageview height as the wrap_content of the shown image

I want the width of an ImageView to be set by the parent and the height should be aspect proportional. …

android android-layout android-imageview
ImageView getLayoutParams() returns null

I'm creating a widget programicaly with this simple method private ImageView getModuleIconView(Module module) { ImageView view = new ImageView(context); view.…

android android-imageview
Repeat Image in with ImageView in RelativeLayout

I want to repeat the image with ImageView with in RelativeLayout. Can it be possible to use the Bitmap xml …

android bitmap android-imageview android-relativelayout
Android: Using alignBaseline for an image following text

Below is a TextView followed by an ImageView contained in RelativeLayout. I'm trying to get the bottom of the image …

android android-layout android-imageview textview android-relativelayout
Save image from ImageView to device gallery

I'm trying to save an image from ImageView to devices gallery. I tried this code Code Edit: URL url = new …

android imageview android-imageview android-gallery