SlideShare a Scribd company logo
Class Presentation
Android
● Maintained by Google
since 2008
● Open Source
● Fully customizable
● Devices manufactured by
third party OEMs
● Based on Linux
iOS
● Created by Apple in 2007 for iPhones
● Closed software with few open source
components
● Limited customizable but focused on
privacy
● Every aspect of experience from hardware
to apps is heavily controlled by apple.
● Based on MacOS’ hybrid kernal.
App Development
Comparison of speed of going from idea to code in both the platforms
Android Development
● Development possible
on all platforms-
linux, windows and
macOS
● Development possible
with Java, kotlin and
even C/C++ using
NDK.
● Very detailed courses
are available
● Very strong developer
community
iOS Development
● Requires XCode which is available only on
macOS
● Develop app using Swift or Objective-C
● Lack of variation among devices means exact
specifications are known.
● Free swift trainings available from apple.
Cross-Platform Development
Cross platform development allows to code once and deploy on both platforms
React Native . Flutter . Native Script . Ionic .
App Distibution
Android
Play store
● 💰 $25 one time Fee
● 📱 2.5bn Users
● 💸 15% fee on first $1mn
● 🔽 84.3 bn downloads(2019)
● 💲 $30.6 bn revenue (2019)
● 🛒 Aptoide, apkpure,tap-tap
are few of the many
alternatives
● 💰 $99 yearly recurring fees
● 📱 1bn Users
● 💸 15% fee on first $1mn
● 🔽 30.6 bn downloads (2019)
● 💲 $58.4 bn revenue (2019)
● 🛒 No alternative unless
jailbroken
iOS
Apple App Store
User Demographics
Android has immense reach, it is way more popular than iOS across geographies.
Android vs iOS.pdf

More Related Content

PDF
Xamarin for (not only) Android developers
PPTX
Android | Xamarin | Mobile Application development
PDF
Android report.
ODP
E learning-for-all-devices
PPTX
Android App Development.pptx
PPTX
Comparative Study Of Android VS Windows Phone
PDF
Your Ultimate Toolkit: Top Cross-Platform App Development Frameworks for 2024
PPTX
Xamarin for (not only) Android developers
Android | Xamarin | Mobile Application development
Android report.
E learning-for-all-devices
Android App Development.pptx
Comparative Study Of Android VS Windows Phone
Your Ultimate Toolkit: Top Cross-Platform App Development Frameworks for 2024

Similar to Android vs iOS.pdf (20)

PPTX
Introduction to Android ppt
PDF
Android App Development 01 : Getting Start
PDF
SFD 2014: Multiplatform App Development with Migeran
PDF
Никита Корчагин - Introduction to iOS development
DOC
Google android os
PPTX
2018 top ide's for andriod development
PPT
Android Application Development Using Java
PPTX
Rapid Prototyping with Cordova aka Phonegap
PDF
Green flag Wrap up Google Solution Challenge.pdf
PPTX
Top Technologies to Develop Mobile Apps.pptx
PDF
Embedded Android Workshop
PPTX
Seminar on android app development
PPTX
Introduction to Mobile Development
PPTX
Chapter One - Introduction to Mobile Oses
PDF
Overlook to the Future of Mobile Application Development- TechGropse.pdf
PDF
An introduction on Android OS, its working and android development
PPTX
Build Your First iPhone or Android App with Telerik AppBuilder
PDF
Embedded Android Workshop at Android Open 2011
PPTX
An introduction on Android OS, its working and android development
PPTX
How to Choose the Best Platform for iOS App Development?
Introduction to Android ppt
Android App Development 01 : Getting Start
SFD 2014: Multiplatform App Development with Migeran
Никита Корчагин - Introduction to iOS development
Google android os
2018 top ide's for andriod development
Android Application Development Using Java
Rapid Prototyping with Cordova aka Phonegap
Green flag Wrap up Google Solution Challenge.pdf
Top Technologies to Develop Mobile Apps.pptx
Embedded Android Workshop
Seminar on android app development
Introduction to Mobile Development
Chapter One - Introduction to Mobile Oses
Overlook to the Future of Mobile Application Development- TechGropse.pdf
An introduction on Android OS, its working and android development
Build Your First iPhone or Android App with Telerik AppBuilder
Embedded Android Workshop at Android Open 2011
An introduction on Android OS, its working and android development
How to Choose the Best Platform for iOS App Development?
Ad

