Top "Android-image" questions

This tag is for questions related to images on Android

how to select from resources randomly (R.drawable.xxxx)

I want to display a random image from the bunch of images i have stored in res/drawable. The only …

android android-image
DiskLruCache from android tutorial is missing lots of methods.

Here is the disk cache tutorial I'm following. I've downloaded the source code to DiskLruCache but none of the methods …

android caching bitmap android-image diskspace
android circular gallery?

I am a newbie to android development.Now i would like to do gallery view as circular like image as …

android android-gallery android-image
Convert bitmap to sepia in android

Is there any way to convert a Bitmap to sepia? I know to convert to grayScale is to set the …

android android-image
Android 4.4.2 - camera uri return null and also cropping feature not working?

I am trying to click image from camera and show into imageview but onactivityresult URI return null. BUt below code …

android android-camera android-image android-gallery android-4.4-kitkat
Why doesn't Android crop intent return ActivityResult?

I'm trying to crop an image from the media gallery. I'm able to access the image, start the default crop …

android android-intent android-image onactivityresult android-crop
Android error: java.lang.OutOfMemoryError: bitmap size exceeds VM budget

I came across many questions in stackoverflow regarding this error but non of them found explaining a proper solution for …

android android-imageview android-image android-memory
Activity with a transparent background

I'm creating a reusable Loading screen to use between Activities, on the LoadingActivity I added a semi transparent background resource, …

android android-layout android-image android-activity
What is the difference between using vector drawable and a set of .png for icons in Android?

What are the pros and cons in using vector drawables vs. using a set of .png for Android system icons? …

android png android-drawable android-image
Android uploading pictures to server in most efficient way

I need to get images along with other data (very similar to email with attachements) to the server. I also …

android android-image android-imageview