android-crop
android-crop copied to clipboard
Not getting Result in handlecrop method when i use fragment.
Hi, In activity it is working fine but i fragment not getting result in handleCrop method.Any suggestion regarding this...?
Use Crop.of(picUri, destinationUri).withAspect(1, 1).start(getActivity(),Fragmentname.this);
@ajeett1 what is destinationUri..??
Destination is the final path of the image you want to crop to