Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

I love it but I think there is something to be improved #50

Open
moo611 opened this issue Jan 16, 2020 · 1 comment
Open

I love it but I think there is something to be improved #50

moo611 opened this issue Jan 16, 2020 · 1 comment

Comments

@moo611
Copy link

moo611 commented Jan 16, 2020

According to your code, if I want to save the image, it will return to the last activity, and I will get the url in the OnActivityResult. But I want to go to the next activity since the user wants to send a post to the server.

@iamutkarshtiwari
Copy link
Owner

iamutkarshtiwari commented Jan 17, 2020

@moo611 Thank you for your feedback!
How about this?

Activity1 -> 
ImageEditor (process the image and return) -> 
Activity1 (onActivityResult { Kill this activity and start intent for Activity3  }) -> 
Activity3 (do server post with the image)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants