android KitKat image Crop

前端 未结 2 1749
暗喜
暗喜 2021-01-27 17:13

I am passing image url to the following method

private void performCrop(Uri imageUri){
        try {
            Intent intent = new Intent(\"com.android.camera.         


        
2条回答
  •  無奈伤痛
    2021-01-27 17:43

    Android all devices does not have a cropping intent according @CommonsWare http://commonsware.com/blog/2013/01/23/no-android-does-not-have-crop-intent.html

    so better is to use libraries

    some of them are:

    https://github.com/jdamcd/android-crop

    https://github.com/IsseiAoki/SimpleCropView

    https://android-arsenal.com/details/1/3054

提交回复
热议问题