1. What is the purpose of using startActivityForResult in Android application development? | ![]() |
2. How do you setup startActivityForResult in an Android application? | ![]() |
3. Can you explain the concept of requestCode and resultCode in startActivityForResult? | ![]() |
4. How can you pass data from the calling activity to the started activity using startActivityForResult? | ![]() |
5. How can you retrieve the result from the started activity in the calling activity using startActivityForResult? | ![]() |