coomar2841 / image-chooser-library

An Easy Image/Video Chooser Library for your Android Apps
646 stars 193 forks source link

How to custom the folder name? #162

Closed waikchiu5 closed 8 years ago

waikchiu5 commented 8 years ago

i want to stay all the image in the specific folder after chose the image?

I cannot found any method and set the folder name

coomar2841 commented 8 years ago

You can set it in preferences.

https://github.com/coomar2841/image-chooser-library/blob/dev/image-chooser-library/src/main/java/com/kbeanie/imagechooser/api/BChooserPreferences.java#L23

Else, you can still use the deprecated constructors which takes in a folder name as a parameter.