Well on this time we are going to see how to create the project in android.If
you want to create an application in android then you need to create an
project.Its very simple to create an application in android to do that
follow the steps.
First double click the Eclipse IDE after it open select the File menu in the eclipse.Then it show list of options,on that select the new and it display a list of options in the pop up now you need to select the android application project.
Once you select the android application project the new window will appear and it contain the application name,project name,package name.In that type any name for your application then the other fields will automatically filled up,it also contain the minimum and maximum android versions and it also contain the theme then after fill the terms you need select the next button in the bottom.
After you clicked the next button it will show the configure project and it contain the list of check boxes.The check boxes contain the activity,library and custom launcher icon.Then it also contain the workspace that you want to save your project after these you need to press the next button.
At this point of stage it will ask the configure launcher icon ,it contain the foreground,foreground scaling,shape and background color for your application.in the foreground option you can browse your own image or you can select the Text or Clipart.the preview tab is also enable in the right side and after that click the next button.
Well on this time it will ask the create activity and it will show the list of activity like blankactivity,fullscreenactivity,loginactivity,masterdetailflow and settingsactivity and then click the next button.
And according to the activity the next button option will change and you can able to change the displayed text and after that click the finish button.
Thats it you create an project and after create the project it will appear in the package explorer.If it is not there means select the window menu and select show view then select the package explorer.
Now in the package explorer then select the project and expand the android project.Once you expand the project it contain lot of folders,in that folders the src contain the java class and after expand the res folder and select layout that contain the XML files.
Thats it you create the project in android.
First double click the Eclipse IDE after it open select the File menu in the eclipse.Then it show list of options,on that select the new and it display a list of options in the pop up now you need to select the android application project.
Once you select the android application project the new window will appear and it contain the application name,project name,package name.In that type any name for your application then the other fields will automatically filled up,it also contain the minimum and maximum android versions and it also contain the theme then after fill the terms you need select the next button in the bottom.
After you clicked the next button it will show the configure project and it contain the list of check boxes.The check boxes contain the activity,library and custom launcher icon.Then it also contain the workspace that you want to save your project after these you need to press the next button.
At this point of stage it will ask the configure launcher icon ,it contain the foreground,foreground scaling,shape and background color for your application.in the foreground option you can browse your own image or you can select the Text or Clipart.the preview tab is also enable in the right side and after that click the next button.
Well on this time it will ask the create activity and it will show the list of activity like blankactivity,fullscreenactivity,loginactivity,masterdetailflow and settingsactivity and then click the next button.
And according to the activity the next button option will change and you can able to change the displayed text and after that click the finish button.
Thats it you create an project and after create the project it will appear in the package explorer.If it is not there means select the window menu and select show view then select the package explorer.
Now in the package explorer then select the project and expand the android project.Once you expand the project it contain lot of folders,in that folders the src contain the java class and after expand the res folder and select layout that contain the XML files.
Thats it you create the project in android.
No comments:
Post a Comment