SlideShare a Scribd company logo
Where Do Cross-Platform App Frameworks
Stand in 2020?
In today’s highly disruptive and Darwinian ​mobile app development world​, businesses wouldn’t risk
missing their presence on either platform: Google Play Store and the Apple App Store.
Budgeting, however, is usually an issue if businesses go for native apps. This is why ​cross-platform app
development has emerged as the unrivaled choice of businesses that aim for a presence on ​Android as
well as ​iOS​.
Before we move on to find out where this category of frameworks stands in 2020, let’s discover some
basics about them.
What is Cross-App Platform Framework?
At the ​TechCrunch Disrupt Conference​ in San Francisco, Mark Zuckerberg said:
“The biggest mistake we’ve made as a company is betting on HTML5 over
native.”
However, the world of software has transformed a lot since Zuckerberg made that statement in 2012.
Today, the future is in the hands of cross-platform app frameworks.
Cross-platform app development frameworks allow developers to create mobile applications that are
compatible with more than one operating systems, in this case, iOS and Android. It provides them with
the ability to write the code once, and then run it anywhere for other platforms too, thereby enabling to
release a product/software faster​, safer, and with better quality.
The Difference Between Native and Cross-Platform
App Development
Native vs cross-platform is a never-ending debate that has kept the tech community divided for years.
There are a few experts who prefer native apps over cross-platform apps, on the other hand, companies
like Uber are coming up with their cross-platform app framework—​Ribs​— to rewrite their driver app. 
Both native and ​cross-platform app development technologies are in a constant state of evolution. This
changing nature of technologies signals that these topics should be revisited from time to time to check
which of these options is currently leading the game.
● Native app development eschews the complexity of creating a sustainable product that spans
multiple platforms and instead focuses on generating a competent design that stays close to the
target platform–Android, iOS, etc.
● Cross-platform frameworks seek to generate an app that reaches out to as many followers of your
brand as possible by covering a wide number of end devices during the programming and creation
process.
The Benefits of Cross-Platform App Development
Gautam Agrawal​, the senior director of product management at Sencha stated that:
“Given the exponential increase in the cost of per platform development
and the need for rapid time to market, cross-platform development is the
way to go for the enterprise.”
a) Code Reusability
Ease of code reusability is one of the biggest upsides that hybrid app development offers. A single code
can be used for multiple platforms. So, it’s half the effort and time as compared to native app
development.
b) Cost-Effectiveness
It offers a relatively lower cost of development as compared to native app development since the code is
written once and used for both (or more) platforms.
c) Consistency in UI Components
Cross-platform apps offer a decent extent of consistency in native UI components of the device. The look
and feel is uniform.
d) Easy Hosting
It is easy to host on respective app stores once all the requirements have been fulfilled.
e) Cloud Integration
Integration with the cloud environment is easy. You can even integrate them quickly with enterprise-grade
plugins thus offering universal compatibility.
f) Fewer Technical Barriers
Developers encounter fewer technical barriers as there is no need to learn specific languages like
Objective-C or Swift. Proficiency in HTML, JavaScript, and CSS3 suffices for cross-platform app
development.
g) Shorter Time to Market
Such apps offer a shorter time to market and a wide market reach. Since the turnaround is quick, the time
to market is short. And as the app is available on multiple platforms at the same time, it saves the
marketing effort.
Top 5 Cross-Platform App Frameworks
There are a number of cross-platform app frameworks out there, each with their own set of pros and
cons, however, as per the following trend where we have picked the most competitive and top-performing
frameworks available in the market today.
1. Xamarin: Loved by Developers, Trusted by Enterprise
Xamarin was launched in 2011 as an independent cross-app development framework but was later
acquired by Microsoft in 2016, thus lending it more credibility than before.
It is an open-source framework that was launched to solve the problem of disjointed native technology
stacks, which made mobile app development a difficult and expensive affair.
Pros of Xamarin
a) Xamarin app development uses C# for coding, meaning that it works seamlessly on an array of
platforms (including Android and iOS).
b) Xamarin has a ​strong community​ of over 60,000 contributors from more than 3,700 companies.
c) Share more than 75% of your code across platforms, for “write once, run anywhere” ease.
d) A single tech stack for faster development
Cons of Xamarin
a) It is expensive for enterprises. Xamarin is a framework that comes free for individuals and startups.
However, enterprises are required to buy a license for Microsoft’s Visual Studio.
b) Xamarin is not recommended for apps that demand heavy graphics because each platform has a
different method for visually laying out screens. A ​UX/UI-rich application is advised to be implemented
natively.
c) It also offers limited access to certain important libraries that the ​app developers need for mobile app
development. Also, since the core of its user-interface creation is not mobile, creating the UI is
time-consuming.
Apps Made with Xamarin Cross-Platform App Framework
● Fox Sports
● Alaska Airlines
● HCL
● American Cancer Society
● BBC Good Food
2. React Native: Learn Once, Write Anywhere
React Native is an endeavor that Facebook launched in 2015, and it did cause a wave in the market for
hybrid frameworks. Within a few years of its introduction in the market, it is already one of the most
popular ones (and the most trending one amongst the 5 cross-platform app frameworks discussed in the
blog).
Pros of React Native
a) Up to 80% of a codebase can be shared across platforms, depending on the complexity of the app.
b) Apart from code reusability, it allows you to preview results right away, besides offering ready-to-apply
elements, thus shortening the developing time considerably.
c) “Hot reloading” feature enables developers to see changes made in code within seconds not minutes
as when using native technologies.
d) React Native focuses on UI to a great extent rendering a highly responsive interface.
e) It also gives you access to certain great native functionalities like accelerometer and camera. The
result it renders is a high-quality native-like user interface.
Cons of React Native
a) React Native is not fully a cross-platform app framework. To use some functions like camera or
accelerometer you have to use native components, so there will be a separate code for Android and iOS.
b) Since the framework is not built in conjunction with iOS or Android, it lags behind the native platforms
at times. This is one of the reasons that led ​Udacity to stop investing in React Native​ for new features.
c) React Native lacks consistency when it comes to releasing the updates.
d) React Native improves the speed of development, but also increases the duration of the debugging
process, especially on Android.
Also, in the Stack Overflow ‘​Developer Survey Results, 2019​’, React Native was found in the category of
dreaded frameworks for the first time.
Apps Made with React Native Cross-Platform App Framework
● Instagram
● Bloomberg
● Pinterest
● Skype
● Tesla
3. Flutter: Beautiful Native Apps in No-Time
Flutter is another open source and free cross-platform framework for creating native interfaces for Android
as well as iOS.
Yes! I can read your minds here.
You might be thinking Google announced Flutter recently in February 2018 at Mobile World Congress and
released its first version on December 5th, 2018, then what made me mention ‘Flutter’ in this list of
cross-platform app frameworks.
PS:​ In May 2019, Google announced the availability of the new stable build, Flutter 1.7.
Remember, ​Flutter is a cross-platform app framework maintained by Google, the very same organization
that develops the Android Native Framework. The other reasons that made me include Flutter in this list
are backed by a survey held by Stack Overflow.
In the ​Developer Survey Results, 2019 Flutter is amongst the top 3 most loved frameworks and it added
another complexity to the existing popularity of the Reactive Native framework.
Pros of Flutter
a) “Hot reloading” feature enables developers to see changes made in code within seconds not minutes
as when using native technologies.
b) It is an ideal framework for ​MVP development​. Instead of spending extra money and time on two
separate apps, you can build a Flutter mobile application quickly that looks native on both Android and
iOS.
c) Flutter is based on Dart, an object-oriented programming language that developers have found rather
easy to acquire the skill for.
d) Flutter has a full set of widgets in Google’s ​Material Design and in Apple’s style with the ​Cupertino
pack​.
e) Many ready-made solutions for native Android and iOS apps enable you to work with ​Continuous
Integration​ platforms like Travis and Jenkins.
Cons of Flutter
a) There is limited TV support with apps built on Flutter framework i.e, Flutter offers no support for
Android TV and Apple TV.
b) Though by the virtue of being developed by Google, there are several libraries with ready-to-implement
functionalities, Flutter still lacks with respect to native development.
c) Since Flutter-enabled apps use built-in widgets and not platform widgets, therefore the size of the app
is usually bigger. Currently, the smallest possible app made with Flutter can weigh no less than 4MB.
Apps Made with Flutter Cross-Platform App Framework
● Alibaba
● Google
● Google Ads
● Tencent
4. Adobe PhoneGap: Build amazing mobile apps
powered by open web tech
PhoneGap was previously known as Apache Cordova. It is owned as well as sourced by Adobe. It is a
simple cross-platform app development framework that uses HTML5, CSS, and JavaScript.
Pros of Adobe PhoneGap
a) It allows you to share the application with the team to garner their feedback.
b) It also offers a cloud solution in case you want to create your app directly.
c) Features like access to third-party tools, a large community (the one behind the free and open-source
Apache Cordova), and a large number of plugins, make it better than its competitors.
d) It uses an intuitive desktop as for mobile app development and then serves the app created on the
desktop to mobile devices connected to it.
Cons of Adobe PhoneGap
a) PhoneGap is not recommended for high-performance applications and hardware intensive apps like
gaming apps​ due to its poor performance and lack of UI Widgets.
b) PhoneGap is dependent on iOS SDKs to build an app and downloading these SDKs requires a Mac.
c) Apps built with PhoneGap to tend to go a little low on performance as compared to native apps
Apps Made with PhoneGap Cross-Platform App Framework
● Wikipedia
● TripCase
● FanReact
5. Ionic: Make App Creation Lightning Fast
Ionic is an open-source cross-platform app framework and licensed under MIT. It uses HTML5 for
translation. Very similar to ​AngularJS in design and structure. It also inherits a few design elements from
iOS as well as Android. It allows you to build native-like hybrid apps for Android and iOS as well as
progressive web apps​.
PS:​ Ionic has introduced ​Ionic React: One codebase. Any Platform. Now in React.
Pros of Ionic
a) Ionic is based on a SAAS UI framework designed specifically for mobile operating systems. It provides
numerous UI components for developing robust applications.
b) The ​Ionic framework allows you to ship continuously. From automated native builds to live updating
and CI/CD, Ionic Appflow addresses the entire mobile ​DevOps​ lifecycle.
c) Ionic is backed by a ​vibrant community​ of more than 5M developers in over 200 countries.
Cons of Ionic
a) The knowledge of AngularJS becomes almost a necessity if one wants to go beyond basic apps.
b) Designing in-app navigation is complex because of its not-so-easy-to-use UI-router.
Apps Made with Ionic Cross-Platform App Framework
● IBM
● ING
● SAP
● NASA
Conclusion
Cross-platform solutions are effective, however, they did not gain enough mileage since their birth due to
fragmentation in mobility platforms. Now that the mobile app development world is largely divided into two
large platforms— Android & iOS—cross-platform development is expected to experience much more
advancement very soon.
The question is which out of mentioned cross-platform app frameworks should you choose? The
straightforward answer: ​it depends.
No doubt, the answer sounds a bit diplomatic, but the reality is your cross-platform app framework choice
depends entirely upon what you want to achieve.
Source: ​https://www.netsolutions.com/insights/cross-platform-app-frameworks-in-2019/

