SlideShare a Scribd company logo
1 of 24
ANDROID & IOS
-IOS-INTRODUCTION 
 iOS comprises the operating system and technologies that you 
use to run applications natively on devices, such as iPad, iPhone, 
and iPod touch 
 It was designed to meet the needs of a mobile environment, the 
technologies are available only on iOS, such as the Multi-touch 
interface and accelerometer support 
 It not only manages power efficiently but also delivers 
outstanding battery life. iOS even ensures that 
performance and battery life don’t suffer even if you are 
you’re multitasking. 
 Apple makes both the iPhone hardware and the operating 
system, everything works together seamlessly and 
intelligently. 
 iPhone and iOS are made to be used around the world. 
The user interface is localized into over 30 languages, and 
you can easily switch between them.
HISTORY 
 The operating system was unveiled with the iPhone at the 
Macworld Conference & Expo, January 9, 2007. not specify 
a separate name for the operating system 
 Initially, third-party applications were not supported. Later 
with the efforts of Steve Jobs, On October 17, 2007, Apple 
announced that a native Software Development Kit (SDK) 
was under development 
 On March 6, 2008, Apple released the first beta, along 
with a new name for the operating system: "iPhone OS". 
 On January 27, 2010, Apple announced the iPad, featuring 
a larger screen than the iPhone and iPod touch, and 
designed for web browsing, media consumption, and 
reading iBooks. 
 In June 2010, Apple rebranded iPhone OS as "iOS".
VERSIONS 
 iOS4:Apple released iOS4 in an effort to reduce the strain on 
Apple's servers. iOS4 was the first version of the OS to be a free 
upgrade on the iPod touch. 
 iOS4.0.1:There were several antenna issues in the previous 
version, iOS4.0.1 included a fix to the reception signal strength 
indicator. 
 iOS4.1:iOS4.1 for the iPhone and iPod touch was released with 
an update fixed some bugs reported by users, improved battery 
life and added several new features such as Game Center. 
 iOS4.2:iOS4.2 was never released but instead iOS4.2.1 was 
released which added iPad compatibility. Further on iOS4.2.5 
was released as a demo version for the CDMA version of the 
iPhone 4. 
 iOS4.3: The public release of iOS4.3 included many new features 
such as a Nitro JavaScript engine in Safari. iTunes Home Sharing 
also received a major revision in iOS4.3; it allows users to 
connect to their home Wi-Fi networks .
FEATURES 
 Game Center: The most significant feature in iOS4.1 
is the Apple’s new Game Center social gaming 
service. 
 Folders: IOS4 came with the introduction of a simple 
folder system. 
 Camera & Photos: iOS4.1 also makes some 
enhancements to the iPhone Camera and Photos 
apps, providing support for High Dynamic Range 
photos, HD video uploads and improved camera 
controls on the iPhone 4 and 4G iPod touch. 
 Bluetooth AVRCP Support : iOS 4.1 provide full AVRCP 
support for Bluetooth accessories, allowing for not 
only play/pause control but also track navigation
IOS TECHNOLOGY 
LAYERS 
• iOS, there are four 
abstraction layers: the Core 
OS layer, the Core Services 
layer, the Media layer, and 
the Cocoa Touch layer. 
• The kernel in iOS is based on 
a variant of the same basic 
Mach kernel that is found in 
Mac OS X. 
Core OS Layer 
Core Os Layer Manage the virtual memory system, threads, the file 
system, the network, and interprocess communication with the 
frameworks in the Core OS layer. This layer encompasses the kernel 
environment, drivers, and basic interfaces of iOS.
CONT… 
Core Services Layer 
Core Services layers contain the fundamental interfaces for iOS, 
including those used for accessing files, low-level data types, Bonjour 
services, network sockets, and so on. These interfaces are mostly C-based 
. 
Media Layer 
Media Layer allows you to create the best multimedia experience 
available on a mobile device with the frameworks in the Media layer. 
More advanced technologies that use interfaces based on a mixture 
of C and Objective-C is used in Media Layer. 
Cocoa Touch Layer 
Implementation of a graphical, event-driven application in iOS with 
the frameworks is performed in the Cocoa Touch Layer. In the Cocoa 
Touch layer, most of the technologies use Objective-C. The 
frameworks at these layers provide the fundamental infrastructure 
used by your application.
ADVANTAGES 
 Elegant and intuitive interface 
 Multitasking 
 The world’s largest collection of mobile apps 
 Performance and stability that lead the industry 
 Hardware and software made for each other 
 Safe and secure by design 
 It comes with built-in parental control 
 Ready for business 
 Works all over the world
