This tag is for questions related to images on Android
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-backgroundI 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 blurryI am trying to apply effect (sepia, brightness, bloom and other image effects if API for them is available) on …
android android-imageview android-imageI am prototyping an android application and need to get images from a web server to Android ListView. I understand …
php android webserver android-image imagedownloadI 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-imageI 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-imagein my app, i have large images, i display it in an image view by hard code the size as 60 …
android android-imagepublic int uploadFile(String sourceFileUri) { int screenHeight = 800; int screenWidth = 600; HttpURLConnection conn = null; DataOutputStream dos = null; String lineEnd = "\r\n"; String …
android android-imageI'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-buttonI'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