Questions tagged [ucrop]

19 questions
0
votes
1 answer

How to use uCrop and RxPaparazzo

I'm using this library to crop my images. https://github.com/Yalantis/uCrop to take images: https://github.com/miguelbcr/RxPaparazzo To use this library,I'm using RxPaparazzo: UCrop.Options options = new UCrop.Options(); …
S.M_Emamian
  • 17,005
  • 37
  • 135
  • 254
0
votes
1 answer

How to influence behavior of cancel button in UCropActivity

I'm using the Yalantis library "UCrop" in my android app to crop, scale and rotate images coming from the built-in smartphone camera. When I call uCrop.start(this) the UCropActivity launches and in the upper left corner the cancel button appears as…
Speedy
  • 1
  • 3
-1
votes
1 answer

why in my method onActivityResult it does not reach the else if condition. I want to save cropped image to firebase using the UCrop

why in my method onActivityResult it does not reach the else if condition. I want to save cropped image to firebase using the UCrop Uri imageUriResuktCrop; @Override public void onActivityResult(int requestCode, int resultCode, @Nullable Intent…
-1
votes
1 answer

What is the meaning and how to get the sourceUri and destinationUri in uCrop Library by Yalantis?

I am creating an Image Cropper Activity. However, my app is not working. I do not know what is the sourceUri and destinationUri means in the builder pattern of the uCrop Library by Yalantis. How can we get or find the sourceUri and destinationUri? I…
1
2