##Android Fundamentals: Intents
Posted by Superadmin on June 01 2019 09:42:38

Android Fundamentals: Intents


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.

 

Course Overview

Course Overview2m

 

Introduction

Overview4m

 

Launching a Specific Activity with an Explicit Intent

Overview2m

Creating a Second Activity4m

Passing Parameters Using Intent Extras4m

Returning Results Back to the Calling Activity5m

Conclusion1m

 

Specifying an Action by Implicit Intent and Letting the User Decide

Overview1m

Using ACTION_VIEW to Launch the Browser and Open Google Maps5m

Using ACTION_DIAL to Launch the Phone Dialer2m

Using ACTION_GET_CONTENT to Get an Image from the Gallery4m

Using ACTION_SEND to Share Text and Image5m

Handling the Case When No Activities Matches the Intent4m

Conclusion2m

 

Accepting Incoming Intents from Other Apps

Overview5m

Using ACTION_VIEW to Accept a Web Link9m

Using ACTION_VIEW to Accept a Non-web Link7m

Using ACTION_SEND to Accept Shared Text8m

Defining a Custom Action5m

Sending an Implicit Intent via ADB8m

 

Conclusion

Conclusion2m


1. Course Overview



01. Course Overview



2. Introduction



02. Overview



3. Launching a Specific Activity with an Explicit Intent



03. Overview
04. Creating a Second Activity
05. Passing Parameters Using Intent Extras
06. Returning Results Back to the Calling Activity
07. Conclusion



4. Specifying an Action by Implicit Intent and Letting the User Decide



08. Overview
09. Using ACTION_VIEW to Launch the Browser and Open Google Maps
10. Using ACTION_DIAL to Launch the Phone Dialer
11. Using ACTION_GET_CONTENT to Get an Image from the Gallery
12. Using ACTION_SEND to Share Text and Image
13. Handling the Case When No Activities Matches the Intent
14. Conclusion



5. Accepting Incoming Intents from Other Apps



15. Overview
16. Using ACTION_VIEW to Accept a Web Link
17. Using ACTION_VIEW to Accept a Non-web Link
18. Using ACTION_SEND to Accept Shared Text
19. Defining a Custom Action
20. Sending an Implicit Intent via ADB



6. Conclusion



21. Conclusion