Top "Imageview" questions

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

Android set bitmap to Imageview

Hi i have a string in Base64 format. I want to convert it ot a bitmap and then display it …

java android bitmap imageview
Custom ImageView with drop shadow

Okay, I've been reading and searching around, and am now banging my head against the wall trying to figure this …

android overriding imageview dropshadow
Android: how to convert whole ImageView to Bitmap?

I have my application that is displaying images with different ratio, resized inside (centerInside) imageView. What I need is to …

android image bitmap screen imageview
set height of imageview as matchparent programmatically

I need to set the height of an imageview as matchparent programatically.if it is a fixed height i know …

android height imageview
ImageView in android XML layout with layout_height="wrap_content" has padding top & bottom

I have a vertical LinearLayout containing an ImageView and a few other layouts and views. <?xml version="1.0" encoding="utf-8"?&…

android xml layout imageview
How can I show an image using the ImageView component in javafx and fxml?

I suppose it's a very simple thing but I just can't get behind it. All I want is to show …

java imageview fxml
Android ImageView setImageResource in code

I have an imageView that I want to display a little icon of the country that you are currently in. …

android imageview android-resources
Android: Generate random color on click?

I have an ImageView, in which I am programmaticly creating drawables and presenting them to the user. My goal is …

android colors imageview
Get Image from the Gallery and Show in ImageView

I need to get an image from the gallery on a button click and show it into the imageview. I …

android android-intent imageview android-gallery
Android: Drawing a canvas to an ImageView

I'm new to android programming and what I'm trying to figure out is this; In my layout i have a …

android imageview android-canvas draw