SlideShare une entreprise Scribd logo
1  sur  33
Param-Info Technologies Dubai
iOS and Android platforms
Main Points
 Development Costs
 Screen Size and Resolution
 User Experience
 Physical Buttons
 Coding Languages
 Navigation Differences
 Add your final evaluation
Introduction
ParamInfo is a globally renowned service
providing company in India, UAE, Bahrain, Qatar
and USA helping improve our client’s efficiency,
support their global competitiveness. We provide
end-to-end application development services to
help you to build an innovative mobile
application involves Android application
development and IOS app development with
offering robust and scalable app development
globally at affordable cost.
Development Costs
Android iOS
Android is the most popular
operating system in the world,
with over 1 billion users.
Android has a worldwide
smartphone penetration rate
of 85% and recently crossed
the 50% mark in UAE, with
more apps on the Google Play
store than the App Store.
Today’s developers are
constantly creating excellent
apps for a wide range of
areas. One of these domains
is iOS. If you’ve worked with
iOS App Development
Company before, you know
it’s not a simple task.
Developers today have
access to open-source iOS
libraries ..
Android Cost
Small
 5 key feature pages + static content, login, sign up
 AED2000 – AED5,000
Medium
 7-10 key feature pages + static content, login, sign up
 AED5,000 – AED25,000
Enterprise
 12-18 key feature pages + static content, login, sign
up
 More than AED5k
ioS Cost
Simple
 AED4000 – AED10,000
Medium
 AED10,000 – AED50,000
Complex
 More than AED50k
Screen Size and Resolution
Android:
The newly released report includes an analysis all
continents to give you a detailed breakdown of the
most popular mobile screen resolutions in use.
According to the report:
 720×1280 is most used in 9 countries
 750×1334 is most used in 5 countries
 640×1136 is most used in 3 countries
 1080×1920 is most used in 2 countries
Screen Size and Resolution
iOS:
iOS devices have a variety of screen sizes and people can
use them in either portrait or landscape orientation.
 iPhone 12 Pro:
390x844 pt (1170x2532 px @3x)
 iPhone 12:
390x844 pt (1170x2532 px @3x)
 12.9" iPad Pro:
1024x1366 pt (2048x2732 px @2x)
 11“ iPad Pro:
834x1194 pt (1668x2388 px @2x)
User Experience
Android :
 The android believes you can do many things at
the same time.
 This results in the android trying to satisfy the user
coping with the many open distractions.
 On Android, if you want to go back to what you
were doing before, you have to get off the path
you are on and go through a unique path. But they
made each unique path very short.
User Experience
• iOS:
 The iOS believes that your focus can only be on one
thing at a time.
 The iOS is just focused on immediate use.
 On the iOS, every step you make is layered on the
previous. So, if you have navigated many things in a
short while, you can trackback In succession.
 You can’t charge the iOS while it is off so it is little bit
annoying.
User Experience
Summary:
I think iOS gives a better user experience than
android. Although, the android UX is pretty good
too. However, both systems have important
advantages that make them compelling. The day
android decides to become like the iOS, it will
meet its doom. And likewise, if the iOS becomes
like android, that will be the end of its
dominance.
Physical Buttons
• Android :
 Power off/On button
 Volume Up Button
 Volume Down Button
Physical Buttons
• iOS
 Top Button
 Ring Silent Button
 Volume UP/Down Button
 Side Button
 Home Touch ID Sensor
Coding Languages
Android iOS
 Java
 Kotlin
 React Native
 C#
 C++
 Xamarin
 Lua
 Ionic
 Swift
 Objective-C
 React Native
 Flutter
 Xamarin
 Lua
 Ionic
 Rust
