Pizza Party App 2.4

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/5

flashcard set

Earn XP

Description and Tags

2.4 Zybooks

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

6 Terms

1
New cards

What method is called when MainActivity starts?

onCreate()

2
New cards

What method is called with a layout file argument?

setContentView()

3
New cards

The calculateClick() method is called when _____.

the Calculate button is clicked

4
New cards

Applies minor code changes without restarting anything

apply code changes button

5
New cards

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

6
New cards

Deploys all changes and restarts the app.

Run app button