Top "Imageview" questions

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

How can I give an imageview click effect like a button on Android?

I have imageview in my Android app that I am using like a button with the onClick event given, but …

java android button imageview
Android: resizing imageview in XML

I have an image that is too big to fit on the screen, i want it fairly small on screen. …

android xml imageview
Android ImageView Fixing Image Size

I have an Android Application, where I have an ImageView, I need to keep the size constant, there can be …

android imageview android-imageview
Android get image from gallery into ImageView

I'm trying to add a photo from galery to a ImageView but I get this error: java.lang.RuntimeException: Failure …

android imageview gallery image-gallery getimagedata
Adding text to ImageView in Android

I want to use an ImageView to show some message in a fancy way. How do I add text to …

android text imageview
How to show imageView full screen on imageView click?

I am getting images from url and showing it on the imageView. This functionality is working properly. But I want …

android imageview fullscreen android-fullscreen
How do you setLayoutParams() for an ImageView?

I want to set the LayoutParams for an ImageView but cant seem to find out the proper way to do …

android layout imageview
Android fade in and fade out with ImageView

I'm having some troubles with a slideshow I'm building. I've created 2 animations in xml for fade in and fade out: …

android animation imageview fadein fadeout
How to show image using ImageView in Android

I am looking for the way to assign image src to image view control. I read few example and they …

android imageview
ImageView rounded corners

I wanted image to have rounded corners. I implement this xml code and use this in my image view. but …

java android xml imageview rounded-corners