Top "Android-imageview" questions

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

How to override drawables defined in an Android Library Project?

I have two Android applications with a similar functionality but different drawables and layouts. I'd like to put all the …

android drawable android-imageview android-library
Image from gallery rotates automatically - Android

In my android application i am loading image from device gallery.In that, i am facing issue regarding image orientation. …

android bitmap android-imageview bitmapfactory android-bitmap
Corners ImageView fit inside CardView does not have radius like CardView's corners in Android

I am developing an Android App. In my app I am using CardView and ImageView together. But I am having …

android android-imageview android-cardview
How to programmatically re-apply a 9-patch image to an ImageView?

I have an activity that has an ImageView defined inside a HorizontalScrollView. The image source is a 9-patch file that …

android android-layout android-widget android-imageview nine-patch
I want a Imageview inside SimpleAdapter?

Could someone point me in the right direction to get a ImageView inside this SimpleAdapter? The TAG_IMAGE should be …

android android-imageview simpleadapter
ListView like in universal image loader sample app

I am using universal image loader for displaying thumb images in the list view. I have implemented the basic steps …

android android-imageview android-adapter
File not added to gallery android

This app i am making is taking pictures and saving it to sdcard but the images are not being shown …

android android-intent android-imageview android-gallery android-mediascanner
How to display an ImageView progressively down from top to bottom

is there a way to display an ImageView progressively from top to down, like this: Sorry for the crappy animation.

android android-imageview
Cannot set the background colour of image view when it don't have an image resource

I want set a background colour to an ImageView, when the imageview has an image resource, it works and i …

android android-imageview setbackground
how to add a pin marker on image view in android

i am working on a project where i need to add pins on image view as shown in below image. …

java android android-imageview android-view viewgroup