+ All Categories

Android

Date post: 28-Jan-2015
Category:
Upload: saral-das
View: 646 times
Download: 0 times
Share this document with a friend
Description:
A brief presentation on Android
Popular Tags:
59
Project On Platfor m
Transcript
Page 1: Android

Project On

Platform

Page 2: Android

Guided By,Srikant Bej

Page 3: Android

A Desktop In 1981 (IBM-5150)

A PC In 1998(Fujitsu – 17)

Laptop(Hp – Armstrong)

Laptop in 2008(MacBook Pro ‘08)

So,What Was Next For TechnologicalInnovator's

Technological Growth (1981 to 2012)

??????

Page 4: Android

The Next Breath-TakingInnovation Was,,,

Samsung Galaxy S3 Apple ipad 3

Smart Phones Tablets

Page 5: Android

????????????????Can All This Technological Growth Be Due To The Advancement's InHARDWARE Tech. Only?i.e. Smaller And Powerful Processor, Faster HDD, Power Saving Chips etc. etc.????????????????

# What About The Operating System(O.S) Used?# What Is An Operating System?# Why Is An O.S Used?# Can’t The Advanced & Expensive Hardware Work By Itself?# The Importance Of O.S?# How Does This O.S Manages & Makes These POWERFUL Hardware Work?# Do Operating System’s Cost Users?# Do They Crash As Hardware's Do?# How Many Type’s Of O.S There?

HARDWARE IS JUST HALF THE STORY

Page 6: Android

FEATURES In A PortableOperatingSystem

Portability

Internet Connectivity

User Friendly

Applications

Security

Affordable

Slim And Sleek

Games

Music

Camera

Movies

Touch Screen

Social NetworkingSynchronization

Lightweight

Cloud Storage

E-mail

Fluid User Interface

Back-up

Wi-Fi

Page 7: Android

Mobile Operating System’s :

iOS By Apple – 22.9% Market Share – 35.1 Million Units Shipped Worldwide

Windows 7.5 By Microsoft – 6.9% Market Share – 15.9 Million Units Shipped Worldwide

Android By Google – 56.1% Market Share – 89.9 Million Units Shipped Worldwide

RIM , Symbian , Bada etc. By Blackberry , Nokia , Samsung & Co. ,14.1% Market Share – 14.5 Million Units Shipped Worldwide

(Based on Q1 2012)

Page 8: Android

The NEWEST Mobile OS!!! Can It End – The Dominance Of iOS/Android?

.5

# Interface• Most Refreshing And Fluid OS in Ages• Home Screen Is Filled With

Live Tiles/Updates/Specific Inbox/ Contact/ Hub etc.

#Office*Neatly Synced With MS Office*Access To Outlook Email*Sharing Of Files Through SkyDrive

#Messaging* This App Combines, SMS + Facebook chat + Windows Live Messenger* Message Thread’s Continue Independent Of The Services We Choose.

# Zune #* Biggest Drawback* A Messy & Confusing Software* It’s A Must To Sync And File Transfer In WP7.5

Windows

Page 9: Android

1. iMessage

* Free SMS & MMS to other iOS Devices

* Ability To Continue from All Platforms i.e. iPhone, Mac & iPad

3. Advanced Gestures

* Move From App To App With A Simple Swipe Gesture

* No Need Of Using Home Button

2. Siri

4. NO PC REQUIRED* No Need Of iTunes/ Pc / laptop

*All Software Update’s & App Installing Will Happen Over The Air.

An Attempt By Apple To Lead The Mobile OS Market ,,,,, AGAIN!!!!!

iOS 5.0

*Personnel Voice Assistant

Page 10: Android

Why Our Project Is Based On Android?

Some SMALL Stats ( By Q2 2012) >>>

400 Million Active Devices

1 Million Devices Activated Daily

600,000 Apps In Android MarketApprox. 10 Billion Apps Downloaded

Android Has a 59% Smartphone Market Share Worldwide.

Google Bought Android For – 50 Million $& Now Generates – 4 Billion $ PER YEAR!

All This In Less Than 4 Year’s!!!!!

Page 11: Android

400 Million Active Android Phones WORLDWIDE,,,,, In 4 Year’s!!!!!

HOW?

WHY?

Is It Possible?

Growth Percentage?

Future Scope?

Net Worth?

Investment?

4.0

Slick And Polished, New Font User friendly Gestures Slimmer Keyboard Multifunction Shortcut Tray

Customization-Hardware & Software

Better Security

Multi-tasking-THE BEST OUT THERE

