How to Show the full image on clicking the Discard button using the crop app?

  • Replies:2
Avijit Paul
  • Forum posts: 1

May 19, 2012, 11:05:57 AM via Website

I was working and trying to understand these code which i Googled and found here....

http://www.londatiga.net/featured-articles/how-to-select-and-crop-image-on-android/

The built in crop app has these discard button which completely cancels the activity bt i want to capture the original selected image and send it to another activity without cropping.

Any ideas would help...

— modified on May 19, 2012, 11:06:22 AM

Reply
Eric McBride
  • Forum posts: 1,790

May 25, 2012, 3:28:18 PM via Website

Hey Jeremiah...can you help on this?

Jeremiah is the dev God around here :)

Reply
Jeremiah
  • Forum posts: 775

May 31, 2012, 11:21:44 AM via Website

Avijit Paul
I was working and trying to understand these code which i Googled and found here....

http://www.londatiga.net/featured-articles/how-to-select-and-crop-image-on-android/

The built in crop app has these discard button which completely cancels the activity bt i want to capture the original selected image and send it to another activity without cropping.

Any ideas would help...

See this post for how to pass it to another intent/activity with the putExtras option:

http://stackoverflow.com/questions/4352172/how-do-you-pass-images-bitmaps-between-android-activities-using-bundles

Reply