Before that visit blog to install the software to work with andriod application ;
Creating the first android application;
1.
Open up the eclipse application; Give the work space name to your application.(it will become the application name)
3. It
will open the window like below then click on the button of New Android Application
4.
Once you click on the button it will ask for
application name, project name and the package name which will appear on the screen.
5.
Once you done click on next ; on below window
you can provide the certain configuration. For time being click on next;
6.
Once you click on Next you will get the below
window it ask for launcher Icon and background color; here also click on next;
7.
You will get the screen like below;
8.
You will get the Screen like below, It will
create the lots of file but will give the details in later article. The page is
opened as MainActivity.java
9. Run the applications By clicking
the Run on menu.
10.
You will get the selection screen like below;
11.
It will open the emulator like below; (if not then you need to
create the emulator which you will learn on another blog)
.
12.
It will take around 4-5 as you are running the
application first time to get open your application. Now you will see the
screen like below;
You will get the below screen where you can see your
running application.
Congratulations,You
have created your first Android application