Hub For Google Services

Page 12: Android

Conclusion of 1st Part

Page 13: Android

What Exactly is Android?

The Android SDK Also Provides The Tools And APIs Necessary To Develop Applications On the Android Platform Using the Java .

Android Is An Easy-To-Use Software Stack For Mobile Devices.

It Includes, Operating System Middleware Activity

Page 14: Android

Feature’s Of,

# Software Application Development Framework,

Enabling Reuse & Replacement of Components.

Dalvik virtual machinefor Mobile Devices.

Integrated browser,Based On Open Source WebKit Engine

SQLite For Structured Data Storage

# Hardware Media support for audio,

video & still image formats (MPEG4, H.264, MP3, AAC,AMR, JPG, PNG, GIF)

GSM Telephony 

Bluetooth, EDGE, 3G, and Wi-Fi 

Camera, GPS, compass& accelerometer 

Page 15: Android

Linux Kernel

The Kernel Also Acts As An Abstraction layer Between The Hardware And The Rest of The Software Stack

Android relies on Linux version 2.6 for core system services such as, Security Memory Management Process Management Network Stack Driver Model

Page 16: Android

Android Runtime Every Android application runs in its own process , with its own instance of the DVM

(Dalvik Virtual Machine)

Dalvik has been written so that a device can run multiple VMs efficiently

The Dalvik VM executes files in the Dalvik Executable (.dex) format which is optimized for minimal memory footprint.

The Dalvik VM relies on the Linux kernel for underlying functionality such as threading and low-level memory management.

Page 17: Android

But,Where Are The Android Apps & Version’s Developed???Using Which Language Are They Coded???

Page 18: Android

ToCreateA SimpleAndroid App,,,

#1. Android SDK#2. AVD#3. ADT#4. Eclipse#5. Any Android Version

Page 19: Android

#1 Start The Software Setup Named “sdk-installer”

#2 This Start-Up Box Appears >>>>>

To Install The Android SDK Tools:

Page 20: Android

#3 Sharing Among Users :

Page 21: Android

#4 Installation Folder & Drive :

: Start Menu Shortcut’s #5

Page 22: Android

#6 Installation Completion & Launching Of SDK :

Page 23: Android

#7 Downloading & Installation of Android Platform (In SDK Manager)

Page 24: Android

#8 Launching AVD Manager And Setting Up A Virtual Android OS :

Page 25: Android

#9 Start-Up Screen :

Page 26: Android

#10 Home Screen :

Page 27: Android

#11 Installation of Eclipse :

(Eclipse Can Either Be Downloaded As a,Software SetupOrAs A Zipped / Archive File)

(We Have Used The Archive File During The Installation)

Choose OR Create -Destination Folder & Extract Eclipse Into It.

Page 28: Android

#12 Launch Eclipse :

Page 29: Android

Homescreen

Of

ECLIPSE

Page 30: Android

#13 Installing & Configuring The ADT Plugin of Eclipse :

Page 31: Android

#14 ADD the location of the ADT (In this Project the file was an ARCHIVE FILE)

Page 32: Android

#15 Configuring of ADT (1) #16 Configuring of ADT(2)

Page 33: Android

#16 And Now,The Setting Up Of “Android Sdk” Tools In Eclipse :

Page 34: Android

#17 Starting An Android Project :

Page 35: Android

#18 Naming the Main Activity;

Page 36: Android

#19 Editing the Text of Our App

Page 37: Android

#20 Final Look :

Page 38: Android

Conclusion of 2nd Part

Page 39: Android

Version’s

Page 40: Android

Release Dates of All the Android Versions

#1. Android 1.0 23rd September 2008

Page 41: Android

Android 1.0

4.The Pull-Down Notification Window

1.Home Screen Widgets

3.Deep,Rich G-Mail Integration

2.The Android App Market

Android

A New Dawn In The Smartphone OS Market,,,How High Can It Rise,,,,

BY GOOGLE

?

Page 42: Android

Release Dates of All the Android Versions

#1. Android 1.0 23rd September 2008

#2. Android 1.5 Cupcake 30th April 2009

Page 43: Android

Google Serves Desert:

On-Screen Keyboard

Clipboard Improvements

Extensible Widgets

Video Capture And Playback

Cupcake (Android 1.5)

Meant - The Names Of All Upcoming VersionsWould Be Based On “Sweets”(Alphabetically)

With Google Getting Serious About Its Ambitions In Smartphone Market,WAS ANDROID “SWEET” ENOUGH For Worldwide User’s,,,?

