jdamcd / android-crop

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

Not getting Result in handlecrop method when i use fragment. #276

Open nitishat opened 6 years ago

nitishat commented 6 years ago

Hi, In activity it is working fine but i fragment not getting result in handleCrop method.Any suggestion regarding this...?

ajeett1 commented 6 years ago

Use Crop.of(picUri, destinationUri).withAspect(1, 1).start(getActivity(),Fragmentname.this);

MustafaAndroid commented 5 years ago

@ajeett1 what is destinationUri..??

ivanleong commented 4 years ago

Destination is the final path of the image you want to crop to