Domanda

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

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top