FUTURE ENHANCEMENT 
 The iOS 5 is the most advanced mobile operating system. 
 There is a potential in this technology to be enhanced 
further due to its features and can lead the Mobile OS 
industry and always be ahead 
 SDK: The iOS SDK Allows the third Party Developers to 
develop Applications for iOS. All the Resources are made 
available. 
 Apple makes SDKs available for specific versions of iOS. 
 Using these SDKs allows you to build against the headers 
and libraries of an operating system version other than the 
one you're running on.
-ANDROID-HISTORY 
 2003 
> Andy Rubin and Rich Miner started the development 
of Android OS, establishing Android Inc. 
 2005 
> Google acquires startup Android Inc. to start Android 
platform 
> Work on Dalvik VM begins 
 2007 
> Open Handset Alliance announced 
> Early look at SDK
CONT… 
 2008 
> Google sponsors 1st Android Developer Challenge 
> T-Mobile G1 announced 
> SDK 1.0 released 
> Android released open source (Apache licensed) 
 2009 
> SDK 1.5 (Cupcake) 
New soft keyboard with “autocomplete” feature 
> SDK 1.6 (Donut) 
Support Wide VGA 
> SDK 2.0/2.0.1/2.1 (Eclair) 
Revamped UI, browser
CONT… 
 2010 
> Nexus One released to the public 
> SDK 2.2 (Froyo) 
Flash support, tethering 
> SDK 2.3 (Gingerbread) 
UI update, system-wide copy-paste 
 2011 
> SDK 3.0/3.1/3.2 (Honeycomb) for tablets only 
New UI for tablets, support multi-core processors 
> SDK 4.0/4.0.1/4.0.2/4.0.3 (Ice Cream Sandwich) 
Changes to the UI, Voice input, NFC
OPEN SOURCE
WHAT IS GOOGLE’S ANDROID? 
 A software stack for mobile devices that includes: 
> an operating system 
> middleware 
> key applications 
 Uses Linux to provide core system services 
> Security 
> Memory management 
> Process management 
> Power management 
> Hardware drivers
BASED ON LINUX 
 Android uses Linux 2.6 kernel as the hardware abstraction 
 What are the essences an OS should provide? 
> Memory management, process management, IPC 
> No virtual memory; specially implemented IPC 
 Drivers and architecture support 
> How to port Android to a new device? 
 Using Linux vs. Writing a new OS from scratch 
> Do all Linux kernel implementations work well on 
mobile devices?
PROCESS MANAGEMENT 
 What’s the difference between mobile apps cycle and 
desktop apps cycle? 
 Two key principles 
> Android usually do not kill an app, i.e. apps keep 
running even after you switch to other apps 
> Android kills apps when the memory usage goes too 
high, but it saves app state for quick restart later on 
> Do they make sense to mobile apps?
APPLICATION LIFE CYCLE
EXAMPLE 
 CSE120-lecture.pdf
MEMORY MANAGEMENT 
 Linux kernel does most of the job 
> Page-based memory management 
> Virtual address to physical address mapping 
> NO virtual memory 
> Why do we still need “virtual to physical” 
address mapping? 
> Why does Android not support virtual 
memory?
POWER MANAGEMENT
DALVIK VM 
Why does Android let developers use Java? 
 A special Java virtual machine (VM) designed to run with 
limited system resource 
 Memory efficiency 
 Register machine vs. Stack machine (modern JVM) 
> fewer instructions, faster execution 
> why does the number of instructions matter? 
 Running multiple VMs more efficiently
MEMORY EFFICIENCY 
 Shared constant string pool 
 Share clean (even some dirty) memory between 
 processes as much as possible 
 “.dex” files are mapped as read-only by mmap() 
 Memory efficient JIT implementation 
> JIT itself is about 100K 
> Code cache and supporting data structure takes 
another 100K for each application
VERSIONS & FEATURES 
 Versions & Features.docx
