Android widget that displays an arbitrary image or drawable, such as an icon.
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 motioneventI 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 identifierI 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-transparencyI've got an ImageView and programmatically I can change its color using imageView.setColorFilter(Color.RED). There is something similar …
android xml imageviewI am trying to dynamically create and then move an image in an Android activity. However, the setX() and setY() …
android imageview setxI'm trying to add a drop shadow to an ImageView. The other Stackoverflow answer seems to be using canvas and …
android imageview dropshadowHow can I prevent my bitmap from being scaled automatically in an ImageView or ImageButton if the view or button …
java android imagebutton imageviewHi I've been trying to write Numbers on Imageview. Images for N number of questions. If the user entered answer …
java android imageview bitmapfactoryI 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