Currently, I’m developing an application for Android OS. I would like to know the difference b/w the applications that were developed using Java framework and the apps developed using PhoneGap framework.
Please help me out this…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
PhoneGap apps use Html,CSS and javascript.
We can develop apps with the ease of developing a website.
The main advantages that a PhoneGap app are Multi-platform support and easy designing.
But phonegap apps are just web apps + features provided by its API’s.
Advanced apps can’t be developed with it.
In normal android development,dealing with java and xml is a bit difficult.
Some may feel designing with XML is tedious.
In short,
if you are developing a simple app or a cross-platform app use PhoneGap
If your app needs advanced features better go with normal development.