1

How to develop android apps : lesson 3

Develop android apps

Develop android apps

In the previous lesson we learnt the installation on Eclipse and its proper setting of environment variables and also how to use eclipse for developing android apps.  Now lets learn how to make a new project using all the installed and available apps.

How to Create a New Android project

  1. The android development tools provides a wizard for creating a new project.
  2. Select File >> New >> Project
  3. Android>> android project
  4. Select the contents for the project
  5. You can have a workspace to create a new project code.Enter the project name, the base package name, the name of a single Activity class to create as a stub .java file, and a name to use for your application.
  6. Create Project from existing code
  7. Finish

Ones you have finished writing the code the ADT plugin will create some new folders and files viz.

  1. src/ which includes your stub.java activity file.
  2. res/ which includes resources.
  3. AndroidManifest.xml

How to create a launch configuration in eclipse

Launch configuration helps is running and debugging your own applications. Following are the steps which will help you do it.

  1. RUN >> Open Debug Dialogue
  2. Type the list on left >> right click on Android Applications >> New
  3. Enter a name
  4. Apply
  5. Run OR Debug

To learn more about the quality and functions please refer android developers place.

Related posts:

  1. How to develop android apps : lesson 1
  2. Get the most popular android apps via Appsfire
  3. Android Apps for Web developers: Part 2
  4. 5+ most expensive Android apps.
  5. Install apps to SD card in android 2.1 eclair :appstoSD
Filed in: Android, apps Tags: ,

Recent Posts

Bookmark and Promote!

One Response to "How to develop android apps : lesson 3"

  1. Thanks for the open source apps. Its a great help to the beginers

Leave a Reply

Submit Comment

© 2013 TTC | Tech-check | SEO | Reviews| Gadgets| Technology. All rights reserved. XHTML / CSS Valid.
Proudly designed by themejunkie.
More in Android, apps (24 of 110 articles)