You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
@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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: