jdamcd / android-crop

Android library project for cropping images
4.54k stars 1.08k forks source link

How to use this Library to capture photo from camera and not from Galery ?? #248

Open amineghabi opened 8 years ago

Kongdy commented 7 years ago

You can start the Camera by yourself.And put the extra what is Crop.REQUEST_PICK from Crop on Intent.Remind you a little,you must use a global param to save image file for Crop use,or else the null parameter called 'data' will crash you application in 'onActivityResult()'