android-multipicker-library
android-multipicker-library copied to clipboard
How to change directory and filename of the captured image using Camera?
Is there a way to tell the camera the filename of the photo and the location to where it will be saved?
https://github.com/coomar2841/android-multipicker-library/blob/dev/multipicker/src/main/java/com/kbeanie/multipicker/core/PickerManager.java#L240 is where the filename is created. An optional delegate could let the client to choose the filename.