In case you've forgotten, refer to the onClick() listener for MainActivity 's Play button.īut something's changed: we want to start GameActivity and we expect to receive a result from it, which will be the user's score. We started GameActivity using the startActivity() method. Receive a Result from another Activity Recover an Activity Result MainActivity will display the user's most recent score on the main screen. In this chapter, we will have GameActivity communicate the player's score to MainActivity.