Submitted by:
Nishant Arora
11091437
CSE – 6th Semester.
Android and Ice-cream Sandwich
Android and Ice-cream Sandwich
Android and Ice-cream Sandwich
Android and Ice-cream Sandwich
Android and Ice-cream Sandwich
Refined, Evolved UI
The All Apps launcher (left)
and resizable widgets (right)
give you apps and rich
content from the home screen.
Android and Ice-cream Sandwich
The Recent Apps list makes multitasking simple.


Jump to the camera or see notifications without unlocking.


For incoming calls, you can respond instantly by text.
Data usage controls let you monitor
       total usage by network type
and application and then set limits if needed.
Android and Ice-cream Sandwich
Android and Ice-cream Sandwich
Android and Ice-cream Sandwich
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 boot loader all the way up to the applications.
2. Platform (2)
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. 
2. Platform (3)
2.3 Network Connectivity

It supports wireless communications using:

       GSM mobile-phone technology 

       3G 

       Edge 

       802.11 Wi-Fi networks 
2. Platform (4)
2.4 Security

Android is a multi-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. 

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.
2. Platform (5)
2.5 Performance 
2. Platform (6)
2.6 Future possibilities

    •   Google Android Sales to Overtake iPhone in 2012 
    •   The OHA is committed to make their vision a reality: to deploy the Android 
        platform for every mobile operator, handset manufacturers and developers to 
        build innovative devices
    •   Intel doesn’t want to lose ownership of the netbook market, so they need to 
        prepare for anything, including Android 
    •   Fujitsu launched an initiative to offer consulting and engineering expertise to 
        help run Android on embedded hardware, which aside from cellphones, mobile 
        internet devices, and portable media players, could include GPS devices, thin-
        client computers and set-top boxes. 
    •   More Android devices are coming and some will push the envelope even 
        further 
 
Android and Ice-cream Sandwich
Android and Ice-cream Sandwich
4. Overall evaluation (2)
4.2 Limitations
 
    Bluetooth limitations
       o Android doesn't support:
            Bluetooth stereo
            Contacts exchange
            Modem pairing
            Wireless keyboards
 
But it'll work with Bluetooth headsets, but that's about it


    Firefox Mobile isn't coming to Android 
    Apps in Android Market need to be programmed with a custom form of Java
       →  Mozilla and the Fennec won't have that
4. Overall evaluation (2)
4.2 Limitations
 
    Bluetooth limitations
       o Android doesn't support:
            Bluetooth stereo
            Contacts exchange
            Modem pairing
            Wireless keyboards
 
But it'll work with Bluetooth headsets, but that's about it


    Firefox Mobile isn't coming to Android 
    Apps in Android Market need to be programmed with a custom form of Java
       →  Mozilla and the Fennec won't have that

    No No   !!!!  GOOD NEWS FOR Firefox lovers. Amdroid is now available
    On latest versions of ANDROID. 

More Related Content

PPTX
Android os
PPTX
Android technology- Advantages & Limitations
PPTX
Andriod apps
PPTX
Android Technology
PPTX
ANDROID TECHNOLOGY
PPTX
Android TECH.
PPTX
Android technology
PDF
Android technology
Android os
Android technology- Advantages & Limitations
Andriod apps
Android Technology
ANDROID TECHNOLOGY
Android TECH.
Android technology
Android technology

What's hot (20)

PPTX
Ios operating system
PPTX
Android Technology
PPTX
Android technology (1)
PPT
Introduction to Mobile Technology
PDF
Introduction to android
PPTX
ppt on android vs iOS
PPTX
Mobile operating system (os)
PPTX
PDF
Android vs. iPhone for Mobile Security
PPTX
Android technology
PPTX
Android vs ios System Architecture in OS perspective
PPTX
Android operating system
PPTX
Android operating system
PPTX
Android ppt
PPTX
Ios file management
PDF
Unit 3 introduction to android
PPTX
Android operating system
PDF
Introduction to ios
PPTX
Deepak Pathak's PPT
PPT
Window Phone
Ios operating system
Android Technology
Android technology (1)
Introduction to Mobile Technology
Introduction to android
ppt on android vs iOS
Mobile operating system (os)
Android vs. iPhone for Mobile Security
Android technology
Android vs ios System Architecture in OS perspective
Android operating system
Android operating system
Android ppt
Ios file management
Unit 3 introduction to android
Android operating system
Introduction to ios
Deepak Pathak's PPT
Window Phone
Ad

Similar to Android and Ice-cream Sandwich (20)

PPT
PPTX
Vijay android ppt
PPT
Android
PPT
PPT
Android 1
PPT
Android presentation
PPT
Maddy android
PPT
Android
PPT
PPTX
Aandroid
PPTX
Android ppt
PPSX
ANDROID
PPTX
Android seminar ppt
PPTX
Presentation on android
PPT
Android Phone
PPTX
Android.... (4.4 included)
PPTX
Android
PPTX
Android
PPT
Android
PPTX
Android technology and Information with Presentation Project.
Vijay android ppt
Android
Android 1
Android presentation
Maddy android
Android
Aandroid
Android ppt
ANDROID
Android seminar ppt
Presentation on android
Android Phone
Android.... (4.4 included)
Android
Android
Android
Android technology and Information with Presentation Project.
Ad

Android and Ice-cream Sandwich

  • 8. The All Apps launcher (left) and resizable widgets (right) give you apps and rich content from the home screen.
  • 10. The Recent Apps list makes multitasking simple. Jump to the camera or see notifications without unlocking. For incoming calls, you can respond instantly by text.
  • 11. Data usage controls let you monitor total usage by network type and application and then set limits if needed.
  • 16. 2. Platform (2) 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. 
  • 17. 2. Platform (3) 2.3 Network Connectivity It supports wireless communications using:  GSM mobile-phone technology   3G   Edge   802.11 Wi-Fi networks 
  • 18. 2. Platform (4) 2.4 Security Android is a multi-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.  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.
  • 19. 2. Platform (5) 2.5 Performance 
  • 20. 2. Platform (6) 2.6 Future possibilities • Google Android Sales to Overtake iPhone in 2012  • The OHA is committed to make their vision a reality: to deploy the Android  platform for every mobile operator, handset manufacturers and developers to  build innovative devices • Intel doesn’t want to lose ownership of the netbook market, so they need to  prepare for anything, including Android  • Fujitsu launched an initiative to offer consulting and engineering expertise to  help run Android on embedded hardware, which aside from cellphones, mobile  internet devices, and portable media players, could include GPS devices, thin- client computers and set-top boxes.  • More Android devices are coming and some will push the envelope even  further   
  • 23. 4. Overall evaluation (2) 4.2 Limitations   Bluetooth limitations o Android doesn't support:  Bluetooth stereo  Contacts exchange  Modem pairing  Wireless keyboards   But it'll work with Bluetooth headsets, but that's about it Firefox Mobile isn't coming to Android  Apps in Android Market need to be programmed with a custom form of Java →  Mozilla and the Fennec won't have that
  • 24. 4. Overall evaluation (2) 4.2 Limitations   Bluetooth limitations o Android doesn't support:  Bluetooth stereo  Contacts exchange  Modem pairing  Wireless keyboards   But it'll work with Bluetooth headsets, but that's about it Firefox Mobile isn't coming to Android  Apps in Android Market need to be programmed with a custom form of Java →  Mozilla and the Fennec won't have that No No   !!!!  GOOD NEWS FOR Firefox lovers. Amdroid is now available On latest versions of ANDROID.