SlideShare une entreprise Scribd logo
1  sur  42
Nitesh Naryan Lal
          090905311
niteshnaryanalal@indiatimes.com
–   1. Introduction

–   2. Platform

–   3. Software development

–   4. Project

–   5. Future Aspects
Why Android Was Created?

• Android is free
• Developer can make and customize there own mobile
  applications
Mobile Applications
Maps and Web Browsing
Advantages of Android



• Purely open source.
• Component based architecture.
• Location-based services.
• Automatic Memory Management.
• High quality graphics and sound.
• Portability across a wide range of current and future
  hardware.
• Cross-Compatibility.
• Mash up Compatibility.
1. Introduction

What is Android?
   • A software platform and operating system for mobile devices

   • Based on the Linux kernel

   • Founded in PoloAlto ,California(US) by Andy Rubin, Rich Miner and Nick
     Sears(2003)

   • Acquired by Google(2005) and later the Open Handset Alliance (OHA)
     (2007)

   • Allows writing managed code in the Java language

   • Possibility to write applications in other languages and compiling it to ARM
     native code (support of Google? No)

   • Unveiling of the Android platform was announced on 5 November 2007 with
     the founding of OHA
What is the Open Handset Alliance (OHA)?

It's a consortium of several companies

What is the Open Handset Alliance (OHA)?

   • Devoted to advancing open standards for mobile devices

   • Develop technologies that will significantly lower the cost of developing
     and distributing mobile devices and services
Android 5 JellyBean
Upcoming version of Android
Android 6 Key Lime Pie
2. Platform
2.1 Hardware

Android is not a single piece of hardware; it's a complete, end-to-end software
platform that can be adapted to work on any number of hardware configurations.
Everything is there, from the bootloader all the way up to the applications.
2.2 Operating System(s)

•   Android uses Linux for its device drivers, memory management, process
    management, and networking.

•   The next level up contains the Android native libraries. They are all written in
    C/C++ internally, but you’ll be calling them through Java interfaces. In this
    layer you can find the Surface Manager, 2D and 3D graphics, Media codecs,
    the SQL database (SQLite), and a native web browser engine (WebKit).

•   Dalvik Virtual Machine. Dalvik runs dex files, which are coverted at compile
    time from standard class and jar files.
Android Architecture
Linux Kernel

•   Device drivers
•   Memory management
•   Process management
•   Networking
Kernel


• Linux kernel with system services:
   – Security
   – Memory and process management
   – Network stack
• Provide driver to access hardware:
   – Camera
   – Display and audio
   – Wifi
Dalvik VM
Android Runtime

• Dalvik VM
   – Dex files
   – Compact and efficient than class files
   – Limited memory and battery power
• Core Libraries
   – Java 5 Std edition
   – Collections, I/O etc…
Libraries

• C/C++ libraries including:
   – System C library
   – Media libraries: support playback and record many audio and
     video format including MPEG4, H.264, MP3, AAC, AMR, JPG, and
     PNG
   – Surface Manager: manages access to the display subsystem and
     seamlessly composites 2D and 3D graphic layers from multiple
     applications
   – LibWebCore: a modern web browser engine which powers both
     the Android browser and an embeddable web view
Libraries


• C/C++ libraries including:
   – SGL: the underlying 2D graphics engine
   – 3D libraries: an implementation based on OpenGL ES 1.0
     APIs
   – SQLite: a powerful and lightweight relational database
     engine available to all applications
   – FreeType: bitmap and vector font rendering
Application Framework




• API interface
• Activity manager – manages application life cycle.
Application Framework


• Provide API to create UI
• Provide API to access system services
• Provide API to get resource
• Content provider
Applications




• Built in and user apps
• Can replace built in apps
Applications


• Set of necessary application
   – Core application of Android include: Home, Browser, Camera
• Your ability:
   – Create new applications
   – Replace default applications
   – Use exist applications for your purposes
   Ex: your application want to get a picture from camera. So call
     Camera of Android through intent component.
Fundamental components


