I want to crop an image in my application when it is selected from gallery.
i.e if I launch the gallery and select an image the cropping window should come like when we select an image from iPhone. Is it possible in Android.
I found one tutorial for cropping the image in android, but dont seem the way I wanted.
http://www.coderzheaven.com/2011/03/15/crop-an-image-in-android/
Yes it’s possible to crop image in android by using
com.android.camera.action.CROP. after picking image url from gallery.you will start Crop Editor as:When the picture select Activity return will be selected to save the contents.in
onActivityResult:and see this post which is also help you for cropping image in android