iOS Android 
iOS always just works. Apple's trademark polish permeates its 
operating system, and while occasional bugs might appear, they're 
quickly fixed. On Android, an application crash could take down the 
entire phone, forcing it to reboot. 
Android is almost infinitely customizable. If you want to make your 
phone look and feel exactly the way you want – and you have a 
moderate amount of technical knowledge to make it happen – Android 
will give you much more flexibility than iOS. Every part of the Android 
interface, from what the icons look like to what fonts you see, can be 
tweaked or switched out. 
You get better quality apps, sooner. Although the majority of 
developers will try to release their apps on both iOS and Android, 
many release on iOS first because it's easier to develop for. Android is 
a fragmented operating system – most phones that have it installed 
aren't running the latest version, which can make development 
harder. On the other hand, iOS is consistent across all Apple devices, 
and easy to update when a new version comes out. 
The phones tend to have fun new features and technologies. Along 
with hardware features you won't find on iPhones, such as IR blasters 
and NFC chips, Android phones often have unique extras that let you 
use your phone in fun and different ways, depending on the 
manufacturer. 
iOS is a more secure operating system. There are two reasons for 
this. First and foremost, Apple employees manually inspect and 
validate every single application posted to the iOS App Store before 
they're made available to the public. When combined with the 
restrictions preventing apps from accessing the operating system 
directly, this essentially keeps any virus or malware from infecting 
your phone. Additionally, Apple has integrated theft prevention 
software into the operating system, which makes it easy to track 
where your iPhone goes if it's stolen, and impossible to wipe it or 
turn off the GPS tracker without entering your password. 
You can have your pick of phone at any price point. Android is the 
default operating system for most of the phones that manufacturers 
offer. Between the various brands and the many devices they have at 
difference prices, there's plenty of variety for you to pick from.

More Related Content

What's hot

Android vs. IOS: Comparing features & functions
Android vs. IOS: Comparing features & functionsAndroid vs. IOS: Comparing features & functions
Android vs. IOS: Comparing features & functionsDipesh Bhatiya
 
Mobile Application Development: Hybrid, Native and Mobile Web Apps
Mobile Application Development: Hybrid, Native and Mobile Web AppsMobile Application Development: Hybrid, Native and Mobile Web Apps
Mobile Application Development: Hybrid, Native and Mobile Web AppsPaul Sons
 
MOBILE OPERATING SYSTEM
MOBILE OPERATING SYSTEMMOBILE OPERATING SYSTEM
MOBILE OPERATING SYSTEMcool192
 
Introduction to iOS Apps Development
Introduction to iOS Apps DevelopmentIntroduction to iOS Apps Development
Introduction to iOS Apps DevelopmentProf. Erwin Globio
 
i Operating system
i Operating systemi Operating system
i Operating systemAkhil Kumar
 
Mobile operating system (os)
Mobile operating system (os)Mobile operating system (os)
Mobile operating system (os)AMIT GUPTA
 
Mobile Operating Systems
Mobile Operating Systems Mobile Operating Systems
Mobile Operating Systems Anant Lodha
 
iOS: Overview, Architecture, Development & Versions
iOS: Overview, Architecture, Development & Versions iOS: Overview, Architecture, Development & Versions
iOS: Overview, Architecture, Development & Versions Sandra Kerbage
 
Introduction to Android
Introduction to Android Introduction to Android
Introduction to Android Ranjith Kumar
 

What's hot (20)

Android vs. IOS: Comparing features & functions
Android vs. IOS: Comparing features & functionsAndroid vs. IOS: Comparing features & functions
Android vs. IOS: Comparing features & functions
 
Ios operating system
Ios operating systemIos operating system
Ios operating system
 
iOS Operating System
iOS Operating SystemiOS Operating System
iOS Operating System
 
Ios seminar
Ios seminarIos seminar
Ios seminar
 
Android Platform Architecture
Android Platform ArchitectureAndroid Platform Architecture
Android Platform Architecture
 
Mobile Application Development: Hybrid, Native and Mobile Web Apps
Mobile Application Development: Hybrid, Native and Mobile Web AppsMobile Application Development: Hybrid, Native and Mobile Web Apps
Mobile Application Development: Hybrid, Native and Mobile Web Apps
 
Android vs iOS
Android vs iOSAndroid vs iOS
Android vs iOS
 
Android Operating System
Android Operating SystemAndroid Operating System
Android Operating System
 
MOBILE OPERATING SYSTEM
MOBILE OPERATING SYSTEMMOBILE OPERATING SYSTEM
MOBILE OPERATING SYSTEM
 
Introduction to iOS Apps Development
Introduction to iOS Apps DevelopmentIntroduction to iOS Apps Development
Introduction to iOS Apps Development
 
i Operating system
i Operating systemi Operating system
i Operating system
 
