jaydeepw / poly-picker

Android library project for providing multiple image selection from the device.
406 stars 114 forks source link

Jump to another activity for image result #77

Closed bangkitwira16 closed 9 years ago

bangkitwira16 commented 9 years ago

How can I jump to another activity when i clicked done button ?

jaydeepw commented 9 years ago

Check the sample. After done pressed, the result is returned in onActivityResult callback of calling activity. From there you can take the user wherever you want. Please dont create issues for such questions.

bangkitwira16 commented 9 years ago

Sorry for that's On Oct 2, 2015 3:34 PM, "Jaydeep" notifications@github.com wrote:

Check the sample. After done pressed, the result is returned in onActivityResult callback of calling activity. From there you can take the user wherever you want. Please dont create issues for such questions.

— Reply to this email directly or view it on GitHub https://github.com/jaydeepw/poly-picker/issues/77#issuecomment-144959752 .