Top "Android-imageview" questions

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

allow the user to insert an image in android app

my question is: how to create imageButton which allow the user to upload image from their phone and insert it …

android android-widget android-imageview android-image
How can i get center x,y of my view in android?

I am attaching an imageview up on my frame layout. Here i want to get my imageview center co-ordinates. i …

android android-imageview
Android change background image with fade in/out animation

I wrote code which can change background image random every 5 second.now i want to use fade in/out animation …

android android-imageview android-animation
Setting Android images from string value

Currently I'm drawing a PNG image in my Android application like so: ImageView image = new ImageView(context); image.setImageDrawable(context.…

java android imageview android-imageview
Difference between setAlpha and setImageAlpha

ImageView has two methods related methods: setAlpha and setImageAlpha. The former is available since API level 1, but is deprecated since …

android android-imageview android-view
Using ImageView as background for an Android Layout

I want to take advantage of the scaleType property, which I cannot use if I set my image using the …

android android-layout android-imageview android-xml android-background
How do I prepare images for all the Android resolutions?

In iOS preparing graphics is simple. There are either a normal image (height x width) or a retina image which …

android image android-imageview android-image high-resolution
how to programmatically create an imageView with id and src parameters?

The following works, but I want to eliminate the xml so that I can change the image programmatically: Java: public …

android android-layout android-imageview android-framelayout
Alpha-gradient on Android

I need to create an alpha-gradient on the edge of the ImageView. Preferably using only XML. Image for example

android imageview gradient android-imageview alpha-transparency
How to create ImageView pulse effect using nine old androids animation

I wonder how I should create a pulse effect using nine olad androids framework animation. To understand better lets say …

android android-animation android-imageview