Recently uploaded (20)

PDF
Classroom Observation Tools for Teachers
PDF
Complications of Minimal Access Surgery at WLH
PPTX
Cell Types and Its function , kingdom of life
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PPTX
CHAPTER IV. MAN AND BIOSPHERE AND ITS TOTALITY.pptx
DOC
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
PDF
1_English_Language_Set_2.pdf probationary
PDF
LDMMIA Reiki Yoga Finals Review Spring Summer
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
Paper A Mock Exam 9_ Attempt review.pdf.
PPTX
Unit 4 Skeletal System.ppt.pptxopresentatiom
PPTX
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
PDF
Trump Administration's workforce development strategy
PDF
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
PDF
Hazard Identification & Risk Assessment .pdf
PDF
What if we spent less time fighting change, and more time building what’s rig...
PDF
Weekly quiz Compilation Jan -July 25.pdf
PPTX
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
PDF
IGGE1 Understanding the Self1234567891011
PPTX
Chinmaya Tiranga Azadi Quiz (Class 7-8 )
Classroom Observation Tools for Teachers
Complications of Minimal Access Surgery at WLH
Cell Types and Its function , kingdom of life
Final Presentation General Medicine 03-08-2024.pptx
CHAPTER IV. MAN AND BIOSPHERE AND ITS TOTALITY.pptx
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
1_English_Language_Set_2.pdf probationary
LDMMIA Reiki Yoga Finals Review Spring Summer
Final Presentation General Medicine 03-08-2024.pptx
Paper A Mock Exam 9_ Attempt review.pdf.
Unit 4 Skeletal System.ppt.pptxopresentatiom
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
Trump Administration's workforce development strategy
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
Hazard Identification & Risk Assessment .pdf
What if we spent less time fighting change, and more time building what’s rig...
Weekly quiz Compilation Jan -July 25.pdf
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
IGGE1 Understanding the Self1234567891011
Chinmaya Tiranga Azadi Quiz (Class 7-8 )
Ad

Android vs iOS.pdf

  • 2. Android ● Maintained by Google since 2008 ● Open Source ● Fully customizable ● Devices manufactured by third party OEMs ● Based on Linux
  • 3. iOS ● Created by Apple in 2007 for iPhones ● Closed software with few open source components ● Limited customizable but focused on privacy ● Every aspect of experience from hardware to apps is heavily controlled by apple. ● Based on MacOS’ hybrid kernal.
  • 4. App Development Comparison of speed of going from idea to code in both the platforms
  • 5. Android Development ● Development possible on all platforms- linux, windows and macOS ● Development possible with Java, kotlin and even C/C++ using NDK. ● Very detailed courses are available ● Very strong developer community
  • 6. iOS Development ● Requires XCode which is available only on macOS ● Develop app using Swift or Objective-C ● Lack of variation among devices means exact specifications are known. ● Free swift trainings available from apple.
  • 7. Cross-Platform Development Cross platform development allows to code once and deploy on both platforms React Native . Flutter . Native Script . Ionic .
  • 9. Android Play store ● 💰 $25 one time Fee ● 📱 2.5bn Users ● 💸 15% fee on first $1mn ● 🔽 84.3 bn downloads(2019) ● 💲 $30.6 bn revenue (2019) ● 🛒 Aptoide, apkpure,tap-tap are few of the many alternatives ● 💰 $99 yearly recurring fees ● 📱 1bn Users ● 💸 15% fee on first $1mn ● 🔽 30.6 bn downloads (2019) ● 💲 $58.4 bn revenue (2019) ● 🛒 No alternative unless jailbroken iOS Apple App Store
  • 10. User Demographics Android has immense reach, it is way more popular than iOS across geographies.