- Course
Android Fundamentals: Intents
Intents allow Android apps to work together. In this course, you'll learn how to use intents to launch other activities both within your own app and outside, plus how to accept intents from other apps.
- Course
Android Fundamentals: Intents
Intents allow Android apps to work together. In this course, you'll learn how to use intents to launch other activities both within your own app and outside, plus how to accept intents from other apps.
Get started today
Access this course and other top-rated tech content with one of our business plans.
Try this course for free
Access this course and other top-rated tech content with one of our individual plans.
This course is included in the libraries shown below:
- Core Tech
What you'll learn
At the core of developing any Android application is how different components work together. Android achieves that by intents. In this course, Android Fundamentals: Intents, you'll learn different ways to use intents with activities, including both within your own app and outside. First, you'll cover how to use explicit intents to launch an activity within your app. Next, you'll delve into how to use implicit intents to launch an activity outside of your app. Finally, you'll explore how to use intent filters to accept intents from other apps. By the end of this course, you'll have the fundamental knowledge of Android intents, and how to utilize it to have different apps working together seamlessly.