More Related Content

PDF
Cross-platform App Development Company
PDF
The Best Alternatives To The Ionic Framework.pdf
PDF
Top 8 Alternatives Of Xamarin.pdf
PDF
[IJCT-V3I2P36] Authors: Amarbir Singh
PPTX
The ultimate guide and facts on cross platform app development in 2021.
PDF
Cross platform app a comparative study
PDF
React js vs angularjs which framework to choose in 2022_
PDF
Flutter App Development Services
Cross-platform App Development Company
The Best Alternatives To The Ionic Framework.pdf
Top 8 Alternatives Of Xamarin.pdf
[IJCT-V3I2P36] Authors: Amarbir Singh
The ultimate guide and facts on cross platform app development in 2021.
Cross platform app a comparative study
React js vs angularjs which framework to choose in 2022_
Flutter App Development Services

What's hot (19)

PDF
Felgo vs. Flutter vs. React Native: An in-Depth Comparison
PDF
What makes xamarin the best choice for multiplatform app development
PDF
How cross platform app frameworks can grow in 2020
PDF
React native vs. ionic – which one is better and why
PDF
Cross platform app development a complete guide
PDF
Most recommended android app development frameworks for app development
PDF
Mobile app developers guide
PDF
Top reasons why to choose xamarin for mobile app development
PPTX
Kotlin vs Flutter: The Battle of Platforms
PDF
Bridge-Stage Framework for the Smartphone Application Development using HTML5
PDF
Native script vs react native for native app development in 2022
PDF
Mobile Developer's Guide To The Galaxy No. 9
DOCX
TOP 5 TECHNOLOGIES TO CREATE A COMPETENT ANDROID APP IN 2019
PDF
Find the right mobile app architecture for your business [detailed guide]
PDF
ios vs android development – key differences
PDF
Why is flutter considered the best cross platform framework
PDF
Ionic vs flutter best platform for hybrid app development
PDF
How to-choose-the-right-technology-architecture-for-your-mobile-application
PDF
IRJET- Cross Platform User Compatible System with Specific Application
Felgo vs. Flutter vs. React Native: An in-Depth Comparison
What makes xamarin the best choice for multiplatform app development
How cross platform app frameworks can grow in 2020
React native vs. ionic – which one is better and why
Cross platform app development a complete guide
Most recommended android app development frameworks for app development
Mobile app developers guide
Top reasons why to choose xamarin for mobile app development
Kotlin vs Flutter: The Battle of Platforms
Bridge-Stage Framework for the Smartphone Application Development using HTML5
Native script vs react native for native app development in 2022
Mobile Developer's Guide To The Galaxy No. 9
TOP 5 TECHNOLOGIES TO CREATE A COMPETENT ANDROID APP IN 2019
Find the right mobile app architecture for your business [detailed guide]
ios vs android development – key differences
Why is flutter considered the best cross platform framework
Ionic vs flutter best platform for hybrid app development
How to-choose-the-right-technology-architecture-for-your-mobile-application
IRJET- Cross Platform User Compatible System with Specific Application
Ad

