Top "Android-imageview" questions

Displays an arbitrary image or a drawable, such as an icon or an xml defined graphical element.

How to check which current image resource is attached to ImageView in android xml?

I want to check which image resource is attached to ImageView in xml, I am able to check that which …

android xml android-imageview
Set Imageview to show image in sdcard?

I have a image stored in SD card of my phone. I want to show it in a image view. …

android android-layout android-imageview android-image
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
Android how to apply mask on ImageView?

So I tried the code from here: Creating an ImageView with a mask. I'm using the following images as original …

android android-imageview
Set Round Corner image in ImageView

I have searched more on websites and got many suggestions like below Changing background with custom style to set the …

android android-listview android-imageview android-xml
Make image appear half of the screen

I am having trouble to make my imageview appear half of the screen can someone help. here is my xml …

android android-imageview
Add gradient to imageview

I want to add a gradient on the bottom of my image . Something like this : I tried something like this …

android android-imageview android-drawable
How to load a Bitmap with Picasso without using an ImageView?

With ImageView, I can use the following code to download image with callback Picasso.with(activity).load(url).into(imageView, …

android android-imageview picasso android-bitmap
Android: Set ImageView layout_height programmatically

I have an ImageView in my main.xml file: <ImageView android:id="@+id/pageImage" android:layout_width="270dp" android:…

android android-imageview
Difference between a clickable ImageView and ImageButton

I'm just wondering if there is any significant difference between an ImageView that's set to be clickable, compared with an …

android android-imageview imagebutton