Tuesday, November 18, 2014

How can you develop Google Android apps?

Google Android app development is difficult, but anybody can learn it. To learn any programming task, it is very good  to learn the key skills involved one by one and build up your knowledge incrementally. At first, you need all important  tools to make an app development environment on your computer. Setting up your development environment normally is not hard.
Step I: Open a browser to download the Android "SDK". The SDK  installer sets up the Android application development environment on your computer, and makes an emulator you use to run your programs.
Step II: Download the "Eclipse" from the company's  web site. After downloding extract the zip file to a drive such as "C:\Eclipse" to store the files and you use "ecipse.exe" to run the program. Eclipse doesn't have an installer.
Step III: Double-click on the "Eclipse.exe" file to begin the programming environment. Go to the "File" menu in Eclipse and select "New" and then "Project". Now you can configure the Android "SDK" project from "new project" wizard
Step IV: Select "Android Project" from project types, and then click on the "Next" button. In the next screen, select the Android edition you need to target and enter your new project name. Click "Finish," button.
Step V: To open a list of Java source code files double click on the "src" folder. In the starting of your project, just one Java source code file is listed. To open the Java source code double-click on the file.
Step VI:Add few code in the primary Java source code file. E.g., the following code presents a message to your users:

TextView helloView = new TextView(this);
   helloView.setText("Hello Android World");

setContentView(helloView);`

Step VII: To save the code press on the "Save" button and press on the "Run" to see the new project in the Eclipse emulator. The emulator looks similar an Android tablet and cell phone. Press on the project name to view the message showed in the emulator.



Related searches: App Apps Android App Android Apps Develop an Android App Build Up an Android App Make an Android App Create an Android App

No comments:

Post a Comment

AL JAZEERA ENGLISH (AJE)