全部博文(34)
分类: Android平台
2014-08-01 10:47:22
http://developer.android.com/guide/index.html # Introduction to Android
From one component you can start another component using an intent. You can even start a component in a different app, such an activity in a maps app to show an address. This model provides multiple entry points for a single app and allows any app to behave as a user's "default" for an action that other apps may invoke.