Android Vs iOS
Android Vs iOSAndroid Vs iOS
Android Vs iOS
 
Android studio
Android studioAndroid studio
Android studio
 
Mobile operating system (os)
Mobile operating system (os)Mobile operating system (os)
Mobile operating system (os)
 
Mobile Operating Systems
Mobile Operating Systems Mobile Operating Systems
Mobile Operating Systems
 
Apple iOS
Apple iOSApple iOS
Apple iOS
 
Apple iOS Report
Apple iOS ReportApple iOS Report
Apple iOS Report
 
iOS: Overview, Architecture, Development & Versions
iOS: Overview, Architecture, Development & Versions iOS: Overview, Architecture, Development & Versions
iOS: Overview, Architecture, Development & Versions
 
Introduction to Android
Introduction to Android Introduction to Android
Introduction to Android
 
Mobile operating system
Mobile operating systemMobile operating system
Mobile operating system
 

Viewers also liked

iOS Memory Management Basics
iOS Memory Management BasicsiOS Memory Management Basics
iOS Memory Management BasicsBilue
 
Layer architecture of ios (1)
Layer architecture of ios (1)Layer architecture of ios (1)
Layer architecture of ios (1)dwipalp
 
Memory management in Objective C
Memory management in Objective CMemory management in Objective C
Memory management in Objective CNeha Gupta
 
ARCでめちゃモテiOSプログラマー
ARCでめちゃモテiOSプログラマーARCでめちゃモテiOSプログラマー
ARCでめちゃモテiOSプログラマーSatoshi Asano
 
Xamarin.android memory management gotchas
Xamarin.android memory management gotchasXamarin.android memory management gotchas
Xamarin.android memory management gotchasAlec Tucker
 
Advanced Memory Management on iOS and Android - Mark Probst and Rodrigo Kumpera
Advanced Memory Management on iOS and Android - Mark Probst and Rodrigo KumperaAdvanced Memory Management on iOS and Android - Mark Probst and Rodrigo Kumpera
Advanced Memory Management on iOS and Android - Mark Probst and Rodrigo KumperaXamarin
 
Ios fundamentals with ObjectiveC
Ios fundamentals with ObjectiveCIos fundamentals with ObjectiveC
Ios fundamentals with ObjectiveCMadusha Perera
 
Memory management in Andoid
Memory management in AndoidMemory management in Andoid
Memory management in AndoidMonkop Inc
 
iOS Platform & Architecture
iOS Platform & ArchitectureiOS Platform & Architecture
iOS Platform & Architecturekrishguttha
 

Viewers also liked (11)

iOS Memory Management
iOS Memory ManagementiOS Memory Management
iOS Memory Management
 
iOS Memory Management Basics
iOS Memory Management BasicsiOS Memory Management Basics
iOS Memory Management Basics
 
Layer architecture of ios (1)
Layer architecture of ios (1)Layer architecture of ios (1)
Layer architecture of ios (1)
 
Memory management in Objective C
Memory management in Objective CMemory management in Objective C
Memory management in Objective C
 
ARCでめちゃモテiOSプログラマー
ARCでめちゃモテiOSプログラマーARCでめちゃモテiOSプログラマー
ARCでめちゃモテiOSプログラマー
 
Xamarin.android memory management gotchas
Xamarin.android memory management gotchasXamarin.android memory management gotchas
Xamarin.android memory management gotchas
 
Advanced Memory Management on iOS and Android - Mark Probst and Rodrigo Kumpera
Advanced Memory Management on iOS and Android - Mark Probst and Rodrigo KumperaAdvanced Memory Management on iOS and Android - Mark Probst and Rodrigo Kumpera
Advanced Memory Management on iOS and Android - Mark Probst and Rodrigo Kumpera
 
Google android case study
Google android case studyGoogle android case study
Google android case study
 
Ios fundamentals with ObjectiveC
Ios fundamentals with ObjectiveCIos fundamentals with ObjectiveC
Ios fundamentals with ObjectiveC
 
Memory management in Andoid
Memory management in AndoidMemory management in Andoid
Memory management in Andoid
 
iOS Platform & Architecture
iOS Platform & ArchitectureiOS Platform & Architecture
iOS Platform & Architecture
 

Similar to Android & IOS

IOS vs Android presentation by Saikrishna
IOS vs Android presentation by SaikrishnaIOS vs Android presentation by Saikrishna
IOS vs Android presentation by SaikrishnaSaikrishna Tanguturu
 
