# Deep Dive into Activity Results API -- No More onActivityResult()

DevFeed: [Deep Dive into Activity Results API -- No More onActivityResult()](<https://devfeed.tech/articles/deep-dive-into-activity-results-api-no-more-onactivityresult-23097.md>)

Original publisher: [Read original article](<https://medium.com/android-news/activity-results-api-69be5a225e86?source=rss----8fca399d4de---4>)

Author: Wajahat Karim

Published: 2020-05-03T00:11:01Z

Content type: tutorial

Language: en

Sources: [Android & Tech News -- Medium](<https://devfeed.tech/sources/android-tech-news-medium.md>)

Topics: [Android](<https://devfeed.tech/topics/android.md>), [Tutorial](<https://devfeed.tech/topics/tutorial.md>), [API](<https://devfeed.tech/topics/api.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [android-app-development](<https://devfeed.tech/tags/android-app-development.md>), [androiddev](<https://devfeed.tech/tags/androiddev.md>), [api](<https://devfeed.tech/tags/api.md>), [deep-dive](<https://devfeed.tech/tags/deep-dive.md>), [examples](<https://devfeed.tech/tags/examples.md>), [programming](<https://devfeed.tech/tags/programming.md>), [software-development](<https://devfeed.tech/tags/software-development.md>)

## AI overview

An Android tutorial introduces the Activity Results API as a way to transfer data between Activities. It uses the example of capturing an image through the user's preferred Camera app and returning the result to the calling Activity.

## Source excerpt

Learn New ActivityResultContracts by Examples Continue reading on AndroidPub "