[6 Aug 2012 | 12 Comments | 102,807 views]

Project Description

  • In this Android tutorial, we will create an example to send data from one activity to another. This example creates two activities (FormActivity and DisplayActivity) each doing the following functions,
    • FormActivity – this is the main activity which

Read more…

[1 Aug 2012 | 2 Comments | 13,897 views]

Environment Used

  • JDK 6 (Java SE 6)
  • EJB 3.0 stateless session bean
  • EJB 3.0 Java Persistence API (JPA)
  • Eclipse Indigo IDE for Java EE Developers
  • JBoss Tools – Core 3.3.0 M5 for Eclipse Indigo
  • JBoss Application Server (AS) 5.1.0
  • Mysql

Read more…

[23 Jul 2012 | 5 Comments | 60,600 views]

What is Android Emulator?

  • An emulator acts as a real Android device (in most cases) and allows us to run and test the application without having a real device.
  • The ADT plugin includes an emulator to deploy and run an

Read more…

[23 Jul 2012 | 2 Comments | 18,538 views]

In this Android tutorial, we will see how to add Javadoc in Eclipse IDE which can be very helpful for our development process. If you would like to see even the source code for Android API classes, you can do Read more…

[23 Jul 2012 | 6 Comments | 36,160 views]

In this Android tutorial, we will see how to update an existing Android SDK and Eclipse ADT plugin to the latest version. If you are new to Android development, refer this link to install Android SDK and Eclipse ADT plugin. Read more…

[16 Jul 2012 | One Comment | 11,375 views]

Project Description

  • In this Android tutorial we will see how to create and run a simple HelloWorld application.
  • Here, we use two different approaches to construct and display the UI components in Android Activity.

Environment

Read more…

[16 Jul 2012 | No Comment | 2,938 views]

The steps for finding the version of Android that’s running on your mobile phone or emulator is pretty easy.

I use emulator to find the version of Android.

Read more…

[3 Jul 2012 | 23 Comments | 141,152 views]

This tutorial explains how to install Android SDK and add Android Development Tools (ADT) plugin in Eclipse IDE for developing Android projects. If you already have an existing installation of Android SDK and want to update to the latest version Read more…

[25 Jun 2012 | 56 Comments | 111,623 views]

RESTful web services are based on the way how our web works. Our very own world wide web (www) – the largest distributed application – is based on an architectural style called REST – Representational State Transfer. REST is Read more…

[25 Jun 2012 | 85 Comments | 202,562 views]

One of the most exciting new features of the Java Platform, Standard Edition 6 (Java SE 6) is support for the Java API for XML Web Services (JAX-WS), version 2.0. JAX-WS 2.0 is the centre of a redesigned API stack Read more…