May 2022
Intermediate to advanced
688 pages
20h 12m
English
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 data class named Question to the GeoQuiz project. An instance of this class will encapsulate a single true/false question.
Then, you will create a collection of Question objects for MainActivity to manage.
Read now
Unlock full access