In this tutorial we will explore the Android Intent architecture. In particular, we will be looking at how we can launch an Android Activity defined external to our app using an implicit intent. Then we will look at it from the other perspective, how other app developers can launch Activities that are defined by our app.