Turtlebody / android-media-picker

A simple and easy to use Media Picker android library. Choose any image, video or audio from your device
MIT License
60 stars 16 forks source link

comman list for images & video #9

Closed mansiJspaceo closed 4 years ago

mansiJspaceo commented 4 years ago

how can we get all list of images & video in same .user can select both images & video

wangsun6 commented 4 years ago

Our UI is designed in such a way that only single type will be shown at a particular time. So there is no way you can list both images and videos at same ui. But at your end(your app) you can do some tricks to get list of both selected images and videos.

Whenever you select images or videos, you get the file uri in return. so give the user option to select images or videos but whenever you get selected uri add it in single arrayList. and final list will contain both images and videos uri's.