page.title=Sharing Content trainingnavtop=true startpage=true next.title=Sending Content to Other Apps next.link=send.html @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 content between applications using {@link android.content.Intent} APIs and the {@link android.view.ActionProvider} object.