android-crop icon indicating copy to clipboard operation
android-crop copied to clipboard

Not getting Result in handlecrop method when i use fragment.

Open nitishat opened this issue 7 years ago • 3 comments

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

nitishat avatar Jan 16 '18 07:01 nitishat

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

ajeett1 avatar Aug 06 '18 13:08 ajeett1

@ajeett1 what is destinationUri..??

MustafaAndroid avatar Aug 23 '19 05:08 MustafaAndroid

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

ivanleong avatar Feb 06 '20 09:02 ivanleong