image cropper implementation
dependencies {
api 'com.theartofdev.edmodo:android-image-cropper:2.8.+'
}
image cropper implementation
dependencies {
api 'com.theartofdev.edmodo:android-image-cropper:2.8.+'
}
image cropper implementation
// start picker to get image for cropping and then use the image in cropping activity
CropImage.activity()
.setGuidelines(CropImageView.Guidelines.ON)
.start(this);
// start cropping activity for pre-acquired image saved on the device
CropImage.activity(imageUri)
.start(this);
// for fragment (DO NOT use `getActivity()`)
CropImage.activity()
.start(getContext(), this);
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us