alhazmy13 / MediaPicker

Media Picker is an Android Libary that lets you to select multiple images or video
alhazmy13.net
Apache License 2.0
268 stars 86 forks source link

set requestCode #69

Closed amirhoseinpourali closed 6 years ago

amirhoseinpourali commented 6 years ago

Hi , Thanks for your good library. I want set request code and handle this in Activity Result. something like this:

new ImagePicker.Builder(NewsActivity.this) .mode(ImagePicker.Mode.GALLERY) .compressLevel(ImagePicker.ComperesLevel.MEDIUM) .directory(ImagePicker.Directory.DEFAULT) .scale(300, 300) .allowMultipleImages(true) .enableDebuggingMode(true) .setRequestCode(100) .build();

arnaud33200 commented 6 years ago

I was looking for this kind of feature too! I might do a pull request if not exist yet ^^

alhazmy13 commented 6 years ago

Fixed with Version 2.4.4 Thanks