Top "Imageview" questions

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

Deep copy of a Drawable

I have an ImageView. In its onClick I get its Drawable: Drawable dr = ((ImageView) v).getDrawable(); And set it to …

android imageview drawable
How to add a subview to an ImageView in Android

I come from an iOS background. For some reason, I cannot figure out how to add a view to another …

android imageview subview addsubview
how to use correct dragging of a view on android

it seems that there are a lot of solutions of how to use dragging of views on android . however, they …

android imageview drag android-framelayout layoutparams
How to get image from ImageView and set it to other ImageView?

I have two ImageViews as belows : <ImageView android:id="@+id/image1" android:layout_width="match_parent" android:layout_height="…

android image resize imageview getresource
ImageView: onDraw method draws "behind" the image background, not at the top

Here is the code of a simple extension of an ImageView that allow the user to draw with the finger. …

android imageview ondraw
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
Displaying bitmap image in imageview by simple adapter

I am getting image from an url. I am using imageview in listview. I want to add the list of …

android listview imageview simpleadapter
Android: Changing image contrast and brightness upon scrolling seekbar

I would like to set the contrast and brightness of a imageview. Referring from How to programmatically change contrast of …

android imageview brightness android-seekbar contrast
Change the size of ImageView on zooming

I am using chrisbanes PhotoView to implement pinch zoom..Image zooms on pinching and double tapping but i can't see …

android imageview pinchzoom zooming
Convert JavaFX image To BufferedImage

I'm trying to convert an JavaFX Image(from ImageView) to an BufferedImage. I tried casting and stuff but nothing works. …

java imageview javafx bufferedimage