Top "Imageview" questions

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

ImageView onImageChangedListener Android

Is there an onImageChangedListener() on a ImageView? I need the event when the image is changed from the ImageView.

android image imageview actionlistener
putting bitmap image into image view of listview

I want to put bitmap images into ImageView of ListView. i changed image from url to bitmap image. I have 10 …

android imageview android-lazyadapter
Android Translate Animation

I have an ImageView that is 250dp above the bottom and with translate animation i want to move it to 50…

android imageview translate-animation
Apply fading edges to ImageView

Is there any way to apply vertical/horizontal fading edges to an ImageView component? I already tried android:fadingEdge but …

java android xml imageview fade
How to align TextView around an ImageView?

I am trying to align the TextView around ImageView. I am using the following code: private void createSpannableText(){ TextView myTextView = (…

android textview imageview alignment spannablestring
How can I get the icons of the applications in a list?

I am trying to make a listview with chechboxes for the installed applications on the android phone. I put the …

android listview icons imageview android-applicationinfo
How to center imageView with matrix scaletype?

I'm using Android Studio to display an imageView. I'm using pinch zoom to interact with my ImageView. Code: private class …

android imageview position zooming scaletype
how can I show a video thumbnail from a video path?

I want to show a video thumbnail in an ImageView from a video path on storage. Is there a function …

android file imageview android-bitmap video-thumbnails
Android apply colorMatrix colorFilter on part of imageView with a mask

I want to change the brightness on certain part of an image. I know how to use ColorMatrix to change …

android bitmap imageview colormatrix colorfilter
How to create circular facebook profile picture

I'm having trouble using this library to make one of my images into a circle dynamically. Here is my attempt: …

android facebook bitmap imageview profile-picture