Top "Android-gallery" questions

Questions regarding using Android gallery application.

How to pick an image from gallery (SD Card) for my app?

This question was originally asked for Android 1.6. I am working on photos options in my app. I have a button …

android android-image android-gallery
Android Gallery on Android 4.4 (KitKat) returns different URI for Intent.ACTION_GET_CONTENT

Before KitKat (or before the new Gallery) the Intent.ACTION_GET_CONTENT returned a URI like this content://media/external/…

android android-intent android-gallery android-contentresolver
How to implement HorizontalScrollView like Gallery?

I want to implement Horizontal ScrollView with some features of Gallery, In Gallery the scroll made at some distance it …

android android-gallery horizontalscrollview
Allow user to select camera or gallery for image

What I'm trying to do seems very simple, but after a few days of searching I can't quite figure it …

android android-intent android-camera android-gallery android-intent-chooser
Android - Save images in an specific folder

I need to save the pictures taken with my app in an specific folder. I've read many solutions to this …

android android-sdcard android-gallery android-camera-intent
Get Image from the Gallery and Show in ImageView

I need to get an image from the gallery on a button click and show it into the imageview. I …

android android-intent imageview android-gallery
Get filepath and filename of selected gallery image in Android

I am creating an app which uploads a selected image from the gallery and uploads it to a web service. …

java android filepath android-gallery
Getting Image from ImageView

I have a gallery that shows an array of images, when clicked they are displayed in an imageview. I want …

android android-imageview android-gallery
Loading all the images from gallery into the Application in android

I am creating an application wherein I need all the images in the gallery into my application that has a …

android image android-gallery
Android : How to detect the image orientation (portrait or landscape) picked from gallery while setting on an imageview?

I am setting an image on the imageview picked from the gallery(camera album). If the picked image has landscape …

android android-imageview android-gallery