SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1438
THE WORLD OF HYBRID APP DEVELOPMENT
Ankitkumar Jangid1, Akash Divekar2, Aditya Divekar3, Gaurav Linge4
1-4JSPM Nahre Technical Campus
--------------------------------------------------------------------------***-----------------------------------------------------------------------
ABSTRACT : In this developing world, technology has taken a great leap. The mobile world has also developed a lot in this
generation. The mobile operating system currently consists of two big players i.e., Android and iOS. The companies which
want their project to reach the highest number of customers need to develop apps mostly for these two platforms. The
issue with the development of apps for both platforms is the lack of a common development framework. Both operating
systems use a different approach for developing apps. So, it becomes difficult sometimes to develop apps for different
platforms at a time as it includes different technologies and approaches. Along with it, there is a rise in demand for
smartphones and tablets so development is getting quite challenging in terms of cost, effort, and marketing. This is where
we can use the technology of Hybrid App development. The use of web-based technologies (excluding some hybrid
technologies) to develop mobiles applications. The technology can develop apps for both operating systems with a single
code base. This technology can be cost-efficient as well as time-efficient and hence can be a great alternative for native app
development.
Keywords- Hybrid App Development, Application, Android, iOS
I. INTRODUCTION
Mobile application development has been one of the
most important and growing technology in the last
decade. The success of an application for mobile
platforms is not just limited to mobile but has also made
its way to tablets, wearables, and sensors, all of which are
recognized as a part of mobile platforms. For the time the
smartphone was introduced there has been great success
and progress in the software platform, hardware
specification, but the development method needs to still
make more progress to reach a standardized level.
There are different operating systems in the market
such as Android, iOS, Windows, blackberry, and many
more. These different platform applications are
developed with different programming languages and
frameworks. Due to this variety in the operating system
and programming languages, it becomes near to
impossible for a hobby developer to learn all the
programming languages and develop applications for all
the platforms.
This is where hybrid app development can be handy.
The main approach of hybrid app development is a single
codebase for all the platforms. There are mainly two-
hybrid app approaches one which uses web-based
technologies and another being own rendering engines. A
famous example of web-based technology is React.JS and
the one without web-based technology is Flutter.
Web-based mobile application development used
web-based platform technologies to develop a mobile
application (HTML, CSS, and JavaScript). The code for the
mobile application is written using HTML and JavaScript
and then a middle-tier web-based technology is used to
match the components with native mobile components.
The one which does not work on Web-based
technology uses its rendering engines to match
components developed to native components. Flutter is
one the most famous such technology uses Dart as a
programming language and then maps the components
developed in this technology with native components.
II. RELATED WORK
The hybrid app development has grown significantly
in the past few years. The hybrid app uses a hybrid app
framework to build the app using hybrid technologies.
This framework provides a mechanism to instantly port
the developed app to different platforms such as iOS,
Android, and many more. The main moto of the hybrid
technology is “write-one-run-anywhere” apps. This helps
the developer with the flexibility to write code for every
platform with minimal time. Along with that the
developer also does not need to learn different
technologies to develop apps for different platforms.
Below is a diagram that tries to explain the working of
web-based hybrid app technology.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1439
Web-based hybrid app technology codes are written
technologies like HTML, CSS, and JavaScript. Then a
bridge is created between our code and the native
components. The components that are developed with
our code are then matched with components of a native
application. This bridge helps us to get native access
control and Local APIs.
Although hybrid apps have can be of great use they
come with some limitations. Below we have discussed
native apps and hybrid apps in some detail.
Native Applications:
Native applications are developed using the native
programming language of the device. E.g., If the
application is to be built for iOS, it must be developed
using either Swift or Objective-C. On the other hand,
Android applications are either need to be developed
using Java or Kotlin. Native applications provide
development environment tools for making it possible to
create desired user interaction experience, which is yet
missing in the case of hybrid app development.
Features of Native Application Development:
1. These apps provide the best experience overall.
This app comes with build-in components and
ease of use, faster graphic APIs, and much more.
2. The gaming graphics run smoothly with natively
developed apps.
Limitation of Native Application:
1. Apps developed using native languages enjoy
benefits in graphics, app store distribution as
well as device integration but lack of portability
has a significant effect on business.
2. Native applications require a large investment in
terms of time and money. The cost of native apps
depends on the complexity.
3. The native apps have high maintenance costs as
each operating system app needs to be updated
separately.
The Rise of Hybrid Apps:
The hybrid app development platform is a
platform that allows us to write code to “run them all”.
The languages depend on what platform you choose for
developing your apps but most of the platforms use
HTML, CSS, and JavaScript. The code for the application is
written as we are writing code for the website. Then once
the code is written it is passed to the hybrid platform
which makes applications match our desired apps (iOS,
Android, Windows). Hybrid applications are like a
combination of mobile web applications and native
applications. Below are some of the advantages of hybrid
applications:
1. Write code once, deploy anywhere.
2. Can make native calls to hardware using
“Native Shell” using JavaScript.
3. Can run offline without internet.
4. Can be distributed using official stores.
5. A Large number of users can be reached with
minimal costing due to multiplatform
support.
Hybrid Application Development Technology:
There are various technologies for hybrid app
development but only two approaches on development
with one environment and deployment in many platforms.
The approaches can give many benefits not limited to cost
minimization, man minimization. Developers need to
code in any of the hybrid programming languages using a
single framework that would translate the code to many
platforms. The two of the main approaches are as follows:
1. Web Approach:
This technology is based on a web browser for
mobile development. The apps based on this
approach are developed using HTML, CSS, and
JavaScript, and depend on the browser as its runtime
environment and it gets benefits from browser
support of the mobile application.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1440
Codes for different platforms are written using
HTML, CSS, and JavaScript, and then the components
are rendered using a bridge or framework. Some
drawbacks come with this technology some of them
is access to device native functionalities
(Notifications, GPS). The apps take a longer time than
native apps due to the network.
2. Hybrid Approach
The hybrid apps use a combination of web
technologies and native functionalities. It uses the
browser engine to embed the HTML content in the
web-native container. With the help of a bridge
created using JavaScript, the native functionalities are
accessed.
The modern hybrid application uses its
languages and compiler to develop native apps for all
platforms using a single language. E.g., Flutter uses
dart as a programming language and uses its
compiler to compile the source code to the binary
equivalent of the native system.
The Code is written using hybrid technologies
and then a JavaScript bridge is used to access the
native functionalities. This makes the production of
applications easy and cost-efficient.
Below is the table that compares hybrid and native
app development:
Approach:
After studying we will be using Flutter
Technology for developing or app. Flutter is a technology
developed by Google in 2017. Flutter uses dart as a
programming language to develop applications for all
platforms. Flutter uses its compiler to convert the written
code in dart into binary and then matches the code to the
native application. This app can call API and access all the
data like a native app. Any backend technology can be
used for the app.
Conclusion:
Using the hybrid technology, the app will be
developed along with the web application. The app will
contain the backend developed in Node.JS. The app will
be using a common backend for both web apps and
mobile apps.
Future Scope:
The app can be used for smoothly concluding
gaming tournaments. The app can be made available to
the users going further for playing tournaments and
winning rewards.
References:
1. Priyam Mishra, Shelly Sachdeva, Aashay Kumar,
Ashutosh Kumar “Hybrid App Development and
Implementation” – IEEE 2020.
2. Raphael Enihe, Jimmy Joshua “Hybrid Mobile
Application Development: A Better Alternative to
Native” – Research Gate 2020.
3. Phu H.Phung, Abhinav Mohanty, Rahul
Rachapalli, Meera Sridhar “HybridGuard: A
Principle-based Permission and Fine-Grained
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1441
Policy Enforcement Framework for Web-based
Mobile Application”- IEEE 2017
4. Robin Nunkesser “Beyond Web/Native/Hybrid:
A New Taxonomy for Mobile App Development”-
IEEE 2018.
5. Ivano Malavolta “Web-based Hybrid Mobile
Apps: State of the Practice and Research”- IEEE
2017

