Top "Imageview" questions

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

Resize image to full width and fixed height with Picasso

I have a vertical LinearLayout where one of the items is an ImageView loaded using Picasso. I need to rise …

java android imageview image-resizing picasso
Show GIF file with Glide (image loading and caching library)

I try to show a GIF image as loading placeholder in image view - with Glide Library: Glide.with(context) .…

android imageview gif android-glide
Android image view matrix scale + translate

I am trying to manually get an image inside an imageview centered and fitting the screen. I need to do …

android matrix imageview transformation
Mask ImageView with round corner background

I am having a Custom ListView which contains an ImageView and TextView. Everything is working fine. What I want is …

android android-layout listview imageview
Remove the image from a imageview Android

I'm trying to make an ImageView that holds a gallery of images. By touching the user request to load the …

java android bitmap imageview
Android ImageView adjusting parent's height and fitting width

Update : I solved this issue by using the method described in this answer I'm a bit stuck with this issue, …

android resize imageview
Android ImageView scale smaller image to width with flexible height without cropping or distortion

Often asked, never answered (at least not in a reproducible way). I have an image view with an image that …

android imageview image-scaling
Get Bitmap from ImageView in Android L

I want to get Bitmap from ImageView. I have used following code, but getDrawable() returns null. How to get whole …

java android android-layout bitmap imageview
How to highlight ImageView when focused or clicked?

A good example of this is either on the Twitter launch screen (the screen with the large icons that is …

android focus imageview highlight
Android -- How to position View off-screen?

I'm trying to animate a simple ImageView in my application and I want it to slide in from the bottom …

android layout animation imageview