• View
• Activity
• Intent
• Content Provider
• Service
Layouts
• Layout in android are the per-defined arrangement of
  wedged on an activity in android
2.3Security

#Android is a mulch-process system, in which each application (and parts of the
system) runs in its own process. Most security between applications and the
system is enforced at the process level through standard Linux facilities, such as
user and group IDs that are assigned to applications.

#Each application runs with its own dalvik vm instance.

#Additional finer-grained security features are provided through a "permission"
mechanism that enforces restrictions on the specific operations that a particular
process can perform, and per-URI permissions for granting ad-hoc access to
specific pieces of data.
3. Software development
3.1 Development requirements

• Java

• Android SDK

• Eclipse IDE (optional)
Android Emulator

• Emulator is a virtual mobile on you computer so that you can run
  an application and get the correct output.
• The Android SDK ships with an Eclipse plug-in called Android
  Development tools(ADT)
Application components


• Android Manifest.xml
• Main.xml
• String.xml
• R.java
• Java source code
Project
Classes Used

• MyLocationOverlay
• GeoPoint
• Geocoder(For Geocoding & Reverse Geocoding)
• TextToSpeech
Easy Navigator

• Locate the current location of the user on Google map
• Find the destination entered by the user on Google map
• Draw an path way between the user current location to the
  destination
• Speak out the driving directions from the source to the destination
Features Implementation In Progress

• Find the real time traffic present in the user path
• Based on the traffic find a lesser traffic path way for the user
• Find Walking and Cycling distances for the user
• Giving user an option to save his search in the database

Contenu connexe

Tendances

Android operating system
Android operating systemAndroid operating system
Android operating system
Dev Savalia
 
android architecture
android architectureandroid architecture
android architecture
Aashita Gupta
 
Android unveiled (I)
Android unveiled (I)Android unveiled (I)
Android unveiled (I)
denian00
 

Tendances (20)

AIDE - Android Integrated Development Environment presentation
AIDE - Android Integrated Development Environment presentationAIDE - Android Integrated Development Environment presentation
AIDE - Android Integrated Development Environment presentation
 
Android operating system
Android operating systemAndroid operating system
Android operating system
 
Android Application Fundamentals
Android Application FundamentalsAndroid Application Fundamentals
Android Application Fundamentals
 
Android- Introduction for Beginners
Android- Introduction for BeginnersAndroid- Introduction for Beginners
Android- Introduction for Beginners
 
Android
AndroidAndroid
Android
 
Android Workshop_1
Android Workshop_1Android Workshop_1
Android Workshop_1
 
Android architecture
Android architectureAndroid architecture
Android architecture
 
Arduino - Android Workshop Presentation
Arduino - Android Workshop PresentationArduino - Android Workshop Presentation
Arduino - Android Workshop Presentation
 
Android Anatomy
Android  AnatomyAndroid  Anatomy
Android Anatomy
 
Introduction to android
Introduction to androidIntroduction to android
Introduction to android
 
Andriod_Intro
Andriod_IntroAndriod_Intro
Andriod_Intro
 
Android Architecture
Android ArchitectureAndroid Architecture
Android Architecture
 
Android Operating System Architecture
Android Operating System ArchitectureAndroid Operating System Architecture
Android Operating System Architecture
 
Anatomy of android aplication
Anatomy of android aplicationAnatomy of android aplication
Anatomy of android aplication
 
Google android os
Google android osGoogle android os
Google android os
 
Android PPT
Android PPTAndroid PPT
Android PPT
 
android architecture
android architectureandroid architecture
android architecture
 
Getting started with android
Getting started with androidGetting started with android
Getting started with android
 
Android unveiled (I)
Android unveiled (I)Android unveiled (I)
Android unveiled (I)
 
Android Seminar
Android SeminarAndroid Seminar
Android Seminar
 

Similaire à My androidpresentation

Android Architecture design programming with java
Android Architecture design programming with javaAndroid Architecture design programming with java
Android Architecture design programming with java
ssuser471dfb
 
Introduction to android sessions new
Introduction to android   sessions newIntroduction to android   sessions new
Introduction to android sessions new
Joe Jacob
 
