Sharing Data Between Apps in Android

Published: Jan. 29, 2013, 7:35 p.m.

You can easily share data between Android apps using the "Share" Intent. Intents allow you to utilize components inside and outside of your app with very little extra code, and a nice clean decoupling of components.