Top "Android-gallery" questions

Questions regarding using Android gallery application.

How to pick image for crop from camera or gallery in Android 7.0?

Pick image for crop from gallery and camera it's done for below Android 7.0 but in Android Nought it crashes in …

android android-gallery android-7.0-nougat
Android READ_EXTERNAL_STORAGE permission not working

I'm trying to create a simple app that can get an image from the Gallery app and display it on …

java android android-5.0-lollipop android-gallery android-permissions
Open Gallery App in Android

I am trying to open inbuilt gallery app pressing a button in my app. I am trying out on Android 2.3 …

java android android-gallery
Android get Gallery image Uri path

In an Activity, I can choose an image from the Gallery, and I need its Uri path (in the log, …

android image image-uploading android-gallery
How to create application specific folder in android gallery?

I'm building android application "XYZ" in which users will be storing media such as images and videos. Therefore, I would …

android android-gallery
Save image from ImageView to device gallery

I'm trying to save an image from ImageView to devices gallery. I tried this code Code Edit: URL url = new …

android imageview android-imageview android-gallery
Image from Gallery in Android 6(Marshmallow)

In My Application I am trying to Pick image from galley, so as to pass that image to server. Code …

android android-gallery android-6.0-marshmallow
Touch Scroll on View Flipper in Android?

I have to achieve that the Touch Scroll on the ViewFlipper. For Example. I have two Images. At First, ViewFlipper …

android viewflipper android-gallery
Choosing photo using new Google Photos app is broken

My app has ability to select photo from library. Exactly I want file path from this selection. This is the …

android android-intent android-gallery google-photos
How to open one particular folder from gallery in android?

I'am uing the below code to open the android default gallery app. It opens all the image folders under sdcard. …

android android-intent android-gallery