Hybrid Mobile Application
Subject : Mobile Application
Guide : Miss Anita
What we will cover today
• What is Hybrid Mobile Application?
• Introduce Hybrid Mobile Application Frameworks
• What is Ionic?
• How can we use it?
• Creating demo Application
• Conclusion
What Hybrid Mobile Application?
• Combines elements of both native and web applications
• Native applications are developed for a specific platform and install on a device
• Web applications are generalized for multiple platforms and not install in locally
• Integration with a device’s file system
• Integration with Web-based services
Introduce Hybrid Mobile Application
Frameworks
React Native
Open-source, Reusable Components. Developed by
Facebook developer. Used by Facebook, Instagram, Uber
Food etc. easily integrate native feature with Hybrid.
Ionic
Open Source SDK, Offers all of the functionalities like native
mobile development SDKs.
Framework 7
No external dependency& A Lots of UI elements and
widgets.
PhoneGap
Native Functionality, Can be extended with native plug-ins&
open-source.
Onsen UI
Powerful CLI, Versatile, Flexible & Open Source.
What is Ionic?
• Most popular & favorite framework on the list for Hybrid App Development
• HTML5 mobile app development framework designed with native-styled UI
element
• Has rich set of advanced features such as mobile components, typography, and
extensible base theme
• Use technologies like HTML, CSS, JavaScript, and Angular JS
• Support Angular material design
• Wrapping Angular Framework
• Platform independent
• Open source & free
How can we use it?
• Install latest version of Node Js (Current 10.9.0)
• Run following commands
$ npm install -g ionic
$ npm install -g cordova
$ ionic start myApp tabs
How can we use it?
• To run application
$ cd myApp
$ ionic serve
Creating Demo application
Any Questions ?
By : Mr. Sanjay Patel

Hybrid Mobile application

  • 1.
    Hybrid Mobile Application Subject: Mobile Application Guide : Miss Anita
  • 2.
    What we willcover today • What is Hybrid Mobile Application? • Introduce Hybrid Mobile Application Frameworks • What is Ionic? • How can we use it? • Creating demo Application • Conclusion
  • 3.
    What Hybrid MobileApplication? • Combines elements of both native and web applications • Native applications are developed for a specific platform and install on a device • Web applications are generalized for multiple platforms and not install in locally • Integration with a device’s file system • Integration with Web-based services
  • 4.
    Introduce Hybrid MobileApplication Frameworks React Native Open-source, Reusable Components. Developed by Facebook developer. Used by Facebook, Instagram, Uber Food etc. easily integrate native feature with Hybrid. Ionic Open Source SDK, Offers all of the functionalities like native mobile development SDKs. Framework 7 No external dependency& A Lots of UI elements and widgets. PhoneGap Native Functionality, Can be extended with native plug-ins& open-source. Onsen UI Powerful CLI, Versatile, Flexible & Open Source.
  • 5.
    What is Ionic? •Most popular & favorite framework on the list for Hybrid App Development • HTML5 mobile app development framework designed with native-styled UI element • Has rich set of advanced features such as mobile components, typography, and extensible base theme • Use technologies like HTML, CSS, JavaScript, and Angular JS • Support Angular material design • Wrapping Angular Framework • Platform independent • Open source & free
  • 6.
    How can weuse it? • Install latest version of Node Js (Current 10.9.0) • Run following commands $ npm install -g ionic $ npm install -g cordova $ ionic start myApp tabs
  • 7.
    How can weuse it? • To run application $ cd myApp $ ionic serve
  • 8.
  • 9.
    Any Questions ? By: Mr. Sanjay Patel