Similar to Where Do Cross-Platform App Frameworks Stand in 2020? (20)

PDF
This is How Cross Platform App Frameworks can Grow
PDF
These are the top 7 alternatives to react native
PDF
Top 15 Cross-Platform App Development Frameworks in 2025.pdf
PDF
Cross-Platform Mobile App Development Tools in 2024
PDF
Xamarin vs. React Native Choosing the Right Software in 2023.pdf
PDF
A Guide to Selecting the Right Cross-Platform Mobile App Development Framewor...
PDF
Xamarin vs. React Native Which Software Should You Choose in 2023.pdf
PDF
The Ultimate Guide to Cross Platform App Development Frameworks in 2023
PDF
Top Cross Platform Mobile App Development Frameworks
DOCX
How to choose the Right Mobile App Development Framework.docx
DOCX
How to choose the Right Mobile App Development Framework.docx
PDF
Why is xamarin the preferred app development platform among app developers
PDF
Mobile App Development Frameworks - The Top Picks of 2023.pdf
PDF
Leading Cross-Platform App Development Tools for 2025
PPTX
Mastering Cross-Platform Mobile App Development
PDF
Top 10 Mobile App Development Frameworks in 2023
PPTX
Cross-Platform App Development in 2025 A Complete Guide.pptx
PDF
Best android frameworks for app development in 2023.pdf
PDF
What Are Your Options If You Can’t Use Flutter_.pdf
PDF
Confused about Native vs Hybrid vs Cross-Platform ?
This is How Cross Platform App Frameworks can Grow
These are the top 7 alternatives to react native
Top 15 Cross-Platform App Development Frameworks in 2025.pdf
Cross-Platform Mobile App Development Tools in 2024
Xamarin vs. React Native Choosing the Right Software in 2023.pdf
A Guide to Selecting the Right Cross-Platform Mobile App Development Framewor...
Xamarin vs. React Native Which Software Should You Choose in 2023.pdf
The Ultimate Guide to Cross Platform App Development Frameworks in 2023
Top Cross Platform Mobile App Development Frameworks
How to choose the Right Mobile App Development Framework.docx
How to choose the Right Mobile App Development Framework.docx
Why is xamarin the preferred app development platform among app developers
Mobile App Development Frameworks - The Top Picks of 2023.pdf
Leading Cross-Platform App Development Tools for 2025
Mastering Cross-Platform Mobile App Development
Top 10 Mobile App Development Frameworks in 2023
Cross-Platform App Development in 2025 A Complete Guide.pptx
Best android frameworks for app development in 2023.pdf
What Are Your Options If You Can’t Use Flutter_.pdf
Confused about Native vs Hybrid vs Cross-Platform ?
Ad

