1/5
2.4 Zybooks
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What method is called when MainActivity starts?
onCreate()
What method is called with a layout file argument?
setContentView()
The calculateClick() method is called when _____.
the Calculate button is clicked
Applies minor code changes without restarting anything
apply code changes button
Deploys only what has changed and restarts the currently running activity. Appropriate for minor code changes or resource changes.
Apply changes and restart activity button
Deploys all changes and restarts the app.
Run app button