Tag Archives: tutorial for android

Android Tutorial-Androidology- Part 1 of 3- Architecture Overview

Android Tutorial-Androidology- Part 1 of 3- Architecture 1 of 3 – Architecture Overview [youtube]http://www.youtube.com/watch?v=QBGfUs9mQYY&feature=player_embedded[/youtube] This Android Tutorial has been taken from Developer.Android

Posted in Android Tutorials | Tagged , , , , , , , , , | Leave a comment

Android Tutorial-Create a New Android Project

Android Tutorial-Create a New Android Project After you’ve created an AVD, the next step is to start a new Android project in Eclipse. From Eclipse, select File > New > Project.If the ADT Plugin for Eclipse has been successfully installed, the … Continue reading

Posted in Android Tutorials | Tagged , , , , , , , , , | Leave a comment

Android Tutorial-Deploy your application on a real device

Android Tutorial-Deploy your application on a real device Turn on “USB Debugging” on your device in the settings. Select in the settings Applications > Development, then enable USB debugging. You also need to install the driver for your mobile phone. … Continue reading

Posted in Android Tutorials | Tagged , , , , , , , , , | Leave a comment

Android Development Tutorial-Android Apps can easily embed the web

Android Development Tutorial-Android Apps can easily embed the web [youtube]http://www.youtube.com/watch?v=Ex7YsQ_YH2U&feature=player_embedded[/youtube] This ANDROID TUTORIAL is taken from Android Developers Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms … Continue reading

Posted in Android Tutorials | Tagged , , , , , , , , , | Leave a comment

Android Development Tutorial-Android unit testing

Android Development Tutorial-Android unit testing Mon, 07/19/2010 – 06:51 | by gabor SDK Version: M3 For unit testing you can use the built in JUnit framework just like in “standard” java applications. A unit test is to test some low-level … Continue reading

Posted in Android Tutorials | Tagged , , , , , , , , | Leave a comment

Android Tutorial-Application architecture

Android Tutorial -Application architecture As mentioned, Android runs atop a Linux kernel. Android applications are written in the Java programming language, and they run within a virtual machine (VM). It’s important to note that the VM is not a JVM … Continue reading

Posted in Android Tutorials | Tagged , , , , , , , , , | Leave a comment

Android Development Tutorial-Tipster – Building a tip calculator for the Android OS

Android Development Tutorial -Tipster: Introduction A tip calculator is quite a simple application. When you go with friends to a restaurant and wish to divide the check and tip, you simply add the tip percentage to the total and divide … Continue reading

Posted in Android Tutorials | Tagged , , , , , , , , , | Leave a comment

Android Tutorial-Android Apps without borders

Android Tutorial-Android Apps without borders [youtube]http://www.youtube.com/watch?v=3LkNlTNHZzE&feature=player_embedded[/youtube] This Android Tutorial is taken from developer.android Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons … Continue reading

Posted in Android Tutorials | Tagged , , , , , , , , , | Leave a comment

Android Tutorial-The Android platform

Android Tutorial-The Android platform The Android platform With Android’s breadth of capabilities, it would be easy to confuse it with a desktop operating system. Android is a layered environment built upon a foundation of the Linux kernel, and it includes … Continue reading

Posted in Android Tutorials | Tagged , , , , , , , , , | Leave a comment

Android Tutorial-Google I/O 2009 – …Make your Android UI Fast and Efficient

Android Tutorial-Google I/O 2009 – …Make your Android UI Fast and Efficient [youtube]http://www.youtube.com/watch?v=N6YdwzAvwOA&feature=player_embedded[/youtube] This Android Tutorial has been taken from developer.android

Posted in Android Tutorials | Tagged , , , , , , , , , | Leave a comment