Just released by Wrox:

Create must-have applications for the latest Android OS

The Android OS is a popular and flexible platform for many of today’s most in-demand mobile devices. This full-color guide offers you a hands-on introduction to creating Android applications for the latest mobile devices. Veteran author Wei Meng Lee accompanies each lesson with real-world examples to drive home the content he covers. Beginning with an overview of core Android features and tools, he moves at a steady pace while teaching everything you need to know to successfully develop your own Android applications.

Continue reading »

 

After setting up an Android development environment, it is now time to create our first application: "Hello World!"

Continue reading »

 

To get started developing mobile applications for the Android platform, we first have to install the Software Development Kit (SDK). We can download the package from:

http://developer.android.com/sdk/

Installing it (on a Linux system) is easy: just unpack it in your development directory:

mkdir Android/
cd Android/
cp .../android-sdk_r09-linux_x86.tgz .
tar -zxvf android-sdk_r09-linux_x86.tgz

Continue reading »

© 2011- PortalBuilders.pro, maintained by Offerman Consulting. Suffusion theme by Sayontan Sinha