Android Programming The Big Nerd Ranch Guide, 3rd Edition

(Brent) #1
33

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.


http://www.ebook3000.com

Free download pdf