Getting a result from an Activity – How to use startActivityForResult() method in Android?
Intro What to do when you need to start an activity just to get some data from this activity and then go back to your previous activity. When you want to send a message and you go to your list of contacts just to select a contact and then goRead More →