Intent value - change the avatar in the form of return data

Intent return data pass value

Avatar replacement function
write picture description here

write picture description here

  • 1. Create an intent object startActivityForResult(intent, requestCode)
  • 2. Go to the second page to process the data and call setResult (return code, which encapsulates the returned data intent object)
  • 3. Call OnActivityResult (request code, response code, intent) to get the returned data

Created the MainActivity layout

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324776766&siteId=291194637