TUTORIAL 2
A Simple Form
This tutorial is the first of several that will build up a "lunch list"
application, where you can track various likely places to go to lunch. While
this application may seem silly, it will give you a chance to exercise many
features of the Android platform. Besides, perhaps you may even find the
application to be useful someday.
Step-By-Step Instructions............................................................................
Here is how you can create this application:
Step #1: Generate the Application Skeleton........................................
First, we need to create a new project.
Eclipse
Use the new-project wizard to create an empty Android project named
LunchList, as described in the Android developer documentation. This will
create an application skeleton for you, complete with everything you need
to build your first Android application: Java source code, build instructions,
etc.