Top "Imageview" questions

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

how to make full circular image view in android

Possible Duplicate: How to make an image fit into a circular frame in android I want a 360 degree circular shape …

android android-layout imageview android-canvas
how to get color at the spot(or pixel) of a image on touch event in android

I want to get the color of the spot or pixel where I will touch a image in Android. I …

android image colors imageview pixel
Change remoteView ImageView background

I have some remoteView with ImageViews, and I need to change the "android:background" programmatically. I know how to change …

android widget imageview
file path return null always in lollipop android

this is my code when i'm getting image from internal storage (gallery). In lollipop file path return always null. if (…

android imageview android-5.0-lollipop filepath internal-storage
Android Google Map to show as picture

I've implemented Google Maps V2 in my android app and now I would like to do something differently. I'm showing …

android google-maps imageview android-imageview
how to add imageView to javafx region element?

I would like to know how I can add ImageView Elements to a Region Element in JavaFx 2.1. Maybe I get …

imageview javafx-2 region
Converting image url to bitmap quickly

I need to display the list of images from api in the list page. For that i used two approaches. …

android bitmap imageview imageurl imagehandler
Android ScrollView adds extra padding on top and bottom of child imageview

I have a problem with rendering a ScrollView. Essentially, the layout is fixed header and footer with a scrollview in …

android emulation imageview scrollview
Pinch Zoom in android for an imageview?

I have one requirement in which i have to zoom in and zoom out images on pinch.. Please if anyone …

android imageview pinch
How to get the size of bitmap after displaying it in ImageView

I have a imageview <ImageView android:id="@+id/imgCaptured" android:layout_width="fill_parent" android:layout_height="fill_parent" …

android bitmap imageview android-imageview bitmapimage