Throughout this chapter, we will discuss how to verify and stub application intents. An intent is a messaging object you can use to request an action from another app component. Intents facilitate communication between components in several ways. According to the Android Intent and Filters documentation (https://developer.android.com/guide/components/intents-filters), there are three fundamental use cases:
Starting an activity—An activity represents a single screen in the Android application. An activity instance can be launched by passing an intent ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month, and much more.