Android Programming The Big Nerd Ranch Guide, 3rd Edition

(Brent) #1

Chapter 1  Your First Android Application


4

You should see the New Project wizard (Figure 1.4). In the first screen of the wizard, enter GeoQuiz
as the application name. For the company domain, enter android.bignerdranch.com. As you do this,
you will see the generated package name change to com.bignerdranch.android.geoquiz. For the
project location, you can use any location on your filesystem that you want.


Figure 1.4  Creating a new application


Notice that the package name uses a “reverse DNS” convention: The domain name of your
organization is reversed and suffixed with further identifiers. This convention keeps package names
unique and distinguishes applications from each other on a device and on Google Play.

Free download pdf