Androidoverview 100405150711-phpapp01
Androidoverview 100405150711-phpapp01Androidoverview 100405150711-phpapp01
Androidoverview 100405150711-phpapp01
Santosh Sh
 
Introduction to Android
Introduction to AndroidIntroduction to Android
Introduction to Android
NitinMehra2205
 

Similaire à My androidpresentation (20)

Introduction to android
Introduction to androidIntroduction to android
Introduction to android
 
Overview of Adroid Architecture.pptx
Overview of Adroid Architecture.pptxOverview of Adroid Architecture.pptx
Overview of Adroid Architecture.pptx
 
Android Introduction
Android IntroductionAndroid Introduction
Android Introduction
 
Presentation for Android OS
Presentation for Android OSPresentation for Android OS
Presentation for Android OS
 
Android
AndroidAndroid
Android
 
Android
AndroidAndroid
Android
 
Android report.
Android report.Android report.
Android report.
 
Android - Application Framework
Android - Application FrameworkAndroid - Application Framework
Android - Application Framework
 
Android Fundamentals, Architecture and Versions
Android Fundamentals, Architecture and VersionsAndroid Fundamentals, Architecture and Versions
Android Fundamentals, Architecture and Versions
 
01 03 - introduction to android
01  03 - introduction to android01  03 - introduction to android
01 03 - introduction to android
 
Android quick talk
Android quick talkAndroid quick talk
Android quick talk
 
Enhancing and modifying_the_core_android_os
Enhancing and modifying_the_core_android_osEnhancing and modifying_the_core_android_os
Enhancing and modifying_the_core_android_os
 
Android Architecture design programming with java
Android Architecture design programming with javaAndroid Architecture design programming with java
Android Architecture design programming with java
 
Introduction to android sessions new
Introduction to android   sessions newIntroduction to android   sessions new
Introduction to android sessions new
 
Android App Developement
Android App DevelopementAndroid App Developement
Android App Developement
 
Androidoverview 100405150711-phpapp01
Androidoverview 100405150711-phpapp01Androidoverview 100405150711-phpapp01
Androidoverview 100405150711-phpapp01
 
ANDROID- AN OPEN MOBILE SOFTWARE PLATFORM
ANDROID- AN OPEN MOBILE SOFTWARE PLATFORMANDROID- AN OPEN MOBILE SOFTWARE PLATFORM
ANDROID- AN OPEN MOBILE SOFTWARE PLATFORM
 
Android Application Development Training by NITIN GUPTA
Android Application Development Training by NITIN GUPTA Android Application Development Training by NITIN GUPTA
Android Application Development Training by NITIN GUPTA
 
Introduction to Android
Introduction to AndroidIntroduction to Android
Introduction to Android
 
Android Programming
Android ProgrammingAndroid Programming
Android Programming
 

Dernier

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 

Dernier (20)

Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 

