how do you make a app ??
I think this is the android Tutorial most writed on Internet. With this Tutorial We going to learn How create and android application with the Android SDK and Eclipse.
To Create your first Android Application we must:
- Open our Eclipse program.
- Enter on Menus File -> New -> Android Project.
- Fill The necessary data:
-Project Name: Hello World. Id the name for the project in Eclipse.- Target Name: Android 2.1, for example . This defines for what version we create the application (Is the version of the operating system, if you put 2.1 for example it will work for all devices with Android 2.1 or higher operating system).- Application name: MyFirsApp, for example. Is the name from the application.- Package name: com.example.helloWorld. The name from the package created by default.- Create Activity: HelloWorld, for example. Is the .java file created as activity from the application.- Min SDK Version: 7, for example.Is the minimum API version required to install the application. If we know that the application will work on lower version is better to choose them to cover a larger market share. - Click finish to create the project.

- Now with the project created we must run the project with the Android emulator (The android emulator emule an android device, we can configure it, instead of the emulator also we can load the application on our real device). In the project explorer we click with the right button mouse over the project folder and select Run as -> Project Android. Now a new window will open (Android emulator) and we will see the next (see image below).

I hope my tutorial helped all you to create your first android application !!!
If you have learn or you liked this article and you want to readmore no doubt to see this others articles writed by me, if you want to learn about another theme or you have an idea of another theme to improve the tutorials no doubt to write a comment in this website or sent a mail and I will study it and if is an interesting theme no doubt that I will write a post about the theme requested.
we see soon!!
PD: If the article was to your liking please click on the advertising, is a small effort for you, but me helps to motivate and improve day by day this blog.
Thank you for your visit!!!
