Android select pictures and videos

systematic

Choose one (the picture supports cropping)

http://www.cnblogs.com/mrcoke/articles/2783910.html

 

select multiple

My android app has such a requirement. When uploading photos and videos, I need to select multiple items from the photo/video library for uploading at one time.

However, in the original sdk of android, you can only select and upload one by one.

I would like to know if there are other android upload libraries that can solve this problem, provide a multi-select feature that can make checkboxes and the like, select multiple at a time

Approach

The 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

Original address: http://www.itmmd.com/201411/135.html 

 

open source

https://github.com/tungdx/android-media-picker

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326776141&siteId=291194637