More Related Content

Similar to THE WORLD OF HYBRID APP DEVELOPMENT

Do You Want to Achieve Mobile App Mastery: A Step-by-Step Guidebook
Do You Want to Achieve Mobile App Mastery: A Step-by-Step GuidebookDo You Want to Achieve Mobile App Mastery: A Step-by-Step Guidebook
Do You Want to Achieve Mobile App Mastery: A Step-by-Step Guidebook
bill886381
 
Top Cross Platform Mobile App Development Frameworks
Top Cross Platform Mobile App Development FrameworksTop Cross Platform Mobile App Development Frameworks
Top Cross Platform Mobile App Development Frameworks
WDP Technologies
 
Best Mobile App Development Frameworks in 2023.pdf
Best Mobile App Development Frameworks in 2023.pdfBest Mobile App Development Frameworks in 2023.pdf
Best Mobile App Development Frameworks in 2023.pdf
FuGenx Technologies
 
Why is flutter considered the best cross platform framework
Why is flutter considered the best cross platform frameworkWhy is flutter considered the best cross platform framework
Why is flutter considered the best cross platform framework
Pixel Crayons
 
How to-choose-the-right-technology-architecture-for-your-mobile-application
How to-choose-the-right-technology-architecture-for-your-mobile-applicationHow to-choose-the-right-technology-architecture-for-your-mobile-application
How to-choose-the-right-technology-architecture-for-your-mobile-application
lverb
 
