Вопрос

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

Это было полезно?

Решение

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top