In the android file selector, how do I select multiple images or videos ?,
My android app has the following requirements: When uploading photos and videos, you need to select multiple images/videos at a time for uploading.
However, the original android sdk can only be selected and uploaded one by one.
I want to know if there are other android upload libraries that can solve this problem and provide a multi-choice function to enable multiple
Solution
Official image selector (but does not support all versions of androi, only supports API Level> = 18)
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
Address: http://www.itmmd.com/201411/135.html
This article is organized and published by Meng IT personnel. The reprinted article must indicate the source.