Rapidvalue whitepaper-howtochoosetherightarchitectureforyourmobileapplication...
Rapidvalue whitepaper-howtochoosetherightarchitectureforyourmobileapplication...Rapidvalue whitepaper-howtochoosetherightarchitectureforyourmobileapplication...
Rapidvalue whitepaper-howtochoosetherightarchitectureforyourmobileapplication...hpcmitresearch
 
Why The Future of Flutter Will Be Your Next Big Obsession.pdf
Why The Future of Flutter Will Be Your Next Big Obsession.pdfWhy The Future of Flutter Will Be Your Next Big Obsession.pdf
Why The Future of Flutter Will Be Your Next Big Obsession.pdf
Techugo
 
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
Cynoteck Technology Solutions
 
Ionic vs flutter best platform for hybrid app development
Ionic vs flutter  best platform for hybrid app developmentIonic vs flutter  best platform for hybrid app development
Ionic vs flutter best platform for hybrid app development
Markovate
 
When to choose and avoid react native for mobile app development
When to choose and avoid react native for mobile app developmentWhen to choose and avoid react native for mobile app development
When to choose and avoid react native for mobile app development
Fullestop
 
Deal with the dilemma of hybrid and native
Deal with the dilemma of hybrid and nativeDeal with the dilemma of hybrid and native
Deal with the dilemma of hybrid and native
swamileo1
 
Top 10 Android Frameworks for Modern.pdf
Top 10 Android Frameworks for Modern.pdfTop 10 Android Frameworks for Modern.pdf
Top 10 Android Frameworks for Modern.pdf
suryamahathi1
 
What is The Best Platform for Mobile App Development.pdf
What is The Best Platform for Mobile App Development.pdfWhat is The Best Platform for Mobile App Development.pdf
What is The Best Platform for Mobile App Development.pdf
SjainVentures2
 
Hybrid Application Development documentation report (MCA Project)
Hybrid Application Development documentation report (MCA Project)Hybrid Application Development documentation report (MCA Project)
Hybrid Application Development documentation report (MCA Project)
vetri pandi
 
Mobile Web Apps
Mobile Web AppsMobile Web Apps
Mobile Web Apps
Athhar Ahamed
 
Top 10 Cross-Platform App Development Frameworks 2024.pptx
Top 10 Cross-Platform App Development Frameworks 2024.pptxTop 10 Cross-Platform App Development Frameworks 2024.pptx
Top 10 Cross-Platform App Development Frameworks 2024.pptx
JJS WEB WORLD SOLUTIONS Web Design Company In Mumbai| Website Development
 
Tools to Use in Android Development Or iOS Development.pdf
Tools to Use in Android Development Or iOS Development.pdfTools to Use in Android Development Or iOS Development.pdf
Tools to Use in Android Development Or iOS Development.pdf
Technology News & Updates
 
5 Factors of Mobile App Development & What is Native App.pdf
5 Factors of Mobile App Development & What is Native App.pdf5 Factors of Mobile App Development & What is Native App.pdf
5 Factors of Mobile App Development & What is Native App.pdf
Leed Software Development
 
How to Build a Hybrid App: A Detailed Outline
How to Build a Hybrid App: A Detailed Outline How to Build a Hybrid App: A Detailed Outline
How to Build a Hybrid App: A Detailed Outline
WebGuru Infosystems Pvt. Ltd.
 
Top Benefits of Flutter App Development Services - An Insightful Blog
Top Benefits of Flutter App Development Services - An Insightful BlogTop Benefits of Flutter App Development Services - An Insightful Blog
Top Benefits of Flutter App Development Services - An Insightful Blog
Shiv Technolabs Pvt. Ltd.
 

