Top "Android-image" questions

This tag is for questions related to images on Android

Error: The file name must end with .xml or .png

Even though I didn't choose photothumb.db as a drawable, I get an error saying photothumb.db should end with .…

android android-drawable android-image android-background
Android Blur View (Blur background behind the view)

I am trying to make the bottom part of an Image blur for the view on top it like in …

android blur android-image android-bitmap blurry
How to add image effects in android ?

I am trying to apply effect (sepia, brightness, bloom and other image effects if API for them is available) on …

android android-imageview android-image
Get images from PHP server to Android

I am prototyping an android application and need to get images from a web server to Android ListView. I understand …

php android webserver android-image imagedownload
Crop particular part of image in android

I want to crop Red part from following image, Is there any simple method available in android that can crop …

android image-processing bitmap crop android-image
Android make animated video from list of images

I want to make animated video from list of images by applying transition animation between two images. I found many …

android android-animation video-processing android-image
how to reduce large image size to thumbnail size in android

in my app, i have large images, i display it in an image view by hard code the size as 60 …

android android-image
How to compress image before uploading to server

public int uploadFile(String sourceFileUri) { int screenHeight = 800; int screenWidth = 600; HttpURLConnection conn = null; DataOutputStream dos = null; String lineEnd = "\r\n"; String …

android android-image
Save image to sdcard from drawable resource on Android

I'm wondering how to save an image to user's sdcard through a button click. Could some one show me how …

android drawable sd-card android-image android-button
How do i save an image in external storage gallery in android

I'm trying to write an image file into the public gallery folder in a specific directory but I keep getting …

android android-sdcard android-image