tungdx / android-media-picker

A library for choose photos, videos from Android devices.
185 stars 57 forks source link

Can you share with us how to put the picker inside a frame, instead of fullscreen activity? #20

Closed billylo1 closed 7 years ago

billylo1 commented 7 years ago

I tried following the DemoActivityFragment code and the Picker is always fullscreen... any hints?

thx.

billylo1 commented 7 years ago

Managed to get it to work by studying MediaPickerActivity and implement the FragmentHost and MediaSelectedListener.