Similar to THE WORLD OF HYBRID APP DEVELOPMENT (20)

Do You Want to Achieve Mobile App Mastery: A Step-by-Step Guidebook
Do You Want to Achieve Mobile App Mastery: A Step-by-Step GuidebookDo You Want to Achieve Mobile App Mastery: A Step-by-Step Guidebook
Do You Want to Achieve Mobile App Mastery: A Step-by-Step Guidebook
 
Top Cross Platform Mobile App Development Frameworks
Top Cross Platform Mobile App Development FrameworksTop Cross Platform Mobile App Development Frameworks
Top Cross Platform Mobile App Development Frameworks
 
Best Mobile App Development Frameworks in 2023.pdf
Best Mobile App Development Frameworks in 2023.pdfBest Mobile App Development Frameworks in 2023.pdf
Best Mobile App Development Frameworks in 2023.pdf
 
Why is flutter considered the best cross platform framework
Why is flutter considered the best cross platform frameworkWhy is flutter considered the best cross platform framework
Why is flutter considered the best cross platform framework
 
How to-choose-the-right-technology-architecture-for-your-mobile-application
How to-choose-the-right-technology-architecture-for-your-mobile-applicationHow to-choose-the-right-technology-architecture-for-your-mobile-application
How to-choose-the-right-technology-architecture-for-your-mobile-application
 
Rapidvalue whitepaper-howtochoosetherightarchitectureforyourmobileapplication...
Rapidvalue whitepaper-howtochoosetherightarchitectureforyourmobileapplication...Rapidvalue whitepaper-howtochoosetherightarchitectureforyourmobileapplication...
Rapidvalue whitepaper-howtochoosetherightarchitectureforyourmobileapplication...
 
Why The Future of Flutter Will Be Your Next Big Obsession.pdf
Why The Future of Flutter Will Be Your Next Big Obsession.pdfWhy The Future of Flutter Will Be Your Next Big Obsession.pdf
Why The Future of Flutter Will Be Your Next Big Obsession.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
 
Ionic vs flutter best platform for hybrid app development
Ionic vs flutter  best platform for hybrid app developmentIonic vs flutter  best platform for hybrid app development
Ionic vs flutter best platform for hybrid app development
 
When to choose and avoid react native for mobile app development
When to choose and avoid react native for mobile app developmentWhen to choose and avoid react native for mobile app development
When to choose and avoid react native for mobile app development
 
Deal with the dilemma of hybrid and native
Deal with the dilemma of hybrid and nativeDeal with the dilemma of hybrid and native
Deal with the dilemma of hybrid and native
 
Top 10 Android Frameworks for Modern.pdf
Top 10 Android Frameworks for Modern.pdfTop 10 Android Frameworks for Modern.pdf
Top 10 Android Frameworks for Modern.pdf
 
What is The Best Platform for Mobile App Development.pdf
What is The Best Platform for Mobile App Development.pdfWhat is The Best Platform for Mobile App Development.pdf
What is The Best Platform for Mobile App Development.pdf
 
Hybrid Application Development documentation report (MCA Project)
Hybrid Application Development documentation report (MCA Project)Hybrid Application Development documentation report (MCA Project)
Hybrid Application Development documentation report (MCA Project)
 
Mobile Web Apps
Mobile Web AppsMobile Web Apps
Mobile Web Apps
 
Top 10 Cross-Platform App Development Frameworks 2024.pptx
Top 10 Cross-Platform App Development Frameworks 2024.pptxTop 10 Cross-Platform App Development Frameworks 2024.pptx
Top 10 Cross-Platform App Development Frameworks 2024.pptx
 
Tools to Use in Android Development Or iOS Development.pdf
Tools to Use in Android Development Or iOS Development.pdfTools to Use in Android Development Or iOS Development.pdf
Tools to Use in Android Development Or iOS Development.pdf
 
5 Factors of Mobile App Development & What is Native App.pdf
5 Factors of Mobile App Development & What is Native App.pdf5 Factors of Mobile App Development & What is Native App.pdf
5 Factors of Mobile App Development & What is Native App.pdf
 
How to Build a Hybrid App: A Detailed Outline
How to Build a Hybrid App: A Detailed Outline How to Build a Hybrid App: A Detailed Outline
How to Build a Hybrid App: A Detailed Outline
 
