24 More About Intents and Tasks
In this chapter, you will use implicit intents to create a launcher app to replace Android’s default launcher app. Figure 24.1 shows what this app, NerdLauncher, will look like.
Figure 24.1 NerdLauncher final product
NerdLauncher will display a list of apps on the device. The user will press a list item to launch the app.
To get it working correctly, you will deepen your understanding of intents, intent filters, and how applications interact in the Android environment.
Setting Up NerdLauncher
Create a new Android application project named NerdLauncher. Select Phone and Tablet ...
Get Android Programming: The Big Nerd Ranch Guide, Third Edition 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.