Chapter     5

More About Android Application Components

We have used activity to create ADT projects with a user interface. To launch these apps, users simply go to the application launcher, find the app icon, and tap the icon to start the app. The application launcher is actually a system built-in app with a user interface that allows users to select the app by tapping the launch icons to start the app. (In iOS, it is called the Home screen or the Springboard.) Technically speaking, in Android, you don’t say, “Launch an application from the system application launcher.” Instead, you should say, “Activate an application component.”

How does it work? The application launcher app simply sends a special object—called Intent (see Listing 5-6)—to ...

Get Migrating to Android for iOS Developers now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.