Skip to content

Most visited

Recently visited

navigation

Sharing Simple Data

Dependencies and prerequisites

One of the great things about Android applications is their ability to communicate and integrate with each other. Why reinvent functionality that isn't core to your application when it already exists in another application?

This class covers some common ways you can send and receive simple data between applications using Intent APIs and the ActionProvider object.

Lessons

Sending Simple Data to Other Apps
Learn how to set up your application to be able to send text and binary data to other applications with intents.
Receiving Simple Data from Other Apps
Learn how to set up your application to receive text and binary data from intents.
Adding an Easy Share Action
Learn how to add a "share" action item to your action bar.
This site uses cookies to store your preferences for site-specific language and display options.

Hooray!

This class requires API level or higher

This doc is hidden because your selected API level for the documentation is . You can change the documentation API level with the selector above the left navigation.

For more information about specifying the API level your app requires, read Supporting Different Platform Versions.