1572143634865065972041229-140802014601-phpapp01 (1).pptx
1572143634865065972041229-140802014601-phpapp01 (1).pptx1572143634865065972041229-140802014601-phpapp01 (1).pptx
1572143634865065972041229-140802014601-phpapp01 (1).pptxDeepakPanchal65
 
Mobile application development
Mobile application developmentMobile application development
Mobile application developmentrohithn
 
android architecture
android architectureandroid architecture
android architectureAashita Gupta
 
ANDROID MOBILE OPERATING SYSTEM
ANDROID MOBILE OPERATING SYSTEMANDROID MOBILE OPERATING SYSTEM
ANDROID MOBILE OPERATING SYSTEMpreeta sinha
 
889448 634356855122132416
889448 634356855122132416889448 634356855122132416
889448 634356855122132416zxdrtyu
 
Introduction to Android
Introduction to Android Introduction to Android
Introduction to Android dipali badgujar
 
ComparingTwo major mobile operating system
ComparingTwo major mobile operating systemComparingTwo major mobile operating system
ComparingTwo major mobile operating systemphexcom1
 
Android Operating System
Android Operating SystemAndroid Operating System
Android Operating SystemBilal Mirza
 
Apple iOS Technology Market
Apple iOS Technology MarketApple iOS Technology Market
Apple iOS Technology MarketBharat Gera
 

Similar to Android & IOS (20)

IOS vs Android presentation by Saikrishna
IOS vs Android presentation by SaikrishnaIOS vs Android presentation by Saikrishna
IOS vs Android presentation by Saikrishna
 
Android vs ios
Android vs iosAndroid vs ios
Android vs ios
 
iOS
iOSiOS
iOS
 
1572143634865065972041229-140802014601-phpapp01 (1).pptx
1572143634865065972041229-140802014601-phpapp01 (1).pptx1572143634865065972041229-140802014601-phpapp01 (1).pptx
1572143634865065972041229-140802014601-phpapp01 (1).pptx
 
Apple iOS Documentation
Apple iOS DocumentationApple iOS Documentation
Apple iOS Documentation
 
IOS Vs Android
IOS Vs AndroidIOS Vs Android
IOS Vs Android
 
Mobile application development
Mobile application developmentMobile application development
Mobile application development
 
IOS Project By Soumyadeep
IOS Project By SoumyadeepIOS Project By Soumyadeep
IOS Project By Soumyadeep
 
android architecture
android architectureandroid architecture
android architecture
 
ANDROID MOBILE OPERATING SYSTEM
ANDROID MOBILE OPERATING SYSTEMANDROID MOBILE OPERATING SYSTEM
ANDROID MOBILE OPERATING SYSTEM
 
I os
I osI os
I os
 
889448 634356855122132416
889448 634356855122132416889448 634356855122132416
889448 634356855122132416
 
Week 04 os_for_wireless mobile devices
Week 04 os_for_wireless mobile devicesWeek 04 os_for_wireless mobile devices
Week 04 os_for_wireless mobile devices
 
Introduction to Android
Introduction to Android Introduction to Android
Introduction to Android
 
IOS7
IOS7IOS7
IOS7
 
Android
AndroidAndroid
Android
 
ComparingTwo major mobile operating system
ComparingTwo major mobile operating systemComparingTwo major mobile operating system
ComparingTwo major mobile operating system
 
Ios - Introduction to swift programming
Ios - Introduction to swift programmingIos - Introduction to swift programming
Ios - Introduction to swift programming
 
Android Operating System
Android Operating SystemAndroid Operating System
Android Operating System
 
Apple iOS Technology Market
Apple iOS Technology MarketApple iOS Technology Market
Apple iOS Technology Market
 

More from Arpee Callejo

Linkages - Level 3 tPhase 2 Survey Visit- University of Northern Philippines
Linkages - Level 3 tPhase 2 Survey Visit- University of Northern PhilippinesLinkages - Level 3 tPhase 2 Survey Visit- University of Northern Philippines
Linkages - Level 3 tPhase 2 Survey Visit- University of Northern PhilippinesArpee Callejo
 
LP formulation and solution
LP formulation and solutionLP formulation and solution
LP formulation and solutionArpee Callejo
 
Introduction to database
Introduction to databaseIntroduction to database
Introduction to databaseArpee Callejo
 
