Pages

Ads 468x60px

Sunday, 30 June 2013

Android Activities

Android Activities You will learn how to create Android Activities you create a Java class that extends the Activity base class : package net.learn2develop.Activities; import android.app.Activity;import android.os.Bundle;        public class MainActivity extends Activity        ...
Reade more >>

Anatomy of an Android Application

Anatomy of an Android Application You have created your first Hello World Android application, it is time to dissect the innardsof the Android project and examine all the parts that make everything work.First, note the various files that make up an Android project in thePackage Explorer in Eclipse (see Figure). The various folders and their files...
Reade more >>

Creating Your First Application 2

Creating Your First Application 2 We will complete previous lesson Creating Your First Application1 , in the last step in previous lesson the figure below explain that step  6. The main.xml file defines the user interface (UI) of your application. The default view is the Layout  view, which lays out the activity graphically....
Reade more >>

Tuesday, 4 June 2013

creating your First Android Application 1

creating your First Android Application With all the tools and the SDK downloaded and installed, it is now time to start your engine! As in all programming books, the fi rst example uses the ubiquitous Hello World application. This will enable you to have a detailed look at the various components that make up an Android project. 1 Using Eclipse,...
Reade more >>

.

Education blog