Top "Android-imageview" questions

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

Android Pinch to Zoom ImageView

I have a single Image ImageView Layout . import android.app.Activity; import android.os.Bundle; public class americanfootball extends Activity { @…

android android-imageview pinchzoom
Android: How to: set the Image of ImageSwitcher by a Bitmap? setImageBitmap doesn't exist?

i can't find setImageBitmap from ImageSwitcher. is there a way to set it by a bitmap? UPDATES1 then i found …

android bitmap android-imageview imageswitcher
How to set outer glow effect on ImageView?

I have tried this. but it is not working this on ImageView. but this code is not setting any outer …

android android-imageview glow
Display album art from MediaStore.Audio.Albums.ALBUM_ART

I use a CursorLoader in a LoaderManager with a Custom CursorAdapter. I've already achieved to display the Album and the …

android android-imageview android-mediaplayer albumart android-cursorloader
Loading images in GridView using Universal Image Loader

I'm using the Universal Image Loader 1.8.6 library for loading dinamically images taken from web. The ImageLoaderConfiguration configuration is the following: …

android android-imageview android-view android-gridview universal-image-loader
ImageView within an AbsoluteLayout, How to set x, y coordinates of the ImageView?

What I'm trying to do is create a poorman's version of a gps map. I've setup a "map" picture as …

java android android-imageview absolutelayout
Set programmatically margin in android?

I have bellow xml . In this xml i need that set MarginTop "@+id/imgFooter" programatically toward "@+id/imgCenter" .But i …

android imageview android-imageview android-relativelayout layoutparams
Where to put PNG files and how to refer to them from ImageView in XML layout?

After reading 2 books on Android programming, I am trying to port an iOS Word game app: I would like to …

android android-imageview android-assets
How to animate ImageView from center-crop to fill the screen and vice versa (facebook style)?

Background Facebook app has a nice transition animation between a small image on a post, and an enlarged mode of …

android android-imageview android-animation crop
Android - Get Color From ImageView with ColorFIlter Applied to Drawable

I'm trying to get the color of an ImageView within a GridView that I've applied a color filter too previously. …

android android-imageview android-gridview android-drawable