When user presses a button from a webview, I open a scrollview activity with some buttons and edittext fields.
Once the user enters the fields and presses the ‘create’ button, from scrollview activity, I want the results from the called activity to be accessible.
How can I do thi?
you call setResult on the activity
I’ve done something like this:
In the calling Activity: