Tuesday, August 25, 2015

Hybrid Mobile Apps

Hybrid mobile apps providing a native experience with web technologies,The HTML is the most widely use language for mobile apps developers.cross-platform portability of code and the low cost of development.

What are hybrid mobile apps?

            Hybrid mobile apps are like any other apps you’ll find on your phone. They install on your device. You can find them in app stores. With them, you can play games, engage your friends through social media, take photos, track your health, and much more.

            Like the websites on the internet, hybrid mobile apps are built with a combination of web technologies like HTML, CSS, and JavaScript. The key difference is that hybrid apps are hosted inside a native application that utilizes a mobile platform’s WebView. (You can think of the WebView as a chromeless browser window that’s typically configured to run fullscreen.) This enables them to access device capabilities such as the accelerometer, camera, contacts, and more. These are capabilities that are often restricted to access from inside mobile browsers. Furthermore, hybrid mobile apps can include native UI elements in situations where necessary, as evidenced by Basecamp’s approach towards hybrid mobile app development.

WebView app

          The HTML, CSS and JavaScript code base runs in an internal browser (called WebView) that is wrapped in a native app. Some native APIs are exposed to JavaScript through this wrapper. Examples are Adobe PhoneGap and Trigger.io.

Compiled hybrid app

         The code is written in one language (such as C# or JavaScript) and gets compiled to native code for each supported platform. The result is a native app for each platform, but less freedom during development. Examples are Xamarin, Appcelerator Titanium and Embarcadero FireMonkey.

Working

           We will use Apache Cordova platform for application.

Framework

           we will use phonegap and ionic framework.

What is Apache Cordova?

            Apache Cordova is a platform for build native mobile application, applications using HTML css and javascript,

What is PhoneGap?

            Phone is a free and open-source framework that allow you to create mobile apps.

What is Ionic?

           ionic is a free and open-source UI framework for mobile application and allow you to create mobile apps.

No comments:

Post a Comment

Swift Start Here