Monday, January 12, 2015

How to Develop Hybrid Mobile Application

How to Develop Hybrid Mobile Application

To develop an hybrid application you need not to be a Java/C++ programmer.
All you need to have the knowledge on HTML5,CSS3,JavaScript, PhoneGap and any Mobile UI framework(Bootstrap, Mobile Angular UI,jQuery Mobile).
HTML5,CSS3,JavaScript: Knowledge on these technologies will help in developing a nice UI for you app and also few UI interactions.
PhoneGap (a JavaScript library): This tool will help you to access the phone hardware and other details, in fact all the Java related stuff taken care by this JavaScript library.
Mobile UI framework(Bootstrap, Mobile Angular UI,jQuery Mobile): These tool will give you a nice Mobile UI without any efforts to be put in HTML5, CSS3 select any one library.

Now let us start download the pre-requisites:

Android SDK/Studio(link) Latest Java(link) Android ADT Instalation(link) If you are confused to config these tool, Please go through the below video:

If your done with configuration you can go through the video to understand how to create a project:

Now you need to configure the phone gap into your android studio:

Applaud is one tool you to work on(link): This is the application which gives an interface to the phoneGap tool.
There few training video also available to work with the tool(link)

No comments:

Post a Comment