Top "Android-imageview" questions

Displays an arbitrary image or a drawable, such as an icon or an xml defined graphical element.

OnLongClickListener not working

I have an ImageView. I need to use onLongClickListener for ImageView. When I use this code nothing happen. Code: gallery=(…

android android-imageview onlongclicklistener
How to have a Fullscreen Background Image (with center-crop) that doesn't Resize

I'm trying to set a photo as the background of an Activity. I want the background to be a full …

java android android-layout android-imageview background-drawable
ViewPager & ImageView zooming issue

I am trying to implement a Gallery of images using ViewPager. Also, to implement zoom feature in that, I am …

android android-viewpager android-imageview pinchzoom
Controlling view visibility from a resources

I have a layout that contains two ImageViews. I want one of them to be visible in portrait and the …

android android-imageview android-view android-resources
rotation and scaling using multi touch in android

i want to rotate and scale the image on multi touch event, i am able to drag, scale the image …

android android-imageview android-gesture
Gallery of images using ViewPager + zoom in ImageViews

What am I trying to implement? A gallery of images using ViewPager. I choose this option because the smooth transition …

android imageview android-imageview android-viewpager
How to get an array of images?

I want to make a Battery app which should notify the battery percentage to user in form of image. Now …

android arrays android-imageview batterylevel
Create animation by changing image in ImageView with Timer (or Handler)

I want to create an simple animation by changing frames inside an ImageView. I don't want to use AnimationDrawable because …

android animation android-imageview android-drawable animationdrawable
ImageView src with drawable selector ignores enabled state

When using a state selector as the src for an ImageView, enabled="false" is being ignored. i.e. this doesn't …

android xml android-imageview
Android - How to circular zoom/magnify part of image?

I am trying to allow the user to touch the image and then basically a cirular magnifier will show that …

android android-canvas android-imageview touch-event image-zoom