Presentation is loading. Please wait.

Presentation is loading. Please wait.

Getting Started with Android…

Similar presentations


Presentation on theme: "Getting Started with Android…"— Presentation transcript:

1 Getting Started with Android…

2 Agenda Introduction Mobility Panorama Mobile Platforms,
App Development Approaches, Android Overview

3 Introduction Android is an open source and Linux-based operating system for mobile devices Android was developed by the Open Handset Alliance, led by Google, and other companies Android programming is based on Java programming language

4 Introduction Android offers a unified approach to application development for mobile devices Has Android Software Development Kit (SDK) for developing android applications

5 Introduction Features of Android Beautiful UI Connectivity Storage
Media support Messaging Web browser Multi-touch Multi-tasking Resizable widgets Multi-Language GCM Wi-Fi Direct Android Beam

6 Application Components
They are the essential building blocks of an Android application Activities They dictate the UI and handle the user interaction. Services They handle background processing associated with an application Broadcast Receivers They handle communication between Android OS and applications Content Providers They handle data and database management issues. Other Components Fragments Views Layouts Resources Manifest

7 Behind the Scene Tools App Articles App Source Code .Class File
Java Complier .Class File DX Tools Dalvik Execution (.dex) Resources and Manifest .xml APK Builder Unsigned .APK File jarsigner Signed .APK File zipalign Optimized .APK File

8 Android Tool Repository
They are the essential building blocks of an Android application Activities They dictate the UI and handle the user interaction. Services They handle background processing associated with an application Broadcast Receivers They handle communication between Android OS and applications Content Providers They handle data and database management issues. Other Components Fragments Views Layouts Resources Manifest

9 Android Tool Repository
Android Tools are classified into two categories SDK Tools Platform Tools DDMS MKSD Card Monkey Proguard SQLite Traceview Zipalign SDK Tools adb aapt dx Platform Tools


Download ppt "Getting Started with Android…"

Similar presentations


Ads by Google