Top "Imageview" questions

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

How to load an ImageView by URL in Android?

How do you use an image referenced by URL in an ImageView?

android bitmap imageview
How to make an ImageView with rounded corners?

In Android, an ImageView is a rectangle by default. How can I make it a rounded rectangle (clip off all 4 …

android imageview android-imageview android-image rounded-corners
Show Image View from file path?

I need to show an image by using the file name only, not from the resource id. ImageView imgView = new …

android imageview android-imageview android-file
ImageView in circular through xml

I'd Like to make any image from my ImageView to be circular with a border. I searched but couldn't find …

android xml imageview
Full screen background image in an activity

I see many applications that use a full-screen image as background. This is an example: I want to use this …

android background imageview android-framelayout
How to set tint for an image view programmatically in android?

Need to set tint for an image view... I am using it the following way: imageView.setColorFilter(R.color.blue,…

android imageview tint
Adding gif image in an ImageView in android

I added an animated gif image in an imageView. I am not able to view it as a gif image. …

android imageview gif
Android: Rotate image in imageview by an angle

I am using the following code to rotate a image in ImageView by an angle. Is there any simpler and …

android bitmap rotation imageview
Fit image into ImageView, keep aspect ratio and then resize ImageView to image dimensions?

How to fit an image of random size to an ImageView? When: Initially ImageView dimensions are 250dp * 250dp The image's …

android imageview scale
Changing ImageView source

I have an ImageView with a source image set in the xml using the following syntax: <ImageView android:id="@+…

android imageview android-imageview