Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amykv authored Nov 10, 2020
1 parent c4ad2b7 commit df50215
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ A simple quiz app for android that covers Chicago Bears trivia. Only true and fa


Shows the use of the Model View Controller(MVC) design pattern.

MODEL- The business logic of the app. Holding data of the true/false questions.
VIEW- What the user sees on screen, buttons, images, score progress, etc.
CONTROLLER- The application logic. Manage flow of data to and from model objects and view layer. MainActivity is the sole controller. Typcially controllers are subclasses of Activity or Fragment.
Expand Down

0 comments on commit df50215

Please sign in to comment.