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..