This tag is for questions related to images on Android
I want to display a random image from the bunch of images i have stored in res/drawable. The only …
android android-imageHere 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 diskspaceI am a newbie to android development.Now i would like to do gallery view as circular like image as …
android android-gallery android-imageIs there any way to convert a Bitmap to sepia? I know to convert to grayScale is to set the …
android android-imageI 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-kitkatI'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-cropI 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-memoryI'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-activityWhat are the pros and cons in using vector drawables vs. using a set of .png for Android system icons? …
android png android-drawable android-imageI need to get images along with other data (very similar to email with attachements) to the server. I also …
android android-image android-imageview