Top "Android-gallery" questions

Questions regarding using Android gallery application.

upload picture to emulator gallery

I want to add picture in emulator's gallery. But i am not able to do this. How to do this? …

android android-emulator android-gallery
How to access an image from the phone's photo gallery?

By any chance, does anyone know how to access the phone's photo gallery? I am making an application that takes …

android android-gallery
How to select a video from the gallery and get it's real path?

I can open the gallery with this code, Intent intent = new Intent(Intent.ACTION_PICK); intent.setType("video/*"); intent.setAction(…

android android-gallery
how to add images to android emulator?

any one guide me how to add some images to emulator image gallery?

android-emulator android-gallery android-mediascanner
Get the file extension from images picked from gallery or camera, as string

I want to get as string the image extension (for example "jpg", "png", "bmp" ecc.) of the images loaded from …

android android-camera android-gallery
Android getting an image from gallery comes rotated

I am trying to let users select a profile picture from gallery. My issue is that some pictures come as …

android android-gallery
How can I find out the camera images folder of an Android phone?

I am developing a camera app for Android. One requirement is to save the photos taken to the device's default …

android android-camera android-gallery android-sdk-2.3
select multiple images in Android Gallery

i m working with one application that have one functionality to select multiple images from android inbuilt Gallery/Camera . Gallery …

android android-gallery image-uploading
android- open gallery and choose image and video

In my project I want to open a gallery on a button click and should be able to pick image …

android video android-gallery