Top "Imageview" questions

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

Border for an Image view in Android?

How can I set a border for an ImageView and change its color in Android?

android border imageview
How to create a circular ImageView in Android?

How could I create a rounded ImageView in Android? I have tried the following code, but it's not working fine. …

android imageview android-imageview android-image
How to set margin of ImageView using code, not xml

I want to add an unknown number of ImageView views to my layout with margin. In XML, I can use …

android margin imageview
Scale Image to fill ImageView width and keep aspect ratio

I have a GridView. The data of GridView is request from a server. Here is the item layout in GridView: &…

android imageview
Change Image of ImageView programmatically in Android

When I change the image programmatically‎, it shows new image on top of the old image which is set originally …

android imageview
Get Bitmap attached to ImageView

Given ImageView image = R.findViewById(R.id.imageView); image.setImageBitmap(someBitmap); Is it possible to retrieve the bitmap?

android imageview android-bitmap
How to convert a Base64 string into a Bitmap image to show it in a ImageView?

I have a Base64 String that represents a BitMap image. I need to transform that String into a BitMap image …

android base64 imageview
android: stretch image in imageview to fit screen

I have an imageview that has its height and width set to fill_parent with a linearlayout that has the …

android imageview
android - save image into gallery

i have an app with a gallery of images and i want that the user can save it into his …

android imageview gallery save-image
How can I get zoom functionality for images?

Is there a common way to show a big image and enable the user to zoom in and out and …

android zoom imageview