Page 44: Android

Release Dates of All the Android Versions

#1. Android 1.0 23rd September 2008

#2. Android 1.5 Cupcake 30th April 2009

#3. Android 1.6 Donut 5th September 2009

Page 45: Android

Android 1.6

Start Of CDMA Support

Resolution Independence

Quick Search Box

Redesigning of Android Market (Based on It’s Mascot)

“Donut”

Page 46: Android

Release Dates of All the Android Versions

#1. Android 1.0 23rd September 2008

#2. Android 1.5 Cupcake 30th April 2009

#3. Android 1.6 Donut 5th September 2009

#4. Android 2.0/2.1 Éclairs 26th October 2009 / 12th January 2012

Page 47: Android

Multiple Account Support Google Map Navigations

Speech-To-Text Live Wallpapers

Android 2.0/2.1 “Eclair”

Page 48: Android

Android 2.2 “Froyo”

Redisigned Gallery App

Unique Pattern Locking System Five-Panel View

Mobile Hotspot Support

Page 49: Android

Release Dates of All the Versions

#1. Android 1.0 23rd September 2008

#2. Android 1.5 Cupcake 30th April 2009

#3. Android 1.6 Donut 5th September 2009

#4. Android 2.0/2.1 Éclairs 26th October 2009 / 12th January 2012

#6. Android 2.3 Gingerbread 6th December 2010

#5. Android 2.2 Froyo 20th May 2010

Page 50: Android

Android 2.3 “Gingerbread”

Improved

GranularSupport

More Access

Keyboard

Copy & Paste

NFC- FOR -

Game Developers

Page 51: Android

Release Dates of All the Versions

#1. Android 1.0 23rd September 2008

#2. Android 1.5 Cupcake 30th April 2009

#3. Android 1.6 Donut 5th September 2009

#4. Android 2.0/2.1 Éclairs 26th October 2009 / 12th January 2012

#6. Android 2.3 Gingerbread 6th December 2010

#5. Android 2.2 Froyo 20th May 2010

#7. Android 3.0 Honeycomb 22nd February 2011

Page 52: Android

A Move From Green To Blue Accents

Better Battery life &App Management ToolsSupport For Front Facing Cameras R.I.P Physical Buttons A Paradigm For App Layout

Page 53: Android

Release Dates of All the Versions

#1. Android 1.0 23rd September 2008

#2. Android 1.5 Cupcake 30th April 2009

#3. Android 1.6 Donut 5th September 2009

#4. Android 2.0/2.1 Éclairs 26th October 2009 / 12th January 2012

#6. Android 2.3 Gingerbread 6th December 2010

#5. Android 2.2 Froyo 20th May 2010

#7. Android 3.0 Honeycomb 22nd February 2011

#8. Android 4.0 Ice Cream Sandwich 19th October 2011

Page 54: Android

Ice-Cream SandwichMultitasking better

than iOSJust beam it

Face Recognition

Notifications clean up

their actResizable widgets

Page 55: Android

Release Dates of All the Versions

#1. Android 1.0 23rd September 2008

#2. Android 1.5 Cupcake 30th April 2009

#3. Android 1.6 Donut 5th September 2009

#4. Android 2.0/2.1 Éclairs 26th October 2009 / 12th January 2012

#6. Android 2.3 Gingerbread 6th December 2010

#5. Android 2.2 Froyo 20th May 2010

#7. Android 3.0 Honeycomb 22nd February 2011

#8. Android 4.0 Ice Cream Sandwich 19th October 2011

#9. Android 4.1 Jellybean 27th June 2012

Page 56: Android

 Project Butter

Auto Resize of Widgets

Voice Typing and Search

 Google Now

Jelly Bean

Page 57: Android

Release Dates of All the Versions

#1. Android 1.0 23rd September 2008

#2. Android 1.5 Cupcake 30th April 2009

#3. Android 1.6 Donut 5th September 2009

#4. Android 2.0/2.1 Éclairs 26th October 2009 / 12th January 2012

#6. Android 2.3 Gingerbread 6th December 2010

#5. Android 2.2 Froyo 20th May 2010

#7. Android 3.0 Honeycomb 22nd February 2011

#8. Android 4.0 Ice Cream Sandwich 19th October 2011

#9. Android 4.1 Jellybean 27th June 2012

#10. Android 5.0 Key lime Pie RUMOURED – Q1 2013

Page 58: Android

Is This The Future Of Android?

Page 59: Android

Presentation Complete……….

Thank You


Recommended