Sunday, April 17, 2011

How to create a simple Android Menu app in Eclipse.

This video shows how to create a simple Android Menu application using Eclipse IDE.
The app sets up a "Menu Button" and displays a message when the button is clicked using onClick listener.

You'll need the following software on your PC.

1) Android sdk -> http://developer.android.com/
2) Eclipse IDE for Java Developers -> http://www.eclipse.org/downloads/
3) Java SE 6 -> http://www.oracle.com/technetwork/java/javase/downloads/index.html
4) ADT Plugin for Eclipse -> http://developer.android.com/sdk/eclipse-adt.html

 

Sunday, April 10, 2011

How to setup and install a simple Android Graphics application using Eclipse

The following video shows steps on how to install, configure and run a simple android Graphics application (Bitmap Mesh) using Eclipse IDE and Android samples provided as part of the Android SDK.

Thanks..

Thursday, March 31, 2011

How to install and configure Eclipse IDE for Android Development

The following video shows the procedure for installing and configuring  Eclipse/Android SDK and Java SDK for Android development.

You'll need the following software on your PC.

1) Android sdk -> http://developer.android.com/
2) Eclipse IDE for Java Developers -> http://www.eclipse.org/downloads/
3) Java SE 6 -> http://www.oracle.com/technetwork/java/javase/downloads/index.html
4) ADT Plugin for Eclipse -> http://developer.android.com/sdk/eclipse-adt.html
Thanks..

Friday, March 25, 2011

How to setup and create a simple Android application using Eclipse

This video shows the software and steps involved in creating your first Android application and setting up the Android emulator/virtual device  through Eclipse IDE and Android SDK .

You'll need the following software on your PC.

1) Android sdk -> http://developer.android.com/
2) Eclipse IDE for Java Developers -> http://www.eclipse.org/downloads/
3) Java SE 6 -> http://www.oracle.com/technetwork/java/javase/downloads/index.html
4) ADT Plugin for Eclipse -> http://developer.android.com/sdk/eclipse-adt.html

 Thank You