How to Create Powerful Presentations
How to Create Powerful PresentationsHow to Create Powerful Presentations
How to Create Powerful PresentationsArpee Callejo
 
Microsoft PowerPoint 2013
Microsoft PowerPoint 2013Microsoft PowerPoint 2013
Microsoft PowerPoint 2013Arpee Callejo
 
SUPPLY CHAIN MANAGEMENT UNIVERSITY OF NORTHERN PHILIPPINES, AN ACADEMIC INSTI...
SUPPLY CHAIN MANAGEMENT UNIVERSITY OF NORTHERN PHILIPPINES, AN ACADEMIC INSTI...SUPPLY CHAIN MANAGEMENT UNIVERSITY OF NORTHERN PHILIPPINES, AN ACADEMIC INSTI...
SUPPLY CHAIN MANAGEMENT UNIVERSITY OF NORTHERN PHILIPPINES, AN ACADEMIC INSTI...Arpee Callejo
 
PARAMETER PASSING MECHANISMS
PARAMETER PASSING MECHANISMSPARAMETER PASSING MECHANISMS
PARAMETER PASSING MECHANISMSArpee Callejo
 
Effects of globalization to e commerce
Effects of globalization to e commerceEffects of globalization to e commerce
Effects of globalization to e commerceArpee Callejo
 
PENSHOPPE-Adv.comp101
PENSHOPPE-Adv.comp101PENSHOPPE-Adv.comp101
PENSHOPPE-Adv.comp101Arpee Callejo
 
PENSHOPPE [autosaved]
PENSHOPPE [autosaved]PENSHOPPE [autosaved]
PENSHOPPE [autosaved]Arpee Callejo
 

More from Arpee Callejo (13)

Linkages - Level 3 tPhase 2 Survey Visit- University of Northern Philippines
Linkages - Level 3 tPhase 2 Survey Visit- University of Northern PhilippinesLinkages - Level 3 tPhase 2 Survey Visit- University of Northern Philippines
Linkages - Level 3 tPhase 2 Survey Visit- University of Northern Philippines
 
LP formulation and solution
LP formulation and solutionLP formulation and solution
LP formulation and solution
 
Excel solver
Excel solverExcel solver
Excel solver
 
Introduction to database
Introduction to databaseIntroduction to database
Introduction to database
 
How to Create Powerful Presentations
How to Create Powerful PresentationsHow to Create Powerful Presentations
How to Create Powerful Presentations
 
Microsoft PowerPoint 2013
Microsoft PowerPoint 2013Microsoft PowerPoint 2013
Microsoft PowerPoint 2013
 
SUPPLY CHAIN MANAGEMENT UNIVERSITY OF NORTHERN PHILIPPINES, AN ACADEMIC INSTI...
SUPPLY CHAIN MANAGEMENT UNIVERSITY OF NORTHERN PHILIPPINES, AN ACADEMIC INSTI...SUPPLY CHAIN MANAGEMENT UNIVERSITY OF NORTHERN PHILIPPINES, AN ACADEMIC INSTI...
SUPPLY CHAIN MANAGEMENT UNIVERSITY OF NORTHERN PHILIPPINES, AN ACADEMIC INSTI...
 
PARAMETER PASSING MECHANISMS
PARAMETER PASSING MECHANISMSPARAMETER PASSING MECHANISMS
PARAMETER PASSING MECHANISMS
 
Effects of globalization to e commerce
Effects of globalization to e commerceEffects of globalization to e commerce
Effects of globalization to e commerce
 
Chapter 1-3
Chapter 1-3Chapter 1-3
Chapter 1-3
 
PENSHOPPE-Adv.comp101
PENSHOPPE-Adv.comp101PENSHOPPE-Adv.comp101
PENSHOPPE-Adv.comp101
 
PENSHOPPE [autosaved]
PENSHOPPE [autosaved]PENSHOPPE [autosaved]
PENSHOPPE [autosaved]
 
Iphone 6 plus ad
Iphone 6 plus adIphone 6 plus ad
Iphone 6 plus ad
 

Recently uploaded

SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetEnjoy Anytime
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 

Recently uploaded (20)

SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 

