Android Programming with Intents

Pluralsight
Course Summary
Virtually all interactivity between Android components occurs through a special messaging concept known as intents. In this course you will learn how to work effectively with and capitalize on the many capabilities of the Android platform provided through intents.
-
+
Course Description
Three of the core components of an application - activities, services, and broadcast receivers - are activated through messages, called intents. Intent messaging is a facility for late run-time binding between components in the same or different applications. In this course you will learn how to work effectively with and capitalize on the many capabilities of the Android platform provided through intents.
-
+
Course Syllabus
Android Late Binding and Intents- 37m 8s
—Introduction 6m 13s
—Android and program interactivity 8m 40s
—What is an Intent 8m 52s
—Matching components to Intents 4m 55s
—Delegating actions with PendingIntents 4m 19s
—Summary 4m 9sComponent activation with intents- 1h 5m
—Introduction 1m 56s
—Activating components with Intents 5m 32s
—Demo: Activating components with Intents 9m 29s
—Implicit intents and intent filters 3m 32s
—Intent action tests 5m 44s
—Demo: Intent action tests 15m 36s
—Intent category and data tests 7m 39s
—Demo: Intent category and data tests 9m 58s
—Getting a closer look at intent resolution 3m 57s
—Summary 2m 18sDelegation and Callbacks through PendingIntents- 44m 51sIntentFilter data tests- 43m 4sWorking with Platform Features Through Intents- 1h 3m