In Android application, to call an activity and wait for a result to be returned from it, which built-in method should you use?
a. setResult()
b. startActivityForResult()
c. startActivity()
d. setData(
1 answer
b. startActivityForResult()