Android-Image-Cropper
Android-Image-Cropper copied to clipboard
Image Cropping Library for Android, optimized for Camera / Gallery.
When selecting **transparent** image/logo using Image Cropper Activity bitmap display **black background** in ImageView. (From Activity Result URI - CropImage.ActivityResult)
The view does not seem to care about the inherited method of `setEnabled(boolean)`. If I want to disable user input and put the view into a stasis-like state (e.i. similar...
this crashing my app on so many devices - java.lang.RuntimeException: at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:3430) at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:3594) at android.app.servertransaction.LaunchActivityItem.execute (LaunchActivityItem.java:85) at android.app.servertransaction.TransactionExecutor.executeCallbacks (TransactionExecutor.java:135) at android.app.servertransaction.TransactionExecutor.execute (TransactionExecutor.java:95) at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2067) at android.os.Handler.dispatchMessage...
Is necessary to update the method **startActivityForResult()** according to the offical documentation (https://developer.android.com/training/basics/intents/result?hl=es-419) In order to be able to receive the **requestCode** from _CropImage.java_ Thank you so much!
Hi, I am working on Android v10 and in order to get the crop box image need to be taken twice. In the MainActivity I have made the changes at...
in API level 28 and higher, the onActivtyResult in fragments is deprecated and as may you guess, getting cropped image result is no longer available in fragments. I think this...
I have a working app on most devices. It's been out for a few years. I recently upgraded the phone to Android 11 and the API to 29. I am...
Starting with Android 30 external apps no longer can access directly files, so the solution would be to use a custom file provider. You will have to do those changes:...
Unable to get intent data **(data: Intent?**) in **onActivityResult** method while choose camera. Getting only null value. But while choose gallery, I'm able to get image Uri. It also happing...