help me explain about "registerForActivityResult" . Specific problem:
I have MainActivity : int a , and int b => send a, b to activity2
in activity2 i sum a+b
send result a+b back to MainActivity
Display result of a+b on MainActivity . I have searched many places but to no avail