Top "Imageview" questions

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

ImageView with rounded corners and inner shadow

I need to make a thumbnail view with rounded corners and inner shadow. Usually I'm making ImageView frames with 9patches, …

android imageview draw
Android: can't remove vertical gap between images in LinearLayout

I have a simple LinearLayout in Android with two images vertically: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:…

android imageview android-linearlayout
How to get when an ImageView is completely loaded in Android

I'm developing an App which draws lines over a bunch of Images. To choose these images, I have a radio …

android bitmap imageview android-canvas
Why are there extra pixels around my Android GridView?

I have a GridView in my Android application that has a number of ImageViews in it. The space on my …

android gridview imageview
TranslateAnimation on ImageView (Android)

So I have an ImageView in my layout and I wanted to slide it to the right or left when …

android position imageview android-animation translate-animation
Draw Rectangle Over ImageView for highlight that can be zoom in-out in android

I have been refer this example from SO below are they. 1.Draw Line Over ImageView 2.Draw Picture Over ImageView 3.I …

android imageview zoom
ImageView using image stored at Titanium.Filesystem.applicationDataDirectory displays placeholder, not image

I'm developing with SDK 1.6.2. My app uses the camera to capture and save an image to Titanium.Filesystem.applicationDataDirectory. A …

javascript imageview appcelerator placeholder
Imageview set color filter to gradient

I have a white image that I'd like to color with a gradient. Instead of generating a bunch of images …

android imageview gradient
Why imageView.setLayerType(View.LAYER_TYPE_SOFTWARE, null); and <application android:hardwareAccelerated="false" have different effect?

I wonder why if I set <application android:hardwareAccelerated="false" using svg-android i see no image (due to hw …

android svg imageview android-hardware
Android set image as wallpaper

Please show me an example code on how to set image as wallpaper using Android WallpaperManager. I have shortened and …

android image background imageview wallpaper