SlideShare una empresa de Scribd logo
1 de 4
Descargar para leer sin conexión
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

Más contenido relacionado

Similar a 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 Guidebookbill886381
 
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 FrameworksWDP 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.pdfFuGenx 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 frameworkPixel 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-applicationlverb
 
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.pdfTechugo
 
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
 
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 developmentMarkovate
 
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 developmentFullestop
 
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 nativeswamileo1
 
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.pdfsuryamahathi1
 
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.pdfSjainVentures2
 
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
 
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.pdfTechnology 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.pdfLeed Software Development
 
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 BlogShiv Technolabs Pvt. Ltd.
 

Similar a 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
 

Más de 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 STRUCTUREIRJET 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 CharacteristicsIRJET 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 ADASIRJET 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 ProIRJET 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 SystemIRJET 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 bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET 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 DesignIRJET 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
 

Más de 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...
 

Último

Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayEpec Engineered Technologies
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdfKamal Acharya
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptxrouholahahmadi9876
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network DevicesChandrakantDivate1
 
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...vershagrag
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdfKamal Acharya
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiessarkmank1
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
Moment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilMoment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilVinayVitekari
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxmaisarahman1
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...Amil baba
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startQuintin Balsdon
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdfKamal Acharya
 
Learn the concepts of Thermodynamics on Magic Marks
Learn the concepts of Thermodynamics on Magic MarksLearn the concepts of Thermodynamics on Magic Marks
Learn the concepts of Thermodynamics on Magic MarksMagic Marks
 

Último (20)

Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Moment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilMoment Distribution Method For Btech Civil
Moment Distribution Method For Btech Civil
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
Learn the concepts of Thermodynamics on Magic Marks
Learn the concepts of Thermodynamics on Magic MarksLearn the concepts of Thermodynamics on Magic Marks
Learn the concepts of Thermodynamics on Magic Marks
 

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