My androidpresentation

  • 1. Nitesh Naryan Lal 090905311 niteshnaryanalal@indiatimes.com
  • 2. 1. Introduction – 2. Platform – 3. Software development – 4. Project – 5. Future Aspects
  • 3. Why Android Was Created? • Android is free • Developer can make and customize there own mobile applications
  • 5. Maps and Web Browsing
  • 6. Advantages of Android • Purely open source. • Component based architecture. • Location-based services. • Automatic Memory Management. • High quality graphics and sound. • Portability across a wide range of current and future hardware. • Cross-Compatibility. • Mash up Compatibility.
  • 7. 1. Introduction What is Android? • A software platform and operating system for mobile devices • Based on the Linux kernel • Founded in PoloAlto ,California(US) by Andy Rubin, Rich Miner and Nick Sears(2003) • Acquired by Google(2005) and later the Open Handset Alliance (OHA) (2007) • Allows writing managed code in the Java language • Possibility to write applications in other languages and compiling it to ARM native code (support of Google? No) • Unveiling of the Android platform was announced on 5 November 2007 with the founding of OHA
  • 8. What is the Open Handset Alliance (OHA)? It's a consortium of several companies 
  • 9. What is the Open Handset Alliance (OHA)? • Devoted to advancing open standards for mobile devices • Develop technologies that will significantly lower the cost of developing and distributing mobile devices and services
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 19. Android 6 Key Lime Pie
  • 20. 2. Platform 2.1 Hardware Android is not a single piece of hardware; it's a complete, end-to-end software platform that can be adapted to work on any number of hardware configurations. Everything is there, from the bootloader all the way up to the applications.
  • 21. 2.2 Operating System(s) • Android uses Linux for its device drivers, memory management, process management, and networking. • The next level up contains the Android native libraries. They are all written in C/C++ internally, but you’ll be calling them through Java interfaces. In this layer you can find the Surface Manager, 2D and 3D graphics, Media codecs, the SQL database (SQLite), and a native web browser engine (WebKit). • Dalvik Virtual Machine. Dalvik runs dex files, which are coverted at compile time from standard class and jar files.
  • 23. Linux Kernel • Device drivers • Memory management • Process management • Networking
  • 24. Kernel • Linux kernel with system services: – Security – Memory and process management – Network stack • Provide driver to access hardware: – Camera – Display and audio – Wifi
  • 26. Android Runtime • Dalvik VM – Dex files – Compact and efficient than class files – Limited memory and battery power • Core Libraries – Java 5 Std edition – Collections, I/O etc…
  • 27. Libraries • C/C++ libraries including: – System C library – Media libraries: support playback and record many audio and video format including MPEG4, H.264, MP3, AAC, AMR, JPG, and PNG – Surface Manager: manages access to the display subsystem and seamlessly composites 2D and 3D graphic layers from multiple applications – LibWebCore: a modern web browser engine which powers both the Android browser and an embeddable web view
  • 28. Libraries • C/C++ libraries including: – SGL: the underlying 2D graphics engine – 3D libraries: an implementation based on OpenGL ES 1.0 APIs – SQLite: a powerful and lightweight relational database engine available to all applications – FreeType: bitmap and vector font rendering
  • 29. Application Framework • API interface • Activity manager – manages application life cycle.
  • 30. Application Framework • Provide API to create UI • Provide API to access system services • Provide API to get resource • Content provider
  • 31. Applications • Built in and user apps • Can replace built in apps
  • 32. Applications • Set of necessary application – Core application of Android include: Home, Browser, Camera • Your ability: – Create new applications – Replace default applications – Use exist applications for your purposes Ex: your application want to get a picture from camera. So call Camera of Android through intent component.
  • 33. Fundamental components • View • Activity • Intent • Content Provider • Service
  • 34. Layouts • Layout in android are the per-defined arrangement of wedged on an activity in android
  • 35. 2.3Security #Android is a mulch-process system, in which each application (and parts of the system) runs in its own process. Most security between applications and the system is enforced at the process level through standard Linux facilities, such as user and group IDs that are assigned to applications. #Each application runs with its own dalvik vm instance. #Additional finer-grained security features are provided through a "permission" mechanism that enforces restrictions on the specific operations that a particular process can perform, and per-URI permissions for granting ad-hoc access to specific pieces of data.
  • 36. 3. Software development 3.1 Development requirements • Java • Android SDK • Eclipse IDE (optional)
  • 37. Android Emulator • Emulator is a virtual mobile on you computer so that you can run an application and get the correct output. • The Android SDK ships with an Eclipse plug-in called Android Development tools(ADT)
  • 38. Application components • Android Manifest.xml • Main.xml • String.xml • R.java • Java source code
  • 40. Classes Used • MyLocationOverlay • GeoPoint • Geocoder(For Geocoding & Reverse Geocoding) • TextToSpeech
  • 41. Easy Navigator • Locate the current location of the user on Google map • Find the destination entered by the user on Google map • Draw an path way between the user current location to the destination • Speak out the driving directions from the source to the destination
  • 42. Features Implementation In Progress • Find the real time traffic present in the user path • Based on the traffic find a lesser traffic path way for the user • Find Walking and Cycling distances for the user • Giving user an option to save his search in the database