Top "Imageview" questions

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

What's the difference between CENTER_INSIDE and FIT_CENTER scale types?

I can't tell the difference between ImageView.ScaleType.CENTER_INSIDE and ImageView.ScaleType.FIT_CENTER. CENTER_INSIDE Scale the image …

android imageview android-imageview scaling scaletype
View Pager + ImageView +Pinch Zoom + Rotation

I want to implement Pinch Zoom on Imageview, with in View Pager similar to Default Android Gallery. I have found …

android imageview android-viewpager pinchzoom
Android: How can I stop an infinite animation applied on an ImageView?

I have an ImageView on which I have applied a rotate animation. Since I want the rotation to go on …

android animation imageview infinite
ImageView scaling TOP_CROP

I have an ImageView which is displaying a png that has a bigger aspect ratio than that of the device (…

android imageview
How to disable click listener on image view android

I am working on android application in which i am making click listener on image view. I just want to …

android image imageview onclicklistener
Glide listener doesn't work

I'm using Glide to load images and I added a listener to know when resource is ready or if there …

android callback imageview android-glide
Android : ImageView getID(); returning integer

I've set up an onTouch class to determine when one of my 40 buttons is pressed. The problem I am facing …

android button imageview ontouchlistener
Trying to get the display size of an image in an ImageView

I'm trying to get the real size of an image displayed in an image view. Actually my image is larger …

android imageview ondraw
android:load svg file from web and show it on image view

I want to load a svg file from the web and show this file in an ImageView. For non vector …

android svg imageview picasso svg-android
How to create an ImageView that fills the parent height and displays an Image as big as possible?

I have an ImageView that is defined in the following way: <ImageView android:id="@+id/cover_view" android:layout_…

android layout scaling imageview