More from Marianne Harness (10)

PDF
How to Choose a Cloud Service Provider?
PDF
5 Omnichannel Strategies to Deliver an Effective Retail Experience
PDF
What is Cloud Computing? A Complete Guide
PDF
Enterprise Cloud Strategy - Facts, FAQs and Implementation Steps
PDF
Digital Transformation Trends for 2020
PDF
Top 10 Automation Testing Tools in 2020
PDF
A Practical Guide to Cloud Migration
PDF
COVID-19: Redefining The Role of Leadership in Your Organization
PDF
Bringing Machine Learning to Mobile Apps with TensorFlow
PDF
Impact of Covid-19 on Business and Workforce
How to Choose a Cloud Service Provider?
5 Omnichannel Strategies to Deliver an Effective Retail Experience
What is Cloud Computing? A Complete Guide
Enterprise Cloud Strategy - Facts, FAQs and Implementation Steps
Digital Transformation Trends for 2020
Top 10 Automation Testing Tools in 2020
A Practical Guide to Cloud Migration
COVID-19: Redefining The Role of Leadership in Your Organization
Bringing Machine Learning to Mobile Apps with TensorFlow
Impact of Covid-19 on Business and Workforce

Recently uploaded (20)

PPTX
Cloud computing and distributed systems.
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PPTX
A Presentation on Artificial Intelligence
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Electronic commerce courselecture one. Pdf
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Cloud computing and distributed systems.
Diabetes mellitus diagnosis method based random forest with bat algorithm
“AI and Expert System Decision Support & Business Intelligence Systems”
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
A Presentation on Artificial Intelligence
Chapter 3 Spatial Domain Image Processing.pdf
Agricultural_Statistics_at_a_Glance_2022_0.pdf
The AUB Centre for AI in Media Proposal.docx
Advanced methodologies resolving dimensionality complications for autism neur...
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Building Integrated photovoltaic BIPV_UPV.pdf
Review of recent advances in non-invasive hemoglobin estimation
Dropbox Q2 2025 Financial Results & Investor Presentation
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Unlocking AI with Model Context Protocol (MCP)
Electronic commerce courselecture one. Pdf
Network Security Unit 5.pdf for BCA BBA.
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
The Rise and Fall of 3GPP – Time for a Sabbatical?
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...

