Back to Developer Roadmap

Intent

src/data/roadmaps/android/content/intent@hv_9imIQpthxEaMLXEUHI.md

4.0426 B
Original Source

Intent

Intent in Android is a software mechanism used for late runtime binding between components, such as activities, content providers, and services. It is essentially a passive data structure holding an abstract description of an operation that the Android system is requested to perform.

Visit the following resources to learn more: