Top "Imageview" questions

Android widget that displays an arbitrary image or drawable, such as an icon.

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
Android Changing image size depending on Screen Size?

So I need to change the size of an image depending on the area of the screen. The image will …

android imageview screen-size
How to give hexagon shape to ImageView

How to give hexagon shape to ImageView . Is it possible to do in same way ? If so then how. If …

android imageview android-imageview
Double-tap to zoom and pinch to zoom on ImageView in android

I was looking for iphone like tap and pinch zooming with android ImageView. Mike Ortiz have done some excellent work …

android imageview zooming pinch
"The type Gallery is deprecated", Whats the best alternative?

I was really surprised that such a Widget gets deprecated. I want a simple gallery that scrolls left and right, …

android imageview gallery
Set alpha on ImageView without setAlpha

Can I programatically set the alpha of an ImageView without the need for being dependent on API level 11 where setAlpha …

android imageview alpha
Repeat drawable in imageview?

Is it possible to repeat a drawable in an ImageView? I manage to repeat my drawable as a divider in …

android imageview drawable tile
Glide not updating image android of same url?

I have the same url for an image. When I update this image more than one time it shows the …

android caching imageview android-glide
Android ImageViewer class supporting Pinch-Zoom and Scrolling

I am searching an ImageViewer library that opens an image in my application for a given URI (the image fetched …

android scroll transform imageview pinch
Transparent part of image in ImageView become black

I have problem when displaying image with transparency in Android KitKat (Nexus 7), it is OK in nexus 4 (KitKat) and other …

android imageview picasso