Pages Navigation Menu

Coding is much easier than you think

Android Updates

Android Development Environment Setup in Eclipse.

Posted by in Android

Android Development Environment Setup in Eclipse.

In this Tutorial, you will learn How to setup Android Development Environment in Eclipse Here you go!!!!   Before we start off with coding, let us see what is required to develop an android application. Three simple things for developing android applications are: IDE (Integrated Development Environment) ADT (Android Development Tool) Plugin Android SDK (Software development Kit) System Requirements for developing android application:   ** UPDATE: Android Complete tutorial now available here.   Operating Systems: Windows XP...

read more

Android – Hello World

Posted by in Android

Android – Hello World

In this tutorial we will be seeing,                     1. How to create a new android application    2. How to create a simple activity?        Here you go!!!! Before creating an android application using Eclipse, let us see some of the key terms involved while developing this application. Key terms involved in this project: Activity: An activity provides a user interface for a single screen in your application. The window typically fills the screen, but may be smaller than the screen and float on top of other windows....

read more