Android & IOS

  • 2. -IOS-INTRODUCTION  iOS comprises the operating system and technologies that you use to run applications natively on devices, such as iPad, iPhone, and iPod touch  It was designed to meet the needs of a mobile environment, the technologies are available only on iOS, such as the Multi-touch interface and accelerometer support  It not only manages power efficiently but also delivers outstanding battery life. iOS even ensures that performance and battery life don’t suffer even if you are you’re multitasking.  Apple makes both the iPhone hardware and the operating system, everything works together seamlessly and intelligently.  iPhone and iOS are made to be used around the world. The user interface is localized into over 30 languages, and you can easily switch between them.
  • 3. HISTORY  The operating system was unveiled with the iPhone at the Macworld Conference & Expo, January 9, 2007. not specify a separate name for the operating system  Initially, third-party applications were not supported. Later with the efforts of Steve Jobs, On October 17, 2007, Apple announced that a native Software Development Kit (SDK) was under development  On March 6, 2008, Apple released the first beta, along with a new name for the operating system: "iPhone OS".  On January 27, 2010, Apple announced the iPad, featuring a larger screen than the iPhone and iPod touch, and designed for web browsing, media consumption, and reading iBooks.  In June 2010, Apple rebranded iPhone OS as "iOS".
  • 4. VERSIONS  iOS4:Apple released iOS4 in an effort to reduce the strain on Apple's servers. iOS4 was the first version of the OS to be a free upgrade on the iPod touch.  iOS4.0.1:There were several antenna issues in the previous version, iOS4.0.1 included a fix to the reception signal strength indicator.  iOS4.1:iOS4.1 for the iPhone and iPod touch was released with an update fixed some bugs reported by users, improved battery life and added several new features such as Game Center.  iOS4.2:iOS4.2 was never released but instead iOS4.2.1 was released which added iPad compatibility. Further on iOS4.2.5 was released as a demo version for the CDMA version of the iPhone 4.  iOS4.3: The public release of iOS4.3 included many new features such as a Nitro JavaScript engine in Safari. iTunes Home Sharing also received a major revision in iOS4.3; it allows users to connect to their home Wi-Fi networks .
  • 5. FEATURES  Game Center: The most significant feature in iOS4.1 is the Apple’s new Game Center social gaming service.  Folders: IOS4 came with the introduction of a simple folder system.  Camera & Photos: iOS4.1 also makes some enhancements to the iPhone Camera and Photos apps, providing support for High Dynamic Range photos, HD video uploads and improved camera controls on the iPhone 4 and 4G iPod touch.  Bluetooth AVRCP Support : iOS 4.1 provide full AVRCP support for Bluetooth accessories, allowing for not only play/pause control but also track navigation
  • 6. IOS TECHNOLOGY LAYERS • iOS, there are four abstraction layers: the Core OS layer, the Core Services layer, the Media layer, and the Cocoa Touch layer. • The kernel in iOS is based on a variant of the same basic Mach kernel that is found in Mac OS X. Core OS Layer Core Os Layer Manage the virtual memory system, threads, the file system, the network, and interprocess communication with the frameworks in the Core OS layer. This layer encompasses the kernel environment, drivers, and basic interfaces of iOS.
  • 7. CONT… Core Services Layer Core Services layers contain the fundamental interfaces for iOS, including those used for accessing files, low-level data types, Bonjour services, network sockets, and so on. These interfaces are mostly C-based . Media Layer Media Layer allows you to create the best multimedia experience available on a mobile device with the frameworks in the Media layer. More advanced technologies that use interfaces based on a mixture of C and Objective-C is used in Media Layer. Cocoa Touch Layer Implementation of a graphical, event-driven application in iOS with the frameworks is performed in the Cocoa Touch Layer. In the Cocoa Touch layer, most of the technologies use Objective-C. The frameworks at these layers provide the fundamental infrastructure used by your application.
  • 8. ADVANTAGES  Elegant and intuitive interface  Multitasking  The world’s largest collection of mobile apps  Performance and stability that lead the industry  Hardware and software made for each other  Safe and secure by design  It comes with built-in parental control  Ready for business  Works all over the world
  • 9. FUTURE ENHANCEMENT  The iOS 5 is the most advanced mobile operating system.  There is a potential in this technology to be enhanced further due to its features and can lead the Mobile OS industry and always be ahead  SDK: The iOS SDK Allows the third Party Developers to develop Applications for iOS. All the Resources are made available.  Apple makes SDKs available for specific versions of iOS.  Using these SDKs allows you to build against the headers and libraries of an operating system version other than the one you're running on.
  • 10. -ANDROID-HISTORY  2003 > Andy Rubin and Rich Miner started the development of Android OS, establishing Android Inc.  2005 > Google acquires startup Android Inc. to start Android platform > Work on Dalvik VM begins  2007 > Open Handset Alliance announced > Early look at SDK
  • 11. CONT…  2008 > Google sponsors 1st Android Developer Challenge > T-Mobile G1 announced > SDK 1.0 released > Android released open source (Apache licensed)  2009 > SDK 1.5 (Cupcake) New soft keyboard with “autocomplete” feature > SDK 1.6 (Donut) Support Wide VGA > SDK 2.0/2.0.1/2.1 (Eclair) Revamped UI, browser
  • 12. CONT…  2010 > Nexus One released to the public > SDK 2.2 (Froyo) Flash support, tethering > SDK 2.3 (Gingerbread) UI update, system-wide copy-paste  2011 > SDK 3.0/3.1/3.2 (Honeycomb) for tablets only New UI for tablets, support multi-core processors > SDK 4.0/4.0.1/4.0.2/4.0.3 (Ice Cream Sandwich) Changes to the UI, Voice input, NFC
  • 14. WHAT IS GOOGLE’S ANDROID?  A software stack for mobile devices that includes: > an operating system > middleware > key applications  Uses Linux to provide core system services > Security > Memory management > Process management > Power management > Hardware drivers
  • 15. BASED ON LINUX  Android uses Linux 2.6 kernel as the hardware abstraction  What are the essences an OS should provide? > Memory management, process management, IPC > No virtual memory; specially implemented IPC  Drivers and architecture support > How to port Android to a new device?  Using Linux vs. Writing a new OS from scratch > Do all Linux kernel implementations work well on mobile devices?
  • 16. PROCESS MANAGEMENT  What’s the difference between mobile apps cycle and desktop apps cycle?  Two key principles > Android usually do not kill an app, i.e. apps keep running even after you switch to other apps > Android kills apps when the memory usage goes too high, but it saves app state for quick restart later on > Do they make sense to mobile apps?
  • 19. MEMORY MANAGEMENT  Linux kernel does most of the job > Page-based memory management > Virtual address to physical address mapping > NO virtual memory > Why do we still need “virtual to physical” address mapping? > Why does Android not support virtual memory?
  • 21. DALVIK VM Why does Android let developers use Java?  A special Java virtual machine (VM) designed to run with limited system resource  Memory efficiency  Register machine vs. Stack machine (modern JVM) > fewer instructions, faster execution > why does the number of instructions matter?  Running multiple VMs more efficiently
  • 22. MEMORY EFFICIENCY  Shared constant string pool  Share clean (even some dirty) memory between  processes as much as possible  “.dex” files are mapped as read-only by mmap()  Memory efficient JIT implementation > JIT itself is about 100K > Code cache and supporting data structure takes another 100K for each application
  • 23. VERSIONS & FEATURES  Versions & Features.docx
  • 24. iOS Android iOS always just works. Apple's trademark polish permeates its operating system, and while occasional bugs might appear, they're quickly fixed. On Android, an application crash could take down the entire phone, forcing it to reboot. Android is almost infinitely customizable. If you want to make your phone look and feel exactly the way you want – and you have a moderate amount of technical knowledge to make it happen – Android will give you much more flexibility than iOS. Every part of the Android interface, from what the icons look like to what fonts you see, can be tweaked or switched out. You get better quality apps, sooner. Although the majority of developers will try to release their apps on both iOS and Android, many release on iOS first because it's easier to develop for. Android is a fragmented operating system – most phones that have it installed aren't running the latest version, which can make development harder. On the other hand, iOS is consistent across all Apple devices, and easy to update when a new version comes out. The phones tend to have fun new features and technologies. Along with hardware features you won't find on iPhones, such as IR blasters and NFC chips, Android phones often have unique extras that let you use your phone in fun and different ways, depending on the manufacturer. iOS is a more secure operating system. There are two reasons for this. First and foremost, Apple employees manually inspect and validate every single application posted to the iOS App Store before they're made available to the public. When combined with the restrictions preventing apps from accessing the operating system directly, this essentially keeps any virus or malware from infecting your phone. Additionally, Apple has integrated theft prevention software into the operating system, which makes it easy to track where your iPhone goes if it's stolen, and impossible to wipe it or turn off the GPS tracker without entering your password. You can have your pick of phone at any price point. Android is the default operating system for most of the phones that manufacturers offer. Between the various brands and the many devices they have at difference prices, there's plenty of variety for you to pick from.