Android-Image-Cropper icon indicating copy to clipboard operation
Android-Image-Cropper copied to clipboard

Unable to upload video in fragment

Open poojashah23996 opened this issue 4 years ago • 1 comments

CropImage.activity() .setGuidelines(CropImageView.Guidelines.ON) .start(requireContext(), this,true)

this method throws compile time error as CropImage java file provides method like this

public void start(@NonNull Context context, @NonNull Fragment fragment) { fragment.startActivityForResult(getIntent(context), CROP_IMAGE_ACTIVITY_REQUEST_CODE); }

poojashah23996 avatar Jan 20 '20 13:01 poojashah23996

Hey!

I start a new project to handover this library https://github.com/CanHub/Android-Image-Cropper

The ideia is that we keep improving because this project don’t have updates since 2018 Hope I can count with your help.

Open to contribute, next pieces of work will be Android 11 permissions, refactor into Kotlin and ActivityContract

Canato avatar Nov 27 '20 16:11 Canato