Pages

Friday 28 February 2014

Android Creating Project

In this tutorial we will see how to create a New Android Project.

Note: Steps are for creating project using Eclipse.

Steps:

  1.   Go to File---New---Android Application Project
  2. Enter Application Name and other details. 


 3. Configure Launcher icon, press next to use default.
 
4.  Enter your Activity name (name of java file) and your layout name (name of xml file) 
5. Click on finish

No comments:

Post a Comment