Seminar Topics & Project Ideas On Computer Science Electronics Electrical Mechanical Engineering Civil MBA Medicine Nursing Science Physics Mathematics Chemistry ppt pdf doc presentation downloads and Abstract

Full Version: BEGIN ANDROID JOURNEY IN HOURS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
BEGIN ANDROID JOURNEY IN HOURS

[attachment=57909]

WHAT IS ANDROID?

Google OHA (Open Handset Alliance)
The first truly open and comprehensive platform for
mobile devices, all of the software to run a mobile
phone but without the proprietary obstacles that have
hindered mobile innovation.
Linux OS kernel
Java programming
Open source libraries: SQLite, WebKit, OpenGL

WHY ANDROID

A simple and powerful SDK
No licensing, distribution, or development fees
Development over many platform
Linux, Mac OS, windows
Excellent documentation
Thriving developer community
For us
Java-based, easy to import 3rd party Java library
Funding (40+ G1 phones)
Prize (amazon’s kindle)
Job opportunity

TOOLS

The Android Emulator
Implementation of the Android virtual machine
Test and debug your android applications.
Monitor and Control the Dalvik virtual machines
Logcat (see logged msgs)
Dalvik Debug Monitoring Service (DDMS)
Android Debug Bridge (ADB)
Manage the state of an emulator instance or Android-powered
device
Copy files, install compiled application packages, and run
shell commands.
Traceview
Graphical analysis tool for viewing the trace logs from your
Android application
Debug your application and profile its performance