Skip to content Skip to sidebar Skip to footer

How To Crop The Image In Android Marshmallow By Using Default Crop Intent?

In my application requirement is select the image from gallery and then crop the selected image and set to the imageview. Below is my sample code for cropping the image. //call the

Solution 1:

The easiest way to implement camera and gallery with cropping is to use library.in market there are so many third party library are available but none of them work for all devices. There is one library is available which is stable across the deferent and several companies devices. https://github.com/biokys/cropimage use this demo. This is very old library but it is stable across the all different devices.


Post a Comment for "How To Crop The Image In Android Marshmallow By Using Default Crop Intent?"