1/5
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
Target Activity
activity that will receive the intent.
Intent Data/Object
contains a reference to the data you want the receiving activity to operate on.
Intent extras
carry information the receiving activity requires to accomplish the requested action (optional).
intent flags
may instruct the Android system how to launch an Activity or how to treat it after it's launched (optional).
explicit intent
target of the intent (the class name of the activity) is already identified.
implicit intent
target of the intent is not yet identified but there is a general action to perform. It also includes an action, category, and data type.