2
Android and Model-View-
Controller
In this chapter, you are going to upgrade GeoQuiz to present more than one question, as shown in
Figure 2.1.
Figure 2.1 Next!
To make this happen, you are going to add a class named Question to the GeoQuiz project. An
instance of this class will encapsulate a single true-false question.
Then, you will create an array of Question objects for QuizActivity to manage.