Android widget that displays an arbitrary image or drawable, such as an icon.
How can I set a border for an ImageView and change its color in Android?
android border imageviewHow 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-imageI want to add an unknown number of ImageView views to my layout with margin. In XML, I can use …
android margin imageviewI have a GridView. The data of GridView is request from a server. Here is the item layout in GridView: &…
android imageviewWhen I change the image programmatically, it shows new image on top of the old image which is set originally …
android imageviewGiven ImageView image = R.findViewById(R.id.imageView); image.setImageBitmap(someBitmap); Is it possible to retrieve the bitmap?
android imageview android-bitmapI have a Base64 String that represents a BitMap image. I need to transform that String into a BitMap image …
android base64 imageviewI have an imageview that has its height and width set to fill_parent with a linearlayout that has the …
android imageviewi have an app with a gallery of images and i want that the user can save it into his …
android imageview gallery save-imageIs there a common way to show a big image and enable the user to zoom in and out and …
android zoom imageview