yesterday write how to build development environment.today i will write how create a application program.
create app ago,you need install eclipse and java sdk,android sdk,android adt.
next,please run your eclipse.
First:
create new project.
1,Click New in the toolbar.
2,now appear a window,in the window you chiose android folder,select android project,click next button.
3,Fill in the form that appears.:
Application name:this is app name,currut you instaledl the app to your machine,app name is that.
Project name:this name will display on eclipse project directory tree.
Package name:package name in order to arrange code.
Minimum Required SDK:set a lowest version,this version is this application can runing minimum apl level.
Target SDK:can maximum develop this app function.
Compile With:is the platform version against which you will compile your app.
Theme:specifies the Android UI style to apply for your app.
4,click next button.
the screen appears.configure project.
click next button.
5,The next screen can help you create a launcher icon for your app.
click next button.
7,Create Activity.Select whether to create an activity, and if so, what kind of activity.
7,Leave all the details for the activity in their default state and click Finish.
Ok,you has scussed create a new android project.