My Android app has this demand, in the photo and video upload, you need a one-time from the photo/video library to select multiple uploads
But Android's original Eco SDK can only be selected and uploaded one at a.
I would like to know if there are other Android upload libraries to solve this problem, provide a multi-select function, you can make a checkbox and so on, select multiple
Processing methods
Official picture selector (but not all versions of Androi, only API level >=18 supported)
Http://developer.android.com/reference/android/content/Intent.html#ACTION_GET_CONTENT
Refer to the following article
http://stackoverflow.com/questions/9379579/select-multiple-images-in-android-gallery/12806036#12806036
Original address: http://www.itmmd.com/201411/135.html
This article by Meng Meng's IT person to organize the release, reprint must indicate the source.
How do I select multiple images or videos in the Android file selector?