Top "Imageview" questions

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

Set image from android.R.drawable in image view android

i know how to set image/icon from our res/drawable <ImageView android:id="@+id/ImageSearch" android:layout_width="…

android imageview
android: create circular image with picasso

The question had been asked and there had been a promise made for the very version of Picasso that I …

android bitmap imageview picasso
How do I resize an imageview image in javafx?

I need to resize an image to specific dimensions, 100 by 100 pixels for example, in JavaFX. How can I achieve that? …

java image javafx resize imageview
How to auto center crop ImageView Android?

I made a listView images. My goal that each item of my listView have the same height of 100dp. I …

android imageview crop
Make ImageView fit width of CardView

I have a CardView with rounded corners, I want to have an ImageView at the top like shown in the …

android imageview android-appcompat android-cardview
Android ImageView size not scaling with source image

I have a few ImageViews inside a LinearLayout. I need to scale down the ImageViews so that they maintain their …

android layout formatting imageview custom-view
Rotate ImageView source from layout xml file

I have this ImageView in my layout: <ImageView android:layout_width="fill_parent" android:layout_height="wrap_content" android:…

android layout rotation imageview
Adding Fling Gesture to an image view - Android

Okay I have been referencing the code here: Fling gesture detection on grid layout but just can not get it …

android imageview gestures onfling
Maximum width and height for ImageView in Android

So I have an ImageView set with android:maxHeight="100px" android:maxWidth="250px" android:minHeight="100px" android:minWidth="250px" android:…

android resize imageview android-imageview stretch
Set visibility of progress bar gone on completion of image loading using Glide library

Hi I want to have a progress bar for image which will shown while image loading but when image loading …

android imageview android-glide