I have 2 applications, APP1 will start a transaction and will send some data to APP2 then APP2 will return to APP1 with updated data then APP1 will continue the transaction.
what is the best way to this in android?
is there a way to wait activity for result from another app?
Thank you.