Created by Alex Neves
almost 9 years ago
|
||
What is an Activity?
How do Activities relate to android applications?
What is a View?
Name the 3 types of Views
What is the name given to a View which can be interacted with?
What is a View Group?
Name 3 types of View layouts
State the 6 states of the Activity Lifecycle
What type of object is used to persist / restore activity state?
What is a Bundle?
Under what circumstances are onSaveInstance / onRestoreInstance State called?
Give 2 examples of when restoration of state may occur
How are Activities started?
What is an Intent?
Give an example of a Uri-based Intent
Give an example of an Intent targeting a particular activity
How can we request a result from an activity?
How does the onActivityResult() method identify which activity the result came from?