2

I have used this link to crop image. It worked well for Android 2.3.3 and older ones. I have faced the problem in using this source code for Android 3.0+.

The problem is if I take the photo from the gallery, it crops normally. But if I take a picture on the device then I have got Toast message "unable to crop image". I'm doing testing on Samsung GALAXY S II. I have face problem on orientation change .. This code working well for landscape but i have face problem in portrait view.

Akash Singh
  • 5,171
  • 2
  • 26
  • 55

1 Answers1

-1

i have got the answer i thing problem in change orientation . this is solve by using android:configChanges="orientation" in manifest file

Akash Singh
  • 5,171
  • 2
  • 26
  • 55