Topics in This Section
Making and testing Android projects
Basic program structure
Java-based layout
XML-based layout
Eclipse ADT visual layout editor
Hybrid layout
Project structure summary
Making an Android Project
New Android Project Settings
Project Name
Eclipse project name. Follow naming convention you use for Eclipse
Build Target
The Android version that you want to use. For most phone apps, choose
2.2, since that is the most common version in use worldwide
Application name
Human-readable app name – title will be shown on Android title bar
Package name
Apps on a particular Android device must have unique packages, so use
com.yourCompany.project
Create Activity
The name of the top-level Java class
Min SDK Version
Number to match the Build Target. Summarized in the Eclipse dialog, but
for details, see http://developer.android.com/guide/appendix/api-levels.html