July 2011
Beginner to intermediate
512 pages
12h 4m
English
What You’ll Learn in This Hour:
• Designing an Android trivia game
• Implementing an application prototype
• Running the game prototype
It’s time to put the skills you have learned so far to use and write some code. In this hour, you design an Android application prototype—the basic framework upon which you build a full application. Taking an iterative approach, you add many exciting features to this application over the course of this book. So let’s begin.
Social trivia-style games are always popular. They are also an application category where you can, from a development perspective, explore many different features of the Android SDK. So let’s implement a fairly simple ...