slides :: labCriminalIntent :: bc21

Implicit Intents

Intents and Intent Filters guide
- from developer.android.com.
Explicit versus Implicit
- shows the parts of the Intent which matter in explicit verus implicit.
Intents are shuttled by the OS
- shows how the intents must be passed to the OS.
Components activated by Intents
- which components are activated by Intents.
Implicit Intent definition
- definition of implicit intent.
Action/Data pairs
- usually for an implicit intent, all you need is an action/data pair.
Seen from the OS
- intents as seen from the OS.
Manifest file
- the manifest file is used to define intent filters.
Intent Filters
- intent filters are consulted by the operating system.
Categories
- categories are one way to refine your filter.
Intents from google
- definition from google.
Intent Filter conditions
- various conditions for implicit-intents.