Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
amykv authored Nov 10, 2020
1 parent df50215 commit 6a70ebe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -5,7 +5,9 @@ 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.


0 comments on commit 6a70ebe

Please sign in to comment.