Displays an arbitrary image or a drawable, such as an icon or an xml defined graphical element.
I have an ImageView. I need to use onLongClickListener for ImageView. When I use this code nothing happen. Code: gallery=(…
android android-imageview onlongclicklistenerI'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-drawableI am trying to implement a Gallery of images using ViewPager. Also, to implement zoom feature in that, I am …
android android-viewpager android-imageview pinchzoomI 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-resourcesi want to rotate and scale the image on multi touch event, i am able to drag, scale the image …
android android-imageview android-gestureWhat am I trying to implement? A gallery of images using ViewPager. I choose this option because the smooth transition …
android imageview android-imageview android-viewpagerI want to make a Battery app which should notify the battery percentage to user in form of image. Now …
android arrays android-imageview batterylevelI 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 animationdrawableWhen using a state selector as the src for an ImageView, enabled="false" is being ignored. i.e. this doesn't …
android xml android-imageviewI 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