Thursday, September 12, 2013

Tasks across application borders

Android application components can connect to components of other Android applications. This way they can create cross-application tasks.
For example an application which allows you to make a photo can start an email application and instruct this application to create a new email and attach a photo to this email. This reuse of existing components is an important design concept of Android applications and allows the developer to leverage the applications installed on the device.

No comments:

Post a Comment