Top Benefits of Flutter App Development Services - An Insightful Blog
Top Benefits of Flutter App Development Services - An Insightful BlogTop Benefits of Flutter App Development Services - An Insightful Blog
Top Benefits of Flutter App Development Services - An Insightful Blog
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
IRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
IRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
IRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
IRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
IRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
IRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdfTutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
aqil azizi
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
BrazilAccount1
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
Basic Industrial Engineering terms for apparel
Basic Industrial Engineering terms for apparelBasic Industrial Engineering terms for apparel
Basic Industrial Engineering terms for apparel
top1002
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
ClaraZara1
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
BrazilAccount1
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
zwunae
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
manasideore6
 
CW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERS
CW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERSCW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERS
CW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERS
veerababupersonal22
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
Vijay Dialani, PhD
 
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTSHeap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Soumen Santra
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
Aditya Rajan Patra
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
Intella Parts
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 

Recently uploaded (20)

Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdfTutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 
Basic Industrial Engineering terms for apparel
Basic Industrial Engineering terms for apparelBasic Industrial Engineering terms for apparel
Basic Industrial Engineering terms for apparel
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
 
CW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERS
CW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERSCW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERS
CW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERS
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
 
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTSHeap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 

THE WORLD OF HYBRID APP DEVELOPMENT

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1438 THE WORLD OF HYBRID APP DEVELOPMENT Ankitkumar Jangid1, Akash Divekar2, Aditya Divekar3, Gaurav Linge4 1-4JSPM Nahre Technical Campus --------------------------------------------------------------------------***----------------------------------------------------------------------- ABSTRACT : In this developing world, technology has taken a great leap. The mobile world has also developed a lot in this generation. The mobile operating system currently consists of two big players i.e., Android and iOS. The companies which want their project to reach the highest number of customers need to develop apps mostly for these two platforms. The issue with the development of apps for both platforms is the lack of a common development framework. Both operating systems use a different approach for developing apps. So, it becomes difficult sometimes to develop apps for different platforms at a time as it includes different technologies and approaches. Along with it, there is a rise in demand for smartphones and tablets so development is getting quite challenging in terms of cost, effort, and marketing. This is where we can use the technology of Hybrid App development. The use of web-based technologies (excluding some hybrid technologies) to develop mobiles applications. The technology can develop apps for both operating systems with a single code base. This technology can be cost-efficient as well as time-efficient and hence can be a great alternative for native app development. Keywords- Hybrid App Development, Application, Android, iOS I. INTRODUCTION Mobile application development has been one of the most important and growing technology in the last decade. The success of an application for mobile platforms is not just limited to mobile but has also made its way to tablets, wearables, and sensors, all of which are recognized as a part of mobile platforms. For the time the smartphone was introduced there has been great success and progress in the software platform, hardware specification, but the development method needs to still make more progress to reach a standardized level. There are different operating systems in the market such as Android, iOS, Windows, blackberry, and many more. These different platform applications are developed with different programming languages and frameworks. Due to this variety in the operating system and programming languages, it becomes near to impossible for a hobby developer to learn all the programming languages and develop applications for all the platforms. This is where hybrid app development can be handy. The main approach of hybrid app development is a single codebase for all the platforms. There are mainly two- hybrid app approaches one which uses web-based technologies and another being own rendering engines. A famous example of web-based technology is React.JS and the one without web-based technology is Flutter. Web-based mobile application development used web-based platform technologies to develop a mobile application (HTML, CSS, and JavaScript). The code for the mobile application is written using HTML and JavaScript and then a middle-tier web-based technology is used to match the components with native mobile components. The one which does not work on Web-based technology uses its rendering engines to match components developed to native components. Flutter is one the most famous such technology uses Dart as a programming language and then maps the components developed in this technology with native components. II. RELATED WORK The hybrid app development has grown significantly in the past few years. The hybrid app uses a hybrid app framework to build the app using hybrid technologies. This framework provides a mechanism to instantly port the developed app to different platforms such as iOS, Android, and many more. The main moto of the hybrid technology is “write-one-run-anywhere” apps. This helps the developer with the flexibility to write code for every platform with minimal time. Along with that the developer also does not need to learn different technologies to develop apps for different platforms. Below is a diagram that tries to explain the working of web-based hybrid app technology.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1439 Web-based hybrid app technology codes are written technologies like HTML, CSS, and JavaScript. Then a bridge is created between our code and the native components. The components that are developed with our code are then matched with components of a native application. This bridge helps us to get native access control and Local APIs. Although hybrid apps have can be of great use they come with some limitations. Below we have discussed native apps and hybrid apps in some detail. Native Applications: Native applications are developed using the native programming language of the device. E.g., If the application is to be built for iOS, it must be developed using either Swift or Objective-C. On the other hand, Android applications are either need to be developed using Java or Kotlin. Native applications provide development environment tools for making it possible to create desired user interaction experience, which is yet missing in the case of hybrid app development. Features of Native Application Development: 1. These apps provide the best experience overall. This app comes with build-in components and ease of use, faster graphic APIs, and much more. 2. The gaming graphics run smoothly with natively developed apps. Limitation of Native Application: 1. Apps developed using native languages enjoy benefits in graphics, app store distribution as well as device integration but lack of portability has a significant effect on business. 2. Native applications require a large investment in terms of time and money. The cost of native apps depends on the complexity. 3. The native apps have high maintenance costs as each operating system app needs to be updated separately. The Rise of Hybrid Apps: The hybrid app development platform is a platform that allows us to write code to “run them all”. The languages depend on what platform you choose for developing your apps but most of the platforms use HTML, CSS, and JavaScript. The code for the application is written as we are writing code for the website. Then once the code is written it is passed to the hybrid platform which makes applications match our desired apps (iOS, Android, Windows). Hybrid applications are like a combination of mobile web applications and native applications. Below are some of the advantages of hybrid applications: 1. Write code once, deploy anywhere. 2. Can make native calls to hardware using “Native Shell” using JavaScript. 3. Can run offline without internet. 4. Can be distributed using official stores. 5. A Large number of users can be reached with minimal costing due to multiplatform support. Hybrid Application Development Technology: There are various technologies for hybrid app development but only two approaches on development with one environment and deployment in many platforms. The approaches can give many benefits not limited to cost minimization, man minimization. Developers need to code in any of the hybrid programming languages using a single framework that would translate the code to many platforms. The two of the main approaches are as follows: 1. Web Approach: This technology is based on a web browser for mobile development. The apps based on this approach are developed using HTML, CSS, and JavaScript, and depend on the browser as its runtime environment and it gets benefits from browser support of the mobile application.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1440 Codes for different platforms are written using HTML, CSS, and JavaScript, and then the components are rendered using a bridge or framework. Some drawbacks come with this technology some of them is access to device native functionalities (Notifications, GPS). The apps take a longer time than native apps due to the network. 2. Hybrid Approach The hybrid apps use a combination of web technologies and native functionalities. It uses the browser engine to embed the HTML content in the web-native container. With the help of a bridge created using JavaScript, the native functionalities are accessed. The modern hybrid application uses its languages and compiler to develop native apps for all platforms using a single language. E.g., Flutter uses dart as a programming language and uses its compiler to compile the source code to the binary equivalent of the native system. The Code is written using hybrid technologies and then a JavaScript bridge is used to access the native functionalities. This makes the production of applications easy and cost-efficient. Below is the table that compares hybrid and native app development: Approach: After studying we will be using Flutter Technology for developing or app. Flutter is a technology developed by Google in 2017. Flutter uses dart as a programming language to develop applications for all platforms. Flutter uses its compiler to convert the written code in dart into binary and then matches the code to the native application. This app can call API and access all the data like a native app. Any backend technology can be used for the app. Conclusion: Using the hybrid technology, the app will be developed along with the web application. The app will contain the backend developed in Node.JS. The app will be using a common backend for both web apps and mobile apps. Future Scope: The app can be used for smoothly concluding gaming tournaments. The app can be made available to the users going further for playing tournaments and winning rewards. References: 1. Priyam Mishra, Shelly Sachdeva, Aashay Kumar, Ashutosh Kumar “Hybrid App Development and Implementation” – IEEE 2020. 2. Raphael Enihe, Jimmy Joshua “Hybrid Mobile Application Development: A Better Alternative to Native” – Research Gate 2020. 3. Phu H.Phung, Abhinav Mohanty, Rahul Rachapalli, Meera Sridhar “HybridGuard: A Principle-based Permission and Fine-Grained
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1441 Policy Enforcement Framework for Web-based Mobile Application”- IEEE 2017 4. Robin Nunkesser “Beyond Web/Native/Hybrid: A New Taxonomy for Mobile App Development”- IEEE 2018. 5. Ivano Malavolta “Web-based Hybrid Mobile Apps: State of the Practice and Research”- IEEE 2017