Nouran Samak

Results 1 comments of Nouran Samak

I tried this and it worked. val result = CropImage.getActivityResult(data) val selectedImage = result.uri val options: BitmapFactory.Options = BitmapFactory.Options() options.inJustDecodeBounds = true if (selectedImage.path != null) { //Bitmap val outputBitmap...