Top "Imageview" questions

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

How to set VectorDrawable as an image for ImageView programmatically

I want to set some vectorDrawables to a ImageView in Android Studio. I can set png and jpg drawable easily …

android imageview android-vectordrawable
Android: java.lang.ClassCastException: android.widget.imageView cannot be cast to android.widget.textView

I can't fix this problem on my listview template: i have the error as in the title of my post, …

android xml templates textview imageview
How do you change the size of an ImageView?

I have setup my ImageView like the following: <ImageView android:id="@+id/dl_image" android:layout_width="60dp" android:…

android imageview layoutparams
android imageView: setting drag and pinch zoom parameters

I am currently developing for Android (my first app) an application which lets users see the subway map and be …

android drag-and-drop imageview zoom pinch
How to display .gif file in imageview?

My layout have lots of imageviews. I want to show .gif animated file in just one imageview. I tried Yash …

android layout imageview gif animated
Resizing images to fit the parent node

How do I get an image in an ImageView to automatically resize such that it always fits the parent node? …

imageview javafx-2 scaling
Can't use srcCompat for ImageViews in android

I'm using the Design Support Library 23.2. I've added these lines in my build.gradle as my Gradle Plugin is version 1.5 …

android imageview androiddesignsupport
ImageView displaying in layout but not on actual device

I have an ImageView that I want to display matching the full width of the device, I realized that like …

android imageview device
setColorFilter not working

I'm trying to implement a simple colorfilter on an imageview to turn the black image into a white image. In …

android imageview colorfilter
ImageView be a square with dynamic width?

I have a GridView with ImageViews inside. I have 3 of them for each row. I can set correctly the width …

android dynamic size imageview