June 2015
Intermediate to advanced
388 pages
7h 31m
English
First we start off with our Activity class, which as before is the entry point into our game. Create a new project and in the Application Name field enter C9 Asteroids. Choose Phones and tablets, then Blank Activity when prompted. In the Activity Name field type AsteroidsActivity.
Obviously you don't have to follow my exact naming choices but just remember to make the minor alterations in code to reflect your own naming choices.
You can delete activity_asteroids.xml from the layout folder. You can also delete all the code within the AsteroidsActivity.java file. Just leave the package declaration.
Just as we did for the previous two projects, we will make sure the game runs in landscape mode ...
Read now
Unlock full access