Top "Imageview" questions

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

android drag and drop ImageView onTouchListener

Hello I've set up an onTouchListener within my application for an ImageView, my aim was to have an ImageView that …

android drag-and-drop imageview ontouchlistener motionevent
Get Resource Id from ImageView

I am trying to develop a little game. I have a ViewFlipper which has 50 pictures (random frequence of 4 pictures) in …

android resources imageview viewflipper identifier
Displaying emoticons in Android

My IM app has to support emoticons. They are GIFs and have textual representations, which are used in the input …

android dynamic imageview emoticons
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
Apply Color Filter with xml in ImageView

I've got an ImageView and programmatically I can change its color using imageView.setColorFilter(Color.RED). There is something similar …

android xml imageview
Android setX() and setY() behaving weird

I am trying to dynamically create and then move an image in an Android activity. However, the setX() and setY() …

android imageview setx
Android ImageView drop shadow

I'm trying to add a drop shadow to an ImageView. The other Stackoverflow answer seems to be using canvas and …

android imageview dropshadow
Android: How to prevent image from being scaled in ImageView or ImageButton?

How can I prevent my bitmap from being scaled automatically in an ImageView or ImageButton if the view or button …

java android imagebutton imageview
How to write Text on ImageView in android coding?

Hi I've been trying to write Numbers on Imageview. Images for N number of questions. If the user entered answer …

java android imageview bitmapfactory
Android: OutofMemoryError: bitmap size exceeds VM budget with no reason I can see

I am having an OutOfMemory exception with a gallery over 600x800 pixels JPEG's. The environment I've been using Gallery with …

android gallery imageview out-of-memory ddms