page.title=Sharing Simple Data page.tags="intents","share" trainingnavtop=true startpage=true @jd:body
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 {@link android.content.Intent} APIs and the {@link android.view.ActionProvider} object.