Where Do Cross-Platform App Frameworks Stand in 2020?

  • 1. Where Do Cross-Platform App Frameworks Stand in 2020? In today’s highly disruptive and Darwinian ​mobile app development world​, businesses wouldn’t risk missing their presence on either platform: Google Play Store and the Apple App Store. Budgeting, however, is usually an issue if businesses go for native apps. This is why ​cross-platform app development has emerged as the unrivaled choice of businesses that aim for a presence on ​Android as well as ​iOS​. Before we move on to find out where this category of frameworks stands in 2020, let’s discover some basics about them.
  • 2. What is Cross-App Platform Framework? At the ​TechCrunch Disrupt Conference​ in San Francisco, Mark Zuckerberg said: “The biggest mistake we’ve made as a company is betting on HTML5 over native.” However, the world of software has transformed a lot since Zuckerberg made that statement in 2012. Today, the future is in the hands of cross-platform app frameworks. Cross-platform app development frameworks allow developers to create mobile applications that are compatible with more than one operating systems, in this case, iOS and Android. It provides them with the ability to write the code once, and then run it anywhere for other platforms too, thereby enabling to release a product/software faster​, safer, and with better quality. The Difference Between Native and Cross-Platform App Development Native vs cross-platform is a never-ending debate that has kept the tech community divided for years. There are a few experts who prefer native apps over cross-platform apps, on the other hand, companies like Uber are coming up with their cross-platform app framework—​Ribs​— to rewrite their driver app.  Both native and ​cross-platform app development technologies are in a constant state of evolution. This changing nature of technologies signals that these topics should be revisited from time to time to check which of these options is currently leading the game.
  • 3. ● Native app development eschews the complexity of creating a sustainable product that spans multiple platforms and instead focuses on generating a competent design that stays close to the target platform–Android, iOS, etc. ● Cross-platform frameworks seek to generate an app that reaches out to as many followers of your brand as possible by covering a wide number of end devices during the programming and creation process. The Benefits of Cross-Platform App Development Gautam Agrawal​, the senior director of product management at Sencha stated that:
  • 4. “Given the exponential increase in the cost of per platform development and the need for rapid time to market, cross-platform development is the way to go for the enterprise.” a) Code Reusability Ease of code reusability is one of the biggest upsides that hybrid app development offers. A single code can be used for multiple platforms. So, it’s half the effort and time as compared to native app development.
  • 5. b) Cost-Effectiveness It offers a relatively lower cost of development as compared to native app development since the code is written once and used for both (or more) platforms. c) Consistency in UI Components Cross-platform apps offer a decent extent of consistency in native UI components of the device. The look and feel is uniform. d) Easy Hosting It is easy to host on respective app stores once all the requirements have been fulfilled. e) Cloud Integration Integration with the cloud environment is easy. You can even integrate them quickly with enterprise-grade plugins thus offering universal compatibility. f) Fewer Technical Barriers Developers encounter fewer technical barriers as there is no need to learn specific languages like Objective-C or Swift. Proficiency in HTML, JavaScript, and CSS3 suffices for cross-platform app development.
  • 6. g) Shorter Time to Market Such apps offer a shorter time to market and a wide market reach. Since the turnaround is quick, the time to market is short. And as the app is available on multiple platforms at the same time, it saves the marketing effort. Top 5 Cross-Platform App Frameworks There are a number of cross-platform app frameworks out there, each with their own set of pros and cons, however, as per the following trend where we have picked the most competitive and top-performing frameworks available in the market today.
  • 7. 1. Xamarin: Loved by Developers, Trusted by Enterprise Xamarin was launched in 2011 as an independent cross-app development framework but was later acquired by Microsoft in 2016, thus lending it more credibility than before. It is an open-source framework that was launched to solve the problem of disjointed native technology stacks, which made mobile app development a difficult and expensive affair.
  • 8. Pros of Xamarin a) Xamarin app development uses C# for coding, meaning that it works seamlessly on an array of platforms (including Android and iOS). b) Xamarin has a ​strong community​ of over 60,000 contributors from more than 3,700 companies. c) Share more than 75% of your code across platforms, for “write once, run anywhere” ease. d) A single tech stack for faster development Cons of Xamarin a) It is expensive for enterprises. Xamarin is a framework that comes free for individuals and startups. However, enterprises are required to buy a license for Microsoft’s Visual Studio.
  • 9. b) Xamarin is not recommended for apps that demand heavy graphics because each platform has a different method for visually laying out screens. A ​UX/UI-rich application is advised to be implemented natively. c) It also offers limited access to certain important libraries that the ​app developers need for mobile app development. Also, since the core of its user-interface creation is not mobile, creating the UI is time-consuming. Apps Made with Xamarin Cross-Platform App Framework ● Fox Sports ● Alaska Airlines ● HCL
  • 10. ● American Cancer Society ● BBC Good Food 2. React Native: Learn Once, Write Anywhere React Native is an endeavor that Facebook launched in 2015, and it did cause a wave in the market for hybrid frameworks. Within a few years of its introduction in the market, it is already one of the most popular ones (and the most trending one amongst the 5 cross-platform app frameworks discussed in the blog).
  • 11. Pros of React Native a) Up to 80% of a codebase can be shared across platforms, depending on the complexity of the app. b) Apart from code reusability, it allows you to preview results right away, besides offering ready-to-apply elements, thus shortening the developing time considerably. c) “Hot reloading” feature enables developers to see changes made in code within seconds not minutes as when using native technologies. d) React Native focuses on UI to a great extent rendering a highly responsive interface. e) It also gives you access to certain great native functionalities like accelerometer and camera. The result it renders is a high-quality native-like user interface. Cons of React Native a) React Native is not fully a cross-platform app framework. To use some functions like camera or accelerometer you have to use native components, so there will be a separate code for Android and iOS. b) Since the framework is not built in conjunction with iOS or Android, it lags behind the native platforms at times. This is one of the reasons that led ​Udacity to stop investing in React Native​ for new features.
  • 12. c) React Native lacks consistency when it comes to releasing the updates. d) React Native improves the speed of development, but also increases the duration of the debugging process, especially on Android. Also, in the Stack Overflow ‘​Developer Survey Results, 2019​’, React Native was found in the category of dreaded frameworks for the first time.
  • 13. Apps Made with React Native Cross-Platform App Framework ● Instagram ● Bloomberg ● Pinterest ● Skype ● Tesla
  • 14. 3. Flutter: Beautiful Native Apps in No-Time Flutter is another open source and free cross-platform framework for creating native interfaces for Android as well as iOS. Yes! I can read your minds here. You might be thinking Google announced Flutter recently in February 2018 at Mobile World Congress and released its first version on December 5th, 2018, then what made me mention ‘Flutter’ in this list of cross-platform app frameworks. PS:​ In May 2019, Google announced the availability of the new stable build, Flutter 1.7.
  • 15. Remember, ​Flutter is a cross-platform app framework maintained by Google, the very same organization that develops the Android Native Framework. The other reasons that made me include Flutter in this list are backed by a survey held by Stack Overflow. In the ​Developer Survey Results, 2019 Flutter is amongst the top 3 most loved frameworks and it added another complexity to the existing popularity of the Reactive Native framework. Pros of Flutter a) “Hot reloading” feature enables developers to see changes made in code within seconds not minutes as when using native technologies.
  • 16. b) It is an ideal framework for ​MVP development​. Instead of spending extra money and time on two separate apps, you can build a Flutter mobile application quickly that looks native on both Android and iOS. c) Flutter is based on Dart, an object-oriented programming language that developers have found rather easy to acquire the skill for.
  • 17. d) Flutter has a full set of widgets in Google’s ​Material Design and in Apple’s style with the ​Cupertino pack​. e) Many ready-made solutions for native Android and iOS apps enable you to work with ​Continuous Integration​ platforms like Travis and Jenkins. Cons of Flutter a) There is limited TV support with apps built on Flutter framework i.e, Flutter offers no support for Android TV and Apple TV.
  • 18. b) Though by the virtue of being developed by Google, there are several libraries with ready-to-implement functionalities, Flutter still lacks with respect to native development. c) Since Flutter-enabled apps use built-in widgets and not platform widgets, therefore the size of the app is usually bigger. Currently, the smallest possible app made with Flutter can weigh no less than 4MB. Apps Made with Flutter Cross-Platform App Framework ● Alibaba ● Google ● Google Ads ● Tencent 4. Adobe PhoneGap: Build amazing mobile apps powered by open web tech PhoneGap was previously known as Apache Cordova. It is owned as well as sourced by Adobe. It is a simple cross-platform app development framework that uses HTML5, CSS, and JavaScript. Pros of Adobe PhoneGap a) It allows you to share the application with the team to garner their feedback. b) It also offers a cloud solution in case you want to create your app directly.
  • 19. c) Features like access to third-party tools, a large community (the one behind the free and open-source Apache Cordova), and a large number of plugins, make it better than its competitors. d) It uses an intuitive desktop as for mobile app development and then serves the app created on the desktop to mobile devices connected to it. Cons of Adobe PhoneGap a) PhoneGap is not recommended for high-performance applications and hardware intensive apps like gaming apps​ due to its poor performance and lack of UI Widgets. b) PhoneGap is dependent on iOS SDKs to build an app and downloading these SDKs requires a Mac. c) Apps built with PhoneGap to tend to go a little low on performance as compared to native apps Apps Made with PhoneGap Cross-Platform App Framework ● Wikipedia ● TripCase ● FanReact 5. Ionic: Make App Creation Lightning Fast Ionic is an open-source cross-platform app framework and licensed under MIT. It uses HTML5 for translation. Very similar to ​AngularJS in design and structure. It also inherits a few design elements from
  • 20. iOS as well as Android. It allows you to build native-like hybrid apps for Android and iOS as well as progressive web apps​. PS:​ Ionic has introduced ​Ionic React: One codebase. Any Platform. Now in React. Pros of Ionic a) Ionic is based on a SAAS UI framework designed specifically for mobile operating systems. It provides numerous UI components for developing robust applications. b) The ​Ionic framework allows you to ship continuously. From automated native builds to live updating and CI/CD, Ionic Appflow addresses the entire mobile ​DevOps​ lifecycle. c) Ionic is backed by a ​vibrant community​ of more than 5M developers in over 200 countries. Cons of Ionic a) The knowledge of AngularJS becomes almost a necessity if one wants to go beyond basic apps. b) Designing in-app navigation is complex because of its not-so-easy-to-use UI-router.
  • 21. Apps Made with Ionic Cross-Platform App Framework ● IBM ● ING ● SAP ● NASA Conclusion Cross-platform solutions are effective, however, they did not gain enough mileage since their birth due to fragmentation in mobility platforms. Now that the mobile app development world is largely divided into two large platforms— Android & iOS—cross-platform development is expected to experience much more advancement very soon. The question is which out of mentioned cross-platform app frameworks should you choose? The straightforward answer: ​it depends. No doubt, the answer sounds a bit diplomatic, but the reality is your cross-platform app framework choice depends entirely upon what you want to achieve. Source: ​https://www.netsolutions.com/insights/cross-platform-app-frameworks-in-2019/