Navigation Differences
Android
• 48x48 PxHome screen (medium DPI
Phones)
• 1x72x72 PxHome screen (high DPI
Phones)
• 1.5x96x96 PxHome screen (xhdpi phones)
• 2x144x144 PxHome screen (xxhdpi phones)
• 3x192x192 PxHome screen (xxxhdpi
Navigation Differences
iOS
 180x180 pxi Phone Home screen for
@3x phones (e.g. all
iPhone 12 models, 11
Pro, X, Xs, 8+)
 120x120 PxiPhone Home
Screen for @2x phones
(e.g. 11, XR, 8)1024x1024
PxApp Store
Add your final evaluation
 Numerically speaking, Android wins 10 categories and iOS wins
seven, but iOS wins in some of the more important categories —
we don’t think rooting or alternative app stores are as important
for most people as accessibility or security, for example. However,
it’s very difficult to compare the two. Because Apple controls both
the hardware and the software of their devices, you’ll find iOS
offers a more uniform experience across devices.
 A straight comparison of the latest versions of Android and iOS
wouldn’t be very representative of most people’s experience,
because most Android devices aren’t running the latest version.
The experience you get is further complicated by the fact that
most Android smartphone manufacturers add their own user
interface on top of Google’s stock Android.
Main Points
 The performance differences
 The cost differences
 Support differences to 3rd party
 Libraries Integration Issues
 Exposure level to the target audience
The Performance Differences
Android :
 Reliability and security is a multi-process system, in which each
application runs in its own process.
 System Management have single thread of execution.
 Android have open Source.
 Visualization Can be virtualized.
 Memory Management automatic memory management which handled
by garbage collector.
 Restriction Flexible.
The Performance Differences
iOS :
 Reliability and security has no security software s on the
device, which could reduce the risk of infection from
malicious software.
 System Management have one or more thread of
execution.
 ios have Closed Source.
 Visualization Cannot be virtualized.
 Memory Management not automatic and developers
have to adjust that by themselves.
 Restriction not Flexible.
The Cost Differences
 iPhones are expensive relative to many Android phones for a
couple of reasons first, Apple designs and engineers not only
the hardware of each phone, but the software too. Apple crafts
and controls the entire user experience.
 Historically, competitors like Samsung have built the handsets,
and used Google’s Android operating system to run them.
Carefully integrating software and hardware is more resource
intensive, and thus, naturally, raises the price of the phone.
Support Differences to 3rd
Party
 Android and iOS have a huge range of third-party email
apps available as well. However, Gmail is a stronger
default email app than iOS’ Mail. Since Gmail is the most
popular email address system in the world, it makes
sense that the Gmail app would be a winner. You can also
add email addresses from different providers in Gmail
with ease.
 The intuitiveness of the app with other Google Suite
apps sets it apart from the rest. There are several ways to
get apps that aren't in the App Store. If you trust the app
and its download source, you can trust a third-party
app to add it on iPhone.
Libraries Integration Issues
 Continuous integration systems let you automatically
build and test your app every time you check in updates
to your source control system. You can use any
continuous integration tool that can initiate a Gradle
build to build your Android Studio projects.
 When you navigate to Build > Generate Signed Bundle /
APK and attempt to configure app signing for an app
bundle or an APK, entering different passwords for the
key and keystore may result in the error.
 Gson (Android)
 Retrofit (Android)
Libraries Integration Issues
iOS:
 Starting in Xcode 11.0, Apple recommended against using
a single .framework file to bundle a binary framework or
library for multiple platforms, although they still allowed
it. As of Xcode 12.3, however, Apple no longer allows
this; instead, you must use an .xcframework file.
 To support running a project on an iOS simulator,
versions of the Agora SDK earlier than v3.3.0 bundle a
library for multiple platforms in a .framework file,
so .framework files are identified by Xcode as a
prohibited configuration when you use an iOS simulator
to build a project.
Exposure level to the target
audience
• Androids outnumber iPhones 3 to 1 in the
worldwide market. US numbers differ with the
iPhone leading with a 55% market share
compared to Android’s 44%. The minute
difference is shared among small players like
Windows, KaiOS, and Samsung. Based on the
figures, Android is more popular among
smartphone users.
Exposure level to the target
audience
• Apple has sold 44.8 million units compared to
Samsung’s 79.2 million units sold as of the third
quarter of 2019. Specific markets like the US,
Canada, and Japan show a preference for the
iPhone. Apple fans also buy accessories, apps,
and Apple-specific services that are valued in
the billions. Aside from individual end-users,
Apple devices are also the preferred business
phone for work-related use of its business
integrations and services.
iOS  vs android .pptx

Contenu connexe

Similaire à iOS vs android .pptx

20220728-iOSAppDev-MobileAppDev.pptx
20220728-iOSAppDev-MobileAppDev.pptx20220728-iOSAppDev-MobileAppDev.pptx
20220728-iOSAppDev-MobileAppDev.pptxSuman Garai
 
Camerjam golden gekko mobile sport masterclass
Camerjam golden gekko mobile sport masterclassCamerjam golden gekko mobile sport masterclass
Camerjam golden gekko mobile sport masterclassJames Cameron
 
Mobile Developer's Guide To The Galaxy 11th edition
Mobile Developer's Guide To The Galaxy 11th editionMobile Developer's Guide To The Galaxy 11th edition
Mobile Developer's Guide To The Galaxy 11th editionMarco Tabor
 
Mobil Uygulama Geliştirme Klavuzu
Mobil Uygulama Geliştirme KlavuzuMobil Uygulama Geliştirme Klavuzu
Mobil Uygulama Geliştirme KlavuzuSybase Türkiye
 
Seminar on android app development
Seminar on android app developmentSeminar on android app development
Seminar on android app developmentAbhishekKumar4779
 
Native v s hybrid
Native v s hybridNative v s hybrid
Native v s hybridKelly Ston
 
Android Vs Iphone
Android Vs IphoneAndroid Vs Iphone
Android Vs IphoneLucy Nader
 
Mobile and tablet app dev
Mobile and tablet app devMobile and tablet app dev
Mobile and tablet app devJeremy Callinan
 
Differences Between Developing for iOS and Android.pdf
Differences Between Developing for iOS and Android.pdfDifferences Between Developing for iOS and Android.pdf
Differences Between Developing for iOS and Android.pdfTechugo
 
Android Workshop Presentation
Android Workshop PresentationAndroid Workshop Presentation
Android Workshop PresentationNAILBITER
 
I os application with android background
I os application with android backgroundI os application with android background
I os application with android backgroundConcetto Labs
 
Top listed iPhone app development UK Tools to consider in 2022.pdf
Top listed iPhone app development UK Tools to consider in 2022.pdfTop listed iPhone app development UK Tools to consider in 2022.pdf
Top listed iPhone app development UK Tools to consider in 2022.pdfJohn William
 
Native mobile app development pros, cons, alternatives, and cost optimization
Native mobile app development pros, cons, alternatives, and cost optimizationNative mobile app development pros, cons, alternatives, and cost optimization
Native mobile app development pros, cons, alternatives, and cost optimizationCynoteck Technology Solutions
 
ComparingTwo major mobile operating system
ComparingTwo major mobile operating systemComparingTwo major mobile operating system
ComparingTwo major mobile operating systemphexcom1
 
Android Oreo - An Introduction
Android Oreo - An Introduction Android Oreo - An Introduction
Android Oreo - An Introduction Somo
 
Android Operating System
Android Operating SystemAndroid Operating System
Android Operating SystemBilal Mirza
 

Similaire à iOS vs android .pptx (20)

20220728-iOSAppDev-MobileAppDev.pptx
20220728-iOSAppDev-MobileAppDev.pptx20220728-iOSAppDev-MobileAppDev.pptx
20220728-iOSAppDev-MobileAppDev.pptx
 
Camerjam golden gekko mobile sport masterclass
Camerjam golden gekko mobile sport masterclassCamerjam golden gekko mobile sport masterclass
Camerjam golden gekko mobile sport masterclass
 
Mobile Developer's Guide To The Galaxy 11th edition
Mobile Developer's Guide To The Galaxy 11th editionMobile Developer's Guide To The Galaxy 11th edition
Mobile Developer's Guide To The Galaxy 11th edition
 
Mobil Uygulama Geliştirme Klavuzu
Mobil Uygulama Geliştirme KlavuzuMobil Uygulama Geliştirme Klavuzu
Mobil Uygulama Geliştirme Klavuzu
 
Seminar on android app development
Seminar on android app developmentSeminar on android app development
Seminar on android app development
 
Native v s hybrid
Native v s hybridNative v s hybrid
Native v s hybrid
 
IOS Vs Android
IOS Vs AndroidIOS Vs Android
IOS Vs Android
 
Android Vs Iphone
Android Vs IphoneAndroid Vs Iphone
Android Vs Iphone
 
Android vs ios
Android vs iosAndroid vs ios
Android vs ios
 
Mobile and tablet app dev
Mobile and tablet app devMobile and tablet app dev
Mobile and tablet app dev
 
Differences Between Developing for iOS and Android.pdf
Differences Between Developing for iOS and Android.pdfDifferences Between Developing for iOS and Android.pdf
Differences Between Developing for iOS and Android.pdf
 
Android Workshop Presentation
Android Workshop PresentationAndroid Workshop Presentation
Android Workshop Presentation
 
I os application with android background
I os application with android backgroundI os application with android background
I os application with android background
 
Top listed iPhone app development UK Tools to consider in 2022.pdf
Top listed iPhone app development UK Tools to consider in 2022.pdfTop listed iPhone app development UK Tools to consider in 2022.pdf
Top listed iPhone app development UK Tools to consider in 2022.pdf
 
Native mobile app development pros, cons, alternatives, and cost optimization
Native mobile app development pros, cons, alternatives, and cost optimizationNative mobile app development pros, cons, alternatives, and cost optimization
Native mobile app development pros, cons, alternatives, and cost optimization
 
ComparingTwo major mobile operating system
ComparingTwo major mobile operating systemComparingTwo major mobile operating system
ComparingTwo major mobile operating system
 
Andriod vs iphone
Andriod vs iphoneAndriod vs iphone
Andriod vs iphone
 
Android Oreo - An Introduction
Android Oreo - An Introduction Android Oreo - An Introduction
Android Oreo - An Introduction
 
Android
AndroidAndroid
Android
 
Android Operating System
Android Operating SystemAndroid Operating System
Android Operating System
 

Plus de abid masood

CODE OF CONDUCT MANUAL - PRESENTATION.pptx
CODE OF CONDUCT MANUAL - PRESENTATION.pptxCODE OF CONDUCT MANUAL - PRESENTATION.pptx
CODE OF CONDUCT MANUAL - PRESENTATION.pptxabid masood
 
Chapter 3 - Properties of fluids.ppt
Chapter 3 - Properties of fluids.pptChapter 3 - Properties of fluids.ppt
Chapter 3 - Properties of fluids.pptabid masood
 
Presentation Assignment.pptx
Presentation Assignment.pptxPresentation Assignment.pptx
Presentation Assignment.pptxabid masood
 
gc 2 report (1).pptx
gc 2 report (1).pptxgc 2 report (1).pptx
gc 2 report (1).pptxabid masood
 
KGF-Chapter 2-Kinetics.pptx
KGF-Chapter 2-Kinetics.pptxKGF-Chapter 2-Kinetics.pptx
KGF-Chapter 2-Kinetics.pptxabid masood
 
Chapter 1-mole concept.ppt
Chapter 1-mole concept.pptChapter 1-mole concept.ppt
Chapter 1-mole concept.pptabid masood
 
organizationalbehaviour-140228094248-phpapp02.pdf
organizationalbehaviour-140228094248-phpapp02.pdforganizationalbehaviour-140228094248-phpapp02.pdf
organizationalbehaviour-140228094248-phpapp02.pdfabid masood
 
702422-4 Types Of Organizational Structure.pptx
702422-4 Types Of Organizational Structure.pptx702422-4 Types Of Organizational Structure.pptx
702422-4 Types Of Organizational Structure.pptxabid masood
 
Limiting reactant and excess reactant
Limiting reactant and excess reactantLimiting reactant and excess reactant
Limiting reactant and excess reactantabid masood
 

Plus de abid masood (11)

CODE OF CONDUCT MANUAL - PRESENTATION.pptx
CODE OF CONDUCT MANUAL - PRESENTATION.pptxCODE OF CONDUCT MANUAL - PRESENTATION.pptx
CODE OF CONDUCT MANUAL - PRESENTATION.pptx
 
Chapter 3 - Properties of fluids.ppt
Chapter 3 - Properties of fluids.pptChapter 3 - Properties of fluids.ppt
Chapter 3 - Properties of fluids.ppt
 
Presentation Assignment.pptx
Presentation Assignment.pptxPresentation Assignment.pptx
Presentation Assignment.pptx
 
gc 2 report (1).pptx
gc 2 report (1).pptxgc 2 report (1).pptx
gc 2 report (1).pptx
 
KGF-Chapter 2-Kinetics.pptx
KGF-Chapter 2-Kinetics.pptxKGF-Chapter 2-Kinetics.pptx
KGF-Chapter 2-Kinetics.pptx
 
Present.pptx
Present.pptxPresent.pptx
Present.pptx
 
Chapter 1-mole concept.ppt
Chapter 1-mole concept.pptChapter 1-mole concept.ppt
Chapter 1-mole concept.ppt
 
module4.ppt
module4.pptmodule4.ppt
module4.ppt
 
organizationalbehaviour-140228094248-phpapp02.pdf
organizationalbehaviour-140228094248-phpapp02.pdforganizationalbehaviour-140228094248-phpapp02.pdf
organizationalbehaviour-140228094248-phpapp02.pdf
 
702422-4 Types Of Organizational Structure.pptx
702422-4 Types Of Organizational Structure.pptx702422-4 Types Of Organizational Structure.pptx
702422-4 Types Of Organizational Structure.pptx
 
Limiting reactant and excess reactant
Limiting reactant and excess reactantLimiting reactant and excess reactant
Limiting reactant and excess reactant
 

Dernier

Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension AidPhilip Schwarz
 
WSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...masabamasaba
 
WSO2CON 2024 - How to Run a Security Program
WSO2CON 2024 - How to Run a Security ProgramWSO2CON 2024 - How to Run a Security Program
WSO2CON 2024 - How to Run a Security ProgramWSO2
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024VictoriaMetrics
 
%in Benoni+277-882-255-28 abortion pills for sale in Benoni
%in Benoni+277-882-255-28 abortion pills for sale in Benoni%in Benoni+277-882-255-28 abortion pills for sale in Benoni
%in Benoni+277-882-255-28 abortion pills for sale in Benonimasabamasaba
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnAmarnathKambale
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...Shane Coughlan
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...masabamasaba
 
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburgmasabamasaba
 
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park masabamasaba
 
BUS PASS MANGEMENT SYSTEM USING PHP.pptx
BUS PASS MANGEMENT SYSTEM USING PHP.pptxBUS PASS MANGEMENT SYSTEM USING PHP.pptx
BUS PASS MANGEMENT SYSTEM USING PHP.pptxalwaysnagaraju26
 
WSO2CON 2024 Slides - Open Source to SaaS
WSO2CON 2024 Slides - Open Source to SaaSWSO2CON 2024 Slides - Open Source to SaaS
WSO2CON 2024 Slides - Open Source to SaaSWSO2
 
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Bert Jan Schrijver
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...masabamasaba
 
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...masabamasaba
 
WSO2Con204 - Hard Rock Presentation - Keynote
WSO2Con204 - Hard Rock Presentation - KeynoteWSO2Con204 - Hard Rock Presentation - Keynote
WSO2Con204 - Hard Rock Presentation - KeynoteWSO2
 
WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2
 

Dernier (20)

Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
 
WSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go Platformless
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
 
WSO2CON 2024 - How to Run a Security Program
WSO2CON 2024 - How to Run a Security ProgramWSO2CON 2024 - How to Run a Security Program
WSO2CON 2024 - How to Run a Security Program
 
Abortion Pill Prices Boksburg [(+27832195400*)] 🏥 Women's Abortion Clinic in ...
Abortion Pill Prices Boksburg [(+27832195400*)] 🏥 Women's Abortion Clinic in ...Abortion Pill Prices Boksburg [(+27832195400*)] 🏥 Women's Abortion Clinic in ...
Abortion Pill Prices Boksburg [(+27832195400*)] 🏥 Women's Abortion Clinic in ...
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
 
%in Benoni+277-882-255-28 abortion pills for sale in Benoni
%in Benoni+277-882-255-28 abortion pills for sale in Benoni%in Benoni+277-882-255-28 abortion pills for sale in Benoni
%in Benoni+277-882-255-28 abortion pills for sale in Benoni
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learn
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
 
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
 
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
 
BUS PASS MANGEMENT SYSTEM USING PHP.pptx
BUS PASS MANGEMENT SYSTEM USING PHP.pptxBUS PASS MANGEMENT SYSTEM USING PHP.pptx
BUS PASS MANGEMENT SYSTEM USING PHP.pptx
 
WSO2CON 2024 Slides - Open Source to SaaS
WSO2CON 2024 Slides - Open Source to SaaSWSO2CON 2024 Slides - Open Source to SaaS
WSO2CON 2024 Slides - Open Source to SaaS
 
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
 
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
 
WSO2Con204 - Hard Rock Presentation - Keynote
WSO2Con204 - Hard Rock Presentation - KeynoteWSO2Con204 - Hard Rock Presentation - Keynote
WSO2Con204 - Hard Rock Presentation - Keynote
 
WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?
 

iOS vs android .pptx

  • 1. Param-Info Technologies Dubai iOS and Android platforms
  • 2. Main Points  Development Costs  Screen Size and Resolution  User Experience  Physical Buttons  Coding Languages  Navigation Differences  Add your final evaluation
  • 3. Introduction ParamInfo is a globally renowned service providing company in India, UAE, Bahrain, Qatar and USA helping improve our client’s efficiency, support their global competitiveness. We provide end-to-end application development services to help you to build an innovative mobile application involves Android application development and IOS app development with offering robust and scalable app development globally at affordable cost.
  • 4.
  • 5. Development Costs Android iOS Android is the most popular operating system in the world, with over 1 billion users. Android has a worldwide smartphone penetration rate of 85% and recently crossed the 50% mark in UAE, with more apps on the Google Play store than the App Store. Today’s developers are constantly creating excellent apps for a wide range of areas. One of these domains is iOS. If you’ve worked with iOS App Development Company before, you know it’s not a simple task. Developers today have access to open-source iOS libraries ..
  • 6. Android Cost Small  5 key feature pages + static content, login, sign up  AED2000 – AED5,000 Medium  7-10 key feature pages + static content, login, sign up  AED5,000 – AED25,000 Enterprise  12-18 key feature pages + static content, login, sign up  More than AED5k
  • 7. ioS Cost Simple  AED4000 – AED10,000 Medium  AED10,000 – AED50,000 Complex  More than AED50k
  • 8. Screen Size and Resolution Android: The newly released report includes an analysis all continents to give you a detailed breakdown of the most popular mobile screen resolutions in use. According to the report:  720×1280 is most used in 9 countries  750×1334 is most used in 5 countries  640×1136 is most used in 3 countries  1080×1920 is most used in 2 countries
  • 9. Screen Size and Resolution iOS: iOS devices have a variety of screen sizes and people can use them in either portrait or landscape orientation.  iPhone 12 Pro: 390x844 pt (1170x2532 px @3x)  iPhone 12: 390x844 pt (1170x2532 px @3x)  12.9" iPad Pro: 1024x1366 pt (2048x2732 px @2x)  11“ iPad Pro: 834x1194 pt (1668x2388 px @2x)
  • 10.
  • 11. User Experience Android :  The android believes you can do many things at the same time.  This results in the android trying to satisfy the user coping with the many open distractions.  On Android, if you want to go back to what you were doing before, you have to get off the path you are on and go through a unique path. But they made each unique path very short.
  • 12. User Experience • iOS:  The iOS believes that your focus can only be on one thing at a time.  The iOS is just focused on immediate use.  On the iOS, every step you make is layered on the previous. So, if you have navigated many things in a short while, you can trackback In succession.  You can’t charge the iOS while it is off so it is little bit annoying.
  • 13. User Experience Summary: I think iOS gives a better user experience than android. Although, the android UX is pretty good too. However, both systems have important advantages that make them compelling. The day android decides to become like the iOS, it will meet its doom. And likewise, if the iOS becomes like android, that will be the end of its dominance.
  • 14. Physical Buttons • Android :  Power off/On button  Volume Up Button  Volume Down Button
  • 15. Physical Buttons • iOS  Top Button  Ring Silent Button  Volume UP/Down Button  Side Button  Home Touch ID Sensor
  • 16.
  • 17. Coding Languages Android iOS  Java  Kotlin  React Native  C#  C++  Xamarin  Lua  Ionic  Swift  Objective-C  React Native  Flutter  Xamarin  Lua  Ionic  Rust
  • 18. Navigation Differences Android • 48x48 PxHome screen (medium DPI Phones) • 1x72x72 PxHome screen (high DPI Phones) • 1.5x96x96 PxHome screen (xhdpi phones) • 2x144x144 PxHome screen (xxhdpi phones) • 3x192x192 PxHome screen (xxxhdpi
  • 19. Navigation Differences iOS  180x180 pxi Phone Home screen for @3x phones (e.g. all iPhone 12 models, 11 Pro, X, Xs, 8+)  120x120 PxiPhone Home Screen for @2x phones (e.g. 11, XR, 8)1024x1024 PxApp Store
  • 20.
  • 21. Add your final evaluation  Numerically speaking, Android wins 10 categories and iOS wins seven, but iOS wins in some of the more important categories — we don’t think rooting or alternative app stores are as important for most people as accessibility or security, for example. However, it’s very difficult to compare the two. Because Apple controls both the hardware and the software of their devices, you’ll find iOS offers a more uniform experience across devices.  A straight comparison of the latest versions of Android and iOS wouldn’t be very representative of most people’s experience, because most Android devices aren’t running the latest version. The experience you get is further complicated by the fact that most Android smartphone manufacturers add their own user interface on top of Google’s stock Android.
  • 22. Main Points  The performance differences  The cost differences  Support differences to 3rd party  Libraries Integration Issues  Exposure level to the target audience
  • 23. The Performance Differences Android :  Reliability and security is a multi-process system, in which each application runs in its own process.  System Management have single thread of execution.  Android have open Source.  Visualization Can be virtualized.  Memory Management automatic memory management which handled by garbage collector.  Restriction Flexible.
  • 24. The Performance Differences iOS :  Reliability and security has no security software s on the device, which could reduce the risk of infection from malicious software.  System Management have one or more thread of execution.  ios have Closed Source.  Visualization Cannot be virtualized.  Memory Management not automatic and developers have to adjust that by themselves.  Restriction not Flexible.
  • 25.
  • 26. The Cost Differences  iPhones are expensive relative to many Android phones for a couple of reasons first, Apple designs and engineers not only the hardware of each phone, but the software too. Apple crafts and controls the entire user experience.  Historically, competitors like Samsung have built the handsets, and used Google’s Android operating system to run them. Carefully integrating software and hardware is more resource intensive, and thus, naturally, raises the price of the phone.
  • 27. Support Differences to 3rd Party  Android and iOS have a huge range of third-party email apps available as well. However, Gmail is a stronger default email app than iOS’ Mail. Since Gmail is the most popular email address system in the world, it makes sense that the Gmail app would be a winner. You can also add email addresses from different providers in Gmail with ease.  The intuitiveness of the app with other Google Suite apps sets it apart from the rest. There are several ways to get apps that aren't in the App Store. If you trust the app and its download source, you can trust a third-party app to add it on iPhone.
  • 28. Libraries Integration Issues  Continuous integration systems let you automatically build and test your app every time you check in updates to your source control system. You can use any continuous integration tool that can initiate a Gradle build to build your Android Studio projects.  When you navigate to Build > Generate Signed Bundle / APK and attempt to configure app signing for an app bundle or an APK, entering different passwords for the key and keystore may result in the error.  Gson (Android)  Retrofit (Android)
  • 29. Libraries Integration Issues iOS:  Starting in Xcode 11.0, Apple recommended against using a single .framework file to bundle a binary framework or library for multiple platforms, although they still allowed it. As of Xcode 12.3, however, Apple no longer allows this; instead, you must use an .xcframework file.  To support running a project on an iOS simulator, versions of the Agora SDK earlier than v3.3.0 bundle a library for multiple platforms in a .framework file, so .framework files are identified by Xcode as a prohibited configuration when you use an iOS simulator to build a project.
  • 30. Exposure level to the target audience • Androids outnumber iPhones 3 to 1 in the worldwide market. US numbers differ with the iPhone leading with a 55% market share compared to Android’s 44%. The minute difference is shared among small players like Windows, KaiOS, and Samsung. Based on the figures, Android is more popular among smartphone users.
  • 31.
  • 32. Exposure level to the target audience • Apple has sold 44.8 million units compared to Samsung’s 79.2 million units sold as of the third quarter of 2019. Specific markets like the US, Canada, and Japan show a preference for the iPhone. Apple fans also buy accessories, apps, and Apple-specific services that are valued in the billions. Aside from individual end-users, Apple devices are also the preferred business phone for work-related use of its business integrations and services.