How to select multiple image/video in android project?

Shivomkara Chaturvedi picture Shivomkara Chaturvedi · Dec 20, 2013 · Viewed 9.5k times · Source

I am creating app in which I want to choose multiple photo and video from photo/video library of device, to upload.

But using native sdk picker we can choose one by one.

Is there any library by which we can make pickerview multiple selection by putting checkbox or something.

Please help

Answer

Kumar Bibek picture Kumar Bibek · Dec 20, 2013

There is no official picker yet which supports all versions of Android.

Official Image picker:

See ALLOW_MULTIPLE option (API Level >=18) http://developer.android.com/reference/android/content/Intent.html#ACTION_GET_CONTENT

Third party libraries: See this question:

select multiple images in Android Gallery