How to Crop Images without using Intent in Android

前端 未结 3 404
遥遥无期
遥遥无期 2021-02-04 20:05

I am trying to crop an image I have used the code below

Intent i = new Intent(Intent.ACTION_PICK, android.provider.MediaStore.Images.Media.EXTERNAL_CONTE

3条回答
  •  执念已碎
    2021-02-04 20:35

    Here is a sample project that Works same like Default Crop Intent of Android. CropImage If you really looking to try what you said,First look in to this link,Hope it may help you to find your way.

提交回复
热议问题