Harsh Singh
Harsh Singh
i have the **best notes** for **time and space complexity** of mine. can you please assign me for this??
can you please assign me for this??
The `cropImage.launch()` method was changed in `version 4.3.3` of the Android Image Cropper library. The old method used a `options() ` block to set the crop options, but this block...
Here's the modified version of the code: ``` class MainActivity : AppCompatActivity() { private val cropImage = registerForActivityResult(CropImageContract()) { result -> if (result.isSuccessful) { // Use the cropped image URI....
@vanniktech I hope we can work together. I was not free at that moment. That's why I was not able to create PR of it.