Open Eclipse.exe and it will ask for the workspace, give any folder for your workspace and click ok.
Now click File --> New ---> Android Development Project.
Next the above window will appear.In this window you have to give your project name and give next and again give next and you have to choose the icon for your app then click next.
Click the BlankActivity and click next and click finish.
After clicking Finish this page will appear.
This is the page where you can code your project.
This page has many important things that you need to know before you can develop your code
Now click File --> New ---> Android Development Project.
Next the above window will appear.In this window you have to give your project name and give next and again give next and you have to choose the icon for your app then click next.
Click the BlankActivity and click next and click finish.
After clicking Finish this page will appear.
This is the page where you can code your project.
This page has many important things that you need to know before you can develop your code
- First look the expanded file in the left side(i.e gokulnath) Package Explorer
- It has SRC folder.It is the source folder where you can find your java source file when you expand it
- Next main thing is assets in which you can add the html or any javascript page to your code
- Next is the res folder where you can insert any picture to your code.When you expand this res you will find the layout folder this is the place where you can add all the widgets to your projects such as button etc..
- In the same res you will find the values option in this values you will see the strings.xml where you can declare all your strings used in the whole project
- Next important thing is AndroidManifest.xml where you can add all the permissions such as internet,music and contacts etc


No comments:
Post a Comment