Wednesday 23 April 2014

To create a First Android App



To create a First Android App
Android,Tikshniyas,SimpleApp,Basic features,Ecllipse


Step 1: Open Eclipse Application in your Android SDK bundle

Android,Tikshniyas,SimpleApp,Basic features,Ecllipse
Step 2: Select a workspace where ADT stores your projects
Android,Tikshniyas,SimpleApp,Basic features,Ecllipse

Step 3: Choose New ----> Android Application project

Android,Tikshniyas,SimpleApp,Basic features,Ecllipse
Step 4:  A popup window creates, in which you describe your Application name, Project Name, Package Name(You can specify any common name for your App collection), and other details etc and press next.
Android,Tikshniyas,SimpleApp,Basic features,Ecllipse

Step 5: Configure your project similarly and press next.
Android,Tikshniyas,SimpleApp,Basic features,Ecllipse


Step 6: Configure your launcher icon which you can also able to change later. You can set your custom image by choosing a image by browsing
Android,Tikshniyas,SimpleApp,Basic features,Ecllipse

Step 7: select the mode of Activity for your App

Android,Tikshniyas,SimpleApp,Basic features,Ecllipse
Step 8: Set your Activity name and choose your Navigation type
Android,Tikshniyas,SimpleApp,Basic features,Ecllipse

Step 9: This is the how the Application looks. The red color marked region is where you need to design

Step 10: Below Marked region is the Tool palette which consist of tools which you need to drag and drop in your design region
Android,Tikshniyas,SimpleApp,Basic features,Ecllipse

Step 11: Run the emulator which acts as a virtual device for android
Android,Tikshniyas,SimpleApp,Basic features,Ecllipse

Step 12: In case of any advanced program you may include your coding here

Android,Tikshniyas,SimpleApp,Basic features,Ecllipse
Step 13: Finally the output of this first simple hello world is displayed in emulator as,

Android,Tikshniyas,SimpleApp,Basic features,Ecllipse

2 comments:

  1. Post with screenshots is very useful to understand this in a clear cut manner...tanku..:-)

    ReplyDelete