If you know HTML, CSS and Javascript, then, ApacheCordova or AdobePhoneGap wraps it up for you. Both are open source.
Cordova== makes sure that it works on all Android Smart phones. You need a Mac and Cordova to wrap it up for iOS.
PhoneGap== makes sure that it works on all iOS and Android Smart phones. PhoneGap build services lets you do it. Phonegap build will also compile cordova projects. Yes, iOS apps development on PC. However, if you are serious about iOS development you should definitely go for a Mac.
Cordova is the slightly more complicated, yet powerful, mother.
PhoneGap is the kid.(Orig
If you know HTML, CSS and Javascript, then, ApacheCordova or AdobePhoneGap wraps it up for you. Both are open source.
Cordova== makes sure that it works on all Android Smart phones. You need a Mac and Cordova to wrap it up for iOS.
PhoneGap== makes sure that it works on all iOS and Android Smart phones. PhoneGap build services lets you do it. Phonegap build will also compile cordova projects. Yes, iOS apps development on PC. However, if you are serious about iOS development you should definitely go for a Mac.
Cordova is the slightly more complicated, yet powerful, mother.
PhoneGap is the kid.(Origins from the Mother) The kid that is easy.
At first, the choice might be a confusing one but it’s really very simple.
PhoneGap is a product owned by Adobe which currently includes additional build services which are free if you pull your project to it from Github.
Cordova is owned and maintained by Apache, and will always be maintained as an open source project. Currently they both have a very similar API.
I would recommend going with Cordova, unless you require the additional build service. Though, the build service will work for cordova as well.
Lots of good answers about PhoneGap vs Cordova. PhoneGap is a distribution of Cordova, with some specific Adobe services integrated.
But no one is talking about how Ionic Framework fits in.
Ionic Framework is something like a distribution of Cordova as well, with the addition of a number of Ionic services. But it also includes a full set of native-like controls and UI bindings. This makes it easier to use to create cross platform mobile apps than raw Cordova or PhoneGap. It also includes several key optimizations that help your app perform well.
Ionic also has a strong set of services. There a
Lots of good answers about PhoneGap vs Cordova. PhoneGap is a distribution of Cordova, with some specific Adobe services integrated.
But no one is talking about how Ionic Framework fits in.
Ionic Framework is something like a distribution of Cordova as well, with the addition of a number of Ionic services. But it also includes a full set of native-like controls and UI bindings. This makes it easier to use to create cross platform mobile apps than raw Cordova or PhoneGap. It also includes several key optimizations that help your app perform well.
Ionic also has a strong set of services. There are some in common with PhoneGap, but the full set is compelling:
- Push notifications
- Dynamic update (push new builds directly to apps in the store without waiting for approval)
- Auth
- Build service
- A new no-programming-required app creator
See also:
Where do I start?
I’m a huge financial nerd, and have spent an embarrassing amount of time talking to people about their money habits.
Here are the biggest mistakes people are making and how to fix them:
Not having a separate high interest savings account
Having a separate account allows you to see the results of all your hard work and keep your money separate so you're less tempted to spend it.
Plus with rates above 5.00%, the interest you can earn compared to most banks really adds up.
Here is a list of the top savings accounts available today. Deposit $5 before moving on because this is one of th
Where do I start?
I’m a huge financial nerd, and have spent an embarrassing amount of time talking to people about their money habits.
Here are the biggest mistakes people are making and how to fix them:
Not having a separate high interest savings account
Having a separate account allows you to see the results of all your hard work and keep your money separate so you're less tempted to spend it.
Plus with rates above 5.00%, the interest you can earn compared to most banks really adds up.
Here is a list of the top savings accounts available today. Deposit $5 before moving on because this is one of the biggest mistakes and easiest ones to fix.
Overpaying on car insurance
You’ve heard it a million times before, but the average American family still overspends by $417/year on car insurance.
If you’ve been with the same insurer for years, chances are you are one of them.
Pull up Coverage.com, a free site that will compare prices for you, answer the questions on the page, and it will show you how much you could be saving.
That’s it. You’ll likely be saving a bunch of money. Here’s a link to give it a try.
Consistently being in debt
If you’ve got $10K+ in debt (credit cards…medical bills…anything really) you could use a debt relief program and potentially reduce by over 20%.
Here’s how to see if you qualify:
Head over to this Debt Relief comparison website here, then simply answer the questions to see if you qualify.
It’s as simple as that. You’ll likely end up paying less than you owed before and you could be debt free in as little as 2 years.
Missing out on free money to invest
It’s no secret that millionaires love investing, but for the rest of us, it can seem out of reach.
Times have changed. There are a number of investing platforms that will give you a bonus to open an account and get started. All you have to do is open the account and invest at least $25, and you could get up to $1000 in bonus.
Pretty sweet deal right? Here is a link to some of the best options.
Having bad credit
A low credit score can come back to bite you in so many ways in the future.
From that next rental application to getting approved for any type of loan or credit card, if you have a bad history with credit, the good news is you can fix it.
Head over to BankRate.com and answer a few questions to see if you qualify. It only takes a few minutes and could save you from a major upset down the line.
How to get started
Hope this helps! Here are the links to get started:
Have a separate savings account
Stop overpaying for car insurance
Finally get out of debt
Start investing with a free bonus
Fix your credit

PhoneGap and Cordova are closely related technologies, but they serve different purposes and have different histories. Here’s a breakdown of their differences:
Cordova
- Definition: Apache Cordova is an open-source mobile development framework that allows developers to use standard web technologies (HTML, CSS, and JavaScript) to build mobile applications.
- Functionality: Cordova provides a set of APIs for accessing native device features, such as the camera, GPS, and file system, through JavaScript.
- Licensing: Being open-source, Cordova is free to use, and developers can contribute to its development
PhoneGap and Cordova are closely related technologies, but they serve different purposes and have different histories. Here’s a breakdown of their differences:
Cordova
- Definition: Apache Cordova is an open-source mobile development framework that allows developers to use standard web technologies (HTML, CSS, and JavaScript) to build mobile applications.
- Functionality: Cordova provides a set of APIs for accessing native device features, such as the camera, GPS, and file system, through JavaScript.
- Licensing: Being open-source, Cordova is free to use, and developers can contribute to its development.
- Community Support: Cordova has a broad community and is maintained by the Apache Software Foundation.
PhoneGap
- Definition: PhoneGap is a distribution of Cordova created by Adobe. It includes Cordova and adds additional tools and services.
- Functionality: PhoneGap provides a cloud-based build service (PhoneGap Build) that allows developers to compile applications without requiring a local setup. It may also include proprietary tools and services that enhance development.
- Licensing: PhoneGap is free to use, but some of its services may have associated costs.
- Adobe Support: PhoneGap is backed by Adobe, which provides additional resources, documentation, and support.
When to Choose One Over the Other
- Choose Cordova if:
- You prefer using an open-source framework without any proprietary restrictions.
- You want to have full control over your development environment and build process.
- You are looking for a community-driven project with extensive plugins and support.
- Choose PhoneGap if:
- You want to leverage Adobe’s additional tools and services, like PhoneGap Build, for easier app compilation.
- You are already using Adobe products and want to integrate with their ecosystem.
- You prefer a more user-friendly setup process, especially if you are new to mobile app development.
Summary
In essence, while Cordova is the core framework, PhoneGap offers additional features and services that may simplify development for some users. Your choice should depend on your specific needs, preferences, and whether you value open-source flexibility or Adobe's additional offerings.
When working with Cordova, you often come across the term PhoneGap. PhoneGap is the name of the original project created by a startup called Nitobi around 2009. In 2011, the company was acquired by Adobe.
Note that Adobe didn’t buy the actual codebase, just the name and the people who worked at Nitobi. The open source core was donated to the Apache Software Foundation, which is now known as Cordova.
A common analogy used by developers is that Cordova is to PhoneGap what WebKit is to Safari. Put differently, PhoneGap is a distribution of Cordova that is maintained by Adobe. If you want to read mo
When working with Cordova, you often come across the term PhoneGap. PhoneGap is the name of the original project created by a startup called Nitobi around 2009. In 2011, the company was acquired by Adobe.
Note that Adobe didn’t buy the actual codebase, just the name and the people who worked at Nitobi. The open source core was donated to the Apache Software Foundation, which is now known as Cordova.
A common analogy used by developers is that Cordova is to PhoneGap what WebKit is to Safari. Put differently, PhoneGap is a distribution of Cordova that is maintained by Adobe. If you want to read more about the history, you can check out this article on the PhoneGap blog by Brian LeRoux.
In practice, PhoneGap and Cordova are basically the same. You can choose either PhoneGap or Cordova when starting a project. The only difference is the CLI (Command Line Interface). PhoneGap’s CLI integrates with Adobe PhoneGap Build. This service allows developers to compile their apps to the platform of their choice by uploading it to the PhoneGap Build website.
Adobe PhoneGap™ is a distribution of Apache Cordova™. Cordova was originally created by Nitobi, who was then acquired by Adobe in 2011. The project was donated to the Apache Software Foundation (ASF) later that same year to maintain a transparent and open governance and provide a mechanism for other large organizations to contribute. Apache Cordova is the engine that powers Adobe PhoneGap™, similar to how WebKit powers Chrome or Safari. However, Adobe PhoneGap™ provides additional tools that tie into other Adobe services, including tools like the PhoneGap Developer App, the PhoneGap Desktop Ap
Adobe PhoneGap™ is a distribution of Apache Cordova™. Cordova was originally created by Nitobi, who was then acquired by Adobe in 2011. The project was donated to the Apache Software Foundation (ASF) later that same year to maintain a transparent and open governance and provide a mechanism for other large organizations to contribute. Apache Cordova is the engine that powers Adobe PhoneGap™, similar to how WebKit powers Chrome or Safari. However, Adobe PhoneGap™ provides additional tools that tie into other Adobe services, including tools like the PhoneGap Developer App, the PhoneGap Desktop App, PhoneGap Build and PhoneGap Enterprise.
With today’s modern day tools there can be an overwhelming amount of tools to choose from to build your own website. It’s important to keep in mind these considerations when deciding on which is the right fit for you including ease of use, SEO controls, high performance hosting, flexible content management tools and scalability. Webflow allows you to build with the power of code — without writing any.
You can take control of HTML5, CSS3, and JavaScript in a completely visual canvas — and let Webflow translate your design into clean, semantic code that’s ready to publish to the web, or hand off
With today’s modern day tools there can be an overwhelming amount of tools to choose from to build your own website. It’s important to keep in mind these considerations when deciding on which is the right fit for you including ease of use, SEO controls, high performance hosting, flexible content management tools and scalability. Webflow allows you to build with the power of code — without writing any.
You can take control of HTML5, CSS3, and JavaScript in a completely visual canvas — and let Webflow translate your design into clean, semantic code that’s ready to publish to the web, or hand off to developers.
If you prefer more customization you can also expand the power of Webflow by adding custom code on the page, in the <head>, or before the </head> of any page.
Trusted by over 60,000+ freelancers and agencies, explore Webflow features including:
- Designer: The power of CSS, HTML, and Javascript in a visual canvas.
- CMS: Define your own content structure, and design with real data.
- Interactions: Build websites interactions and animations visually.
- SEO: Optimize your website with controls, hosting and flexible tools.
- Hosting: Set up lightning-fast managed hosting in just a few clicks.
- Grid: Build smart, responsive, CSS grid-powered layouts in Webflow visually.
Discover why our global customers love and use Webflow | Create a custom website.
I see them as identical from a practical point-of-view.
Cordova (the open source project) is the foundation.
The framework include file phonegap.js is the same as cordova.js (or at least should be). New versions of each should be released simultaneously.
The plugins are the same (most are hosted at npm ).
PhoneGap CLI commands wrap Cordova CLI commands.
PhoneGap Build is a distinctive service for remote building of projects. There's a CLI command (phonegap remote build) for remotely building using PGB.
E.g. Ionic uses Cordova.
Did I make it clearer :)?
The short answer is simple.
PhoneGap is a version of Cordova that ties in with Adobe technologies. It you need to tie into Adobe technologies, use PhoneGap. If not, use Cordova.
Here’s the thing: I wish I had known these money secrets sooner. They’ve helped so many people save hundreds, secure their family’s future, and grow their bank accounts—myself included.
And honestly? Putting them to use was way easier than I expected. I bet you can knock out at least three or four of these right now—yes, even from your phone.
Don’t wait like I did. Go ahead and start using these money secrets today!
1. Cancel Your Car Insurance
You might not even realize it, but your car insurance company is probably overcharging you. In fact, they’re kind of counting on you not noticing. Luckily,
Here’s the thing: I wish I had known these money secrets sooner. They’ve helped so many people save hundreds, secure their family’s future, and grow their bank accounts—myself included.
And honestly? Putting them to use was way easier than I expected. I bet you can knock out at least three or four of these right now—yes, even from your phone.
Don’t wait like I did. Go ahead and start using these money secrets today!
1. Cancel Your Car Insurance
You might not even realize it, but your car insurance company is probably overcharging you. In fact, they’re kind of counting on you not noticing. Luckily, this problem is easy to fix.
Don’t waste your time browsing insurance sites for a better deal. A company called Insurify shows you all your options at once — people who do this save up to $996 per year.
If you tell them a bit about yourself and your vehicle, they’ll send you personalized quotes so you can compare them and find the best one for you.
Tired of overpaying for car insurance? It takes just five minutes to compare your options with Insurify and see how much you could save on car insurance.
2. Ask This Company to Get a Big Chunk of Your Debt Forgiven
A company called National Debt Relief could convince your lenders to simply get rid of a big chunk of what you owe. No bankruptcy, no loans — you don’t even need to have good credit.
If you owe at least $10,000 in unsecured debt (credit card debt, personal loans, medical bills, etc.), National Debt Relief’s experts will build you a monthly payment plan. As your payments add up, they negotiate with your creditors to reduce the amount you owe. You then pay off the rest in a lump sum.
On average, you could become debt-free within 24 to 48 months. It takes less than a minute to sign up and see how much debt you could get rid of.
3. You Can Become a Real Estate Investor for as Little as $10
Take a look at some of the world’s wealthiest people. What do they have in common? Many invest in large private real estate deals. And here’s the thing: There’s no reason you can’t, too — for as little as $10.
An investment called the Fundrise Flagship Fund lets you get started in the world of real estate by giving you access to a low-cost, diversified portfolio of private real estate. The best part? You don’t have to be the landlord. The Flagship Fund does all the heavy lifting.
With an initial investment as low as $10, your money will be invested in the Fund, which already owns more than $1 billion worth of real estate around the country, from apartment complexes to the thriving housing rental market to larger last-mile e-commerce logistics centers.
Want to invest more? Many investors choose to invest $1,000 or more. This is a Fund that can fit any type of investor’s needs. Once invested, you can track your performance from your phone and watch as properties are acquired, improved, and operated. As properties generate cash flow, you could earn money through quarterly dividend payments. And over time, you could earn money off the potential appreciation of the properties.
So if you want to get started in the world of real-estate investing, it takes just a few minutes to sign up and create an account with the Fundrise Flagship Fund.
This is a paid advertisement. Carefully consider the investment objectives, risks, charges and expenses of the Fundrise Real Estate Fund before investing. This and other information can be found in the Fund’s prospectus. Read them carefully before investing.
4. Earn Up to $50 this Month By Answering Survey Questions About the News — It’s Anonymous
The news is a heated subject these days. It’s hard not to have an opinion on it.
Good news: A website called YouGov will pay you up to $50 or more this month just to answer survey questions about politics, the economy, and other hot news topics.
Plus, it’s totally anonymous, so no one will judge you for that hot take.
When you take a quick survey (some are less than three minutes), you’ll earn points you can exchange for up to $50 in cash or gift cards to places like Walmart and Amazon. Plus, Penny Hoarder readers will get an extra 500 points for registering and another 1,000 points after completing their first survey.
It takes just a few minutes to sign up and take your first survey, and you’ll receive your points immediately.
5. This Online Bank Account Pays 10x More Interest Than Your Traditional Bank
If you bank at a traditional brick-and-mortar bank, your money probably isn’t growing much (c’mon, 0.40% is basically nothing).1
But there’s good news: With SoFi Checking and Savings (member FDIC), you stand to gain up to a hefty 3.80% APY on savings when you set up a direct deposit or have $5,000 or more in Qualifying Deposits and 0.50% APY on checking balances2 — savings APY is 10 times more than the national average.1
Right now, a direct deposit of at least $1K not only sets you up for higher returns but also brings you closer to earning up to a $300 welcome bonus (terms apply).3
You can easily deposit checks via your phone’s camera, transfer funds, and get customer service via chat or phone call. There are no account fees, no monthly fees and no overdraft fees.* And your money is FDIC insured (up to $3M of additional FDIC insurance through the SoFi Insured Deposit Program).4
It’s quick and easy to open an account with SoFi Checking and Savings (member FDIC) and watch your money grow faster than ever.
Read Disclaimer
5. Stop Paying Your Credit Card Company
If you have credit card debt, you know. The anxiety, the interest rates, the fear you’re never going to escape… but a website called AmONE wants to help.
If you owe your credit card companies $100,000 or less, AmONE will match you with a low-interest loan you can use to pay off every single one of your balances.
The benefit? You’ll be left with one bill to pay each month. And because personal loans have lower interest rates (AmONE rates start at 6.40% APR), you’ll get out of debt that much faster.
It takes less than a minute and just 10 questions to see what loans you qualify for.
6. Earn Up to $225 This Month Playing Games on Your Phone
Ever wish you could get paid just for messing around with your phone? Guess what? You totally can.
Swagbucks will pay you up to $225 a month just for installing and playing games on your phone. That’s it. Just download the app, pick the games you like, and get to playing. Don’t worry; they’ll give you plenty of games to choose from every day so you won’t get bored, and the more you play, the more you can earn.
This might sound too good to be true, but it’s already paid its users more than $429 million. You won’t get rich playing games on Swagbucks, but you could earn enough for a few grocery trips or pay a few bills every month. Not too shabby, right?
Ready to get paid while you play? Download and install the Swagbucks app today, and see how much you can earn!
Yes, PhoneGap is a wrapper. Realistically, Cordova is an Apache library that is freely accessible on the internet for all mobile device developers. One can create their own hybrid APIs to cordova by creating custom libraries but it is so much easier to use plugins like PhoneGap to complete the integration faster.
http://phonegap.com/2012/03/19/phonegap-cordova-and-what%E2%80%99s-in-a-name/
I think this url explains what you need. Phonegap is built on Apache Cordova nothing else. You can think of Apache Cordova as the engine that powers PhoneGap. Over time, the PhoneGap distribution may contain additional tools and thats why they differ in command But they do same thing.
EDIT: Extra info added as its about command difference and what phonegap can do while apache cordova can't or viceversa
I once met a man who drove a modest Toyota Corolla, wore beat-up sneakers, and looked like he’d lived the same way for decades. But what really caught my attention was when he casually mentioned he was retired at 45 with more money than he could ever spend. I couldn’t help but ask, “How did you do it?”
He smiled and said, “The secret to saving money is knowing where to look for the waste—and car insurance is one of the easiest places to start.”
He then walked me through a few strategies that I’d never thought of before. Here’s what I learned:
1. Make insurance companies fight for your business
Mos
I once met a man who drove a modest Toyota Corolla, wore beat-up sneakers, and looked like he’d lived the same way for decades. But what really caught my attention was when he casually mentioned he was retired at 45 with more money than he could ever spend. I couldn’t help but ask, “How did you do it?”
He smiled and said, “The secret to saving money is knowing where to look for the waste—and car insurance is one of the easiest places to start.”
He then walked me through a few strategies that I’d never thought of before. Here’s what I learned:
1. Make insurance companies fight for your business
Most people just stick with the same insurer year after year, but that’s what the companies are counting on. This guy used tools like Coverage.com to compare rates every time his policy came up for renewal. It only took him a few minutes, and he said he’d saved hundreds each year by letting insurers compete for his business.
Click here to try Coverage.com and see how much you could save today.
2. Take advantage of safe driver programs
He mentioned that some companies reward good drivers with significant discounts. By signing up for a program that tracked his driving habits for just a month, he qualified for a lower rate. “It’s like a test where you already know the answers,” he joked.
You can find a list of insurance companies offering safe driver discounts here and start saving on your next policy.
3. Bundle your policies
He bundled his auto insurance with his home insurance and saved big. “Most companies will give you a discount if you combine your policies with them. It’s easy money,” he explained. If you haven’t bundled yet, ask your insurer what discounts they offer—or look for new ones that do.
4. Drop coverage you don’t need
He also emphasized reassessing coverage every year. If your car isn’t worth much anymore, it might be time to drop collision or comprehensive coverage. “You shouldn’t be paying more to insure the car than it’s worth,” he said.
5. Look for hidden fees or overpriced add-ons
One of his final tips was to avoid extras like roadside assistance, which can often be purchased elsewhere for less. “It’s those little fees you don’t think about that add up,” he warned.
The Secret? Stop Overpaying
The real “secret” isn’t about cutting corners—it’s about being proactive. Car insurance companies are counting on you to stay complacent, but with tools like Coverage.com and a little effort, you can make sure you’re only paying for what you need—and saving hundreds in the process.
If you’re ready to start saving, take a moment to:
- Compare rates now on Coverage.com
- Check if you qualify for safe driver discounts
- Reevaluate your coverage today
Saving money on auto insurance doesn’t have to be complicated—you just have to know where to look. If you'd like to support my work, feel free to use the links in this post—they help me continue creating valuable content.
Some of the answers are misleading. So i will write my answer here.
Cordova and Phonegap are one and the same thing. Consider Cordova as Open source version of Phonegap. Both of these tools allow us to package any HTML, CSS, JavaScript into native mobile installers like apk or ipa. It means you can use any web tool with it. Example bootstrap.
Ionic is a web UI framework specially targeted at Cordova/Phonegap developers. It is set of UI Components and services that allow us to create beautiful mobile apps. Think of Ionic as Bootstrap for mobile apps.
So it also clarifies that Ionic is not based on
Some of the answers are misleading. So i will write my answer here.
Cordova and Phonegap are one and the same thing. Consider Cordova as Open source version of Phonegap. Both of these tools allow us to package any HTML, CSS, JavaScript into native mobile installers like apk or ipa. It means you can use any web tool with it. Example bootstrap.
Ionic is a web UI framework specially targeted at Cordova/Phonegap developers. It is set of UI Components and services that allow us to create beautiful mobile apps. Think of Ionic as Bootstrap for mobile apps.
So it also clarifies that Ionic is not based on Cordova/Phonegap. It uses Cordova/Phonegap for creating apk/ipa.
I hope i answered your question.
Performance and stability.
Phone Gap, Cordova, and any other run-time interpreted mechanism is not as fast as something that runs native.
JavaScript plugins developed by third parties are what are required to get to native APIs such as the camera, Bluetooth, etc.
Xamarin IS native, not just some wrapper for objective-c and java. These bits run natively on the device and require no run time interpretation.
C# is also type safe. Phone gap and Cordova interpret JavaScript at run time. While powerful, JavaScript if coded poorly can have some pretty unexpected results. That foundational approach, wh
Performance and stability.
Phone Gap, Cordova, and any other run-time interpreted mechanism is not as fast as something that runs native.
JavaScript plugins developed by third parties are what are required to get to native APIs such as the camera, Bluetooth, etc.
Xamarin IS native, not just some wrapper for objective-c and java. These bits run natively on the device and require no run time interpretation.
C# is also type safe. Phone gap and Cordova interpret JavaScript at run time. While powerful, JavaScript if coded poorly can have some pretty unexpected results. That foundational approach, while excellent in its abilities, makes me more likely to use something that it type safe, if I am able.
My team has a Xamarin Forms app in production, available in the App Store and soon to be in Google Play. This app is fast. The same thing in JavaScript is noticeably slower.
As a programmer you will have to ask yourself few questions before choosing the right direction for your app.
1. Are you building a quick POC?
2. How customized is the UI?
3. How much are you expecting from the app performance?
4. What's the deliverable time line you are looking at?
5. Any hardware features that may need native access?
As a programmer you will have to ask yourself few questions before choosing the right direction for your app.
1. Are you building a quick POC?
2. How customized is the UI?
3. How much are you expecting from the app performance?
4. What's the deliverable time line you are looking at?
5. Any hardware features that may need native access?
Cordova can wrap up an app that runs in a WebView that has additional native extentions, which is the definition of a hybrid app. Cordova is the open source platform that the original PhoneGap became.
Ionic Framework is based on Cordova, comes with a set of standard controls that mimic native controls, and Ionic comes with Angular. Using Ionic with Angular can help you organize your app and give it a solid look. Ionic also includes bindings to the Ionic services. See Ionic.io for more information.
PhoneGap at this point is based on Cordova, but is more of a distribution of Cordova with few custo
Cordova can wrap up an app that runs in a WebView that has additional native extentions, which is the definition of a hybrid app. Cordova is the open source platform that the original PhoneGap became.
Ionic Framework is based on Cordova, comes with a set of standard controls that mimic native controls, and Ionic comes with Angular. Using Ionic with Angular can help you organize your app and give it a solid look. Ionic also includes bindings to the Ionic services. See Ionic.io for more information.
PhoneGap at this point is based on Cordova, but is more of a distribution of Cordova with few custom packages and tweaks. Adobe also provides a build service.
Titanium is not, contrary to popular opinion, a hybrid solution. The original Titanium did use a WebView and therefore was hybrid, but they ditched the WebView some time ago. It is a full native solution that is scripted with JavaScript. It's more like Xamarin, but using JavaScript instead of C#.
To be complete, NativeScript and React Native are cross platform development environments that feel somewhat like hybrid, in that they use web frameworks or view layers (Angular 2 and React), but they don't rely on a WebView, and are therefore native approaches that simply rely on JavaScript instead of the native language on each platform.
Xamarin:
- Native, no cheating – this is native. But there is an overhead, it isn’t like ObjectiveC native. The apps are going to be larger – this minor stuff matters when you are trying to get the max oomph out of your very resource restrictive mobile device.
- You still need a mac :-)
- A huge emphasis on better app patterns like MVC or MVVM, because user interface is still native. You can write about 70% reusable code using Xamarin, but the last 30% or more depending upon your app design and nature, has to be native.
- Hey you just bought into Xamarin. Some companies don’t like that, they’d rather deal
Xamarin:
- Native, no cheating – this is native. But there is an overhead, it isn’t like ObjectiveC native. The apps are going to be larger – this minor stuff matters when you are trying to get the max oomph out of your very resource restrictive mobile device.
- You still need a mac :-)
- A huge emphasis on better app patterns like MVC or MVVM, because user interface is still native. You can write about 70% reusable code using Xamarin, but the last 30% or more depending upon your app design and nature, has to be native.
- Hey you just bought into Xamarin. Some companies don’t like that, they’d rather deal with Microsoft or Apple or Google. I don’t have an issue with Xamarin, but some larger clients do.
- Your dev. life gets pretty complicated, and you need an experienced Xamarin expert to guide you through structuring your product code nicely, or you will see steam come out of your ears and your devs self combust over time.
- Generally speaking, in my experience, I’ve had better luck finding support and code samples for native, than for Xamarin. This is balanced with the fact that I am working in Visual Studio and C#.
- And like I said, you still need to know ObjectiveC and Java – even if you are using Xamarin.
- Perhaps the biggest advantage of Xamarin – you can use C# and Visual Studio for a large percentage of your app. And visual studio is hands down the best Dev IDE.
- And Visual Studio + Xamarin = $$$$$. Plus a Xamarin developed product, while superior than HTML5 and Packaged HTML5, is going to cost you more. You have to evaluate if your needs justify the cost.
- Have to go through AppStores, will work with MDM, can tap into native capabilities.
- Harder for IT departments to manage, not impossible but most IT departments are grappling with the steep learning curve. Unfortunately many are too cool for school and are trying to solve Mobile with a Windows Desktop like mentality :)
Full reference: HTML5 vs. PhoneGap vs. Xamarin vs. Native
I have developed with Xamarin and PhoneGap.
If you are developing using Xamarin, that mean you are making native apps. That mean:
- More reliable and flexible.
- Native performance.
But with Xamarin you will have to know some native library to use them, also lack resources and support because everything was by paying before Microsoft made Xamarin free.
For hybrid mobile apps like PhoneGap and Titanium ... You are developing using HTML5, CSS and JQuery mobile or AngularJs. That less performance sure because it is not native like Xamarin.
And i found it's faster to build hybrid mobile app rather
I have developed with Xamarin and PhoneGap.
If you are developing using Xamarin, that mean you are making native apps. That mean:
- More reliable and flexible.
- Native performance.
But with Xamarin you will have to know some native library to use them, also lack resources and support because everything was by paying before Microsoft made Xamarin free.
For hybrid mobile apps like PhoneGap and Titanium ... You are developing using HTML5, CSS and JQuery mobile or AngularJs. That less performance sure because it is not native like Xamarin.
And i found it's faster to build hybrid mobile app rather Xamarin taken little bit much time.
And for the learning curve: learning Xamarin is much longer than learning hybrid mobile apps.
And nowadays hybrid mobile development became very popular and added many new features and functionality that where not targeting before.
I've never done serious iOS development, but I have made a PhoneGap app that's in the iOS app store and for a short time was in the Google Play store (we pulled it because some android devices were not rendering our app properly - You have to test a lot android devices).
I consider myself well-versed in web development, and I was excited about the features that PhoneGap brings to web apps. Going the HTML5 web app route seemed like the most sane route.
Pros
- You don't have to learn any new languages if you're already a decent web developer
- It's very quick to prototype
- Though we didn't end up using i
I've never done serious iOS development, but I have made a PhoneGap app that's in the iOS app store and for a short time was in the Google Play store (we pulled it because some android devices were not rendering our app properly - You have to test a lot android devices).
I consider myself well-versed in web development, and I was excited about the features that PhoneGap brings to web apps. Going the HTML5 web app route seemed like the most sane route.
Pros
- You don't have to learn any new languages if you're already a decent web developer
- It's very quick to prototype
- Though we didn't end up using it, jQuery mobile is pretty neato and makes it even faster prototype
- Lots of library options for pretty much everything you could possibly want
- It's really cool and fun
- If you so wanted to, you can bypass the app store by hosting the files on a server, and utilize app cache to make things speedy. Changing your app is just changing a web page and its cache manifest file
- Managing images for multiple devices is a lot easier with CSS and media queries than it is for an iOS xcode project and an Android project with its ldpi, hdpi, xdpi, and whatever dpi.
- Easier to create vector graphics to design spec
- Hell, it's just easier to get things to be exactly like the design (except if you care about cross-browser compatibility)
Cons
- There are a lot of mobile browsers out there (the state of browsers is worse than its ever been in terms of how many different crappy ones we have to support - it used to be just ie, but guess how many people are on android 2.x)
- There are a lot of mobile devices out there with varying hardware, screen sizes, and network speed
- Some features you're used to using aren't there for all devices (position: static for instance) and since those are likely the crappy devices, using a javascript shim (like iScroll) is out of the question if you care about performance
- There seems to be some version issues with the facebook-connect plugin for phonegap (cordova) and the latest versions of phonegap on iOS only - To get facebook connect and PhoneGap to work I had to use an older version of PhoneGap
- Documentation for PhoneGap itself is pretty decent, but it's still new, so not a whole lot of people have reliable information on current versions (at least this was the case 3-4 months ago)
- Since I had to use an older version of PhoneGap, I found that some of their api functions would cause javascript errors. I had to bypass the sugar they provide and call PhoneGap.exec directly on their com.phonegap.whateverFunctionality - It was ugly, but it worked
- There are complications with linking to other apps like Google maps
- I found that saving contacts did not work on all versions of iOS
- jQuery Mobile + Backbone is more of a pain in the ass than you think
- Getting neato transitions can be a pain
- There are less facilities in javascript for modularization of large-scale applications than Objective-C or Java
- Testing sucked - not as much anymore http://labs.adobe.com/technologies/shadow/
I feel like the cons outweighed the pros in the end. However, armed with this knowledge, we wouldn't design our mobile app the same. For instance, we wanted a similar experience to native with a statically positioned header and footer navigation. If cross-browser compatibility and performance are a concern, you do not want to do this. I would also avoid heavily rounded corners. Android 2.x doesn't do so well with it.
If your app is simple, then I recommend it. I really did enjoy the process and seeing my web app as an installed app. But, just know that it is more trouble than it appears to be.
Because they don't want to learn the "other" language - I am originally a java (android) guy that wanted my apps on iOS, but didn't want to have to learn Objective-C, so PhoneGap/Cordova was the answer. 5 or 6 apps later, and I'm migrating all the apps to native android(java)/iPhone(swift). So in a nutshell, using phonegap/cordova makes it easier and faster to get a good version of your app onto both markets, but its much harder to get a great version of your apps onto both markets.
PhoneGap is a distribution of Apache Cordova. So Apache Cordova serves as the engine for PhoneGap just like WebKit – an engine that powers Chrome and Safari.
- PhoneGap was previously a product of Adobe.
- To keep it open-source always and follow standards, PhoneGap codebase was handed over to Apache.
- At Apache, it got a name change as Cordova.
- And now it’s better known as Apache Cordova.
So, they are same cross-platform frameworks with different names. The most important to understand here is that “PhoneGap is powered by apache Cordova. PhoneGap is Cordova plus some extra Adobe stuff”.
Cordova will alw
PhoneGap is a distribution of Apache Cordova. So Apache Cordova serves as the engine for PhoneGap just like WebKit – an engine that powers Chrome and Safari.
- PhoneGap was previously a product of Adobe.
- To keep it open-source always and follow standards, PhoneGap codebase was handed over to Apache.
- At Apache, it got a name change as Cordova.
- And now it’s better known as Apache Cordova.
So, they are same cross-platform frameworks with different names. The most important to understand here is that “PhoneGap is powered by apache Cordova. PhoneGap is Cordova plus some extra Adobe stuff”.
Cordova will always remain open source and lets you create apps that are native to Android, iOS and Windows using web technologies like HTML, CSS, JavaScript.
And PhoneGap offers the same cross-platform environment as Cordova. So, currently the difference lies in the names of the same framework, with a catch that PhoneGap services are owned by Adobe and many not always be open-source and free-to-use.
Ionic is a powerful HTML5 SDK that helps you build native-feeling mobile apps using web technologies like HTML, CSS, and Javascript.
Ionic mainly focuses on the look and feel, and UI interaction of your app.
Ionic simply fits well in (PhoneGap or other Javascript Framework) projects in order to simplify one big part of your app: the front end.
Ionic currently requires AngularJS in order to work at its full potential. While you can still use the CSS portion of the framework, you'll miss out on powerful UI interactions, gestures, animations, and other things.
They will be releasing Cordova/PhoneGap plugins in the future to expand the capabilities of your apps.
I would select react native because it has the smallest learning curve for me.
Cordova and Phone Gap are nice, but ultimately are more to learn.
React Native is automatically a partially finished learning process because it is based on react browser. More importantly, There is just a more active community around React Native so if I do have any questions, there are people who can help me.
I really appreciate Cordova and Phone Gap paving the way, but React Native has the least friction, so it is what I’ll choose.
If you had zero experience with React, the playing field might be a little more even,
I would select react native because it has the smallest learning curve for me.
Cordova and Phone Gap are nice, but ultimately are more to learn.
React Native is automatically a partially finished learning process because it is based on react browser. More importantly, There is just a more active community around React Native so if I do have any questions, there are people who can help me.
I really appreciate Cordova and Phone Gap paving the way, but React Native has the least friction, so it is what I’ll choose.
If you had zero experience with React, the playing field might be a little more even, I don’t know, for me, it is React all the way because I already know it.
Phonegap
This is the most popular cross-platform framework for mobile hybrid application development. From the team behind Apache Cordova, the Adobe PhoneGap framework is an open source distribution of Cordova framework. With Phonegap, you can reuse existing web development skills to quickly make hybrid applications built with HTML, CSS, and JavaScript for multiple platforms with a single codebase so you can reach your audience no matter their device.
Apache Cordova can be extended with native plug-ins, allowing developers to add more functionalities that can be called from JavaScript, making it
Phonegap
This is the most popular cross-platform framework for mobile hybrid application development. From the team behind Apache Cordova, the Adobe PhoneGap framework is an open source distribution of Cordova framework. With Phonegap, you can reuse existing web development skills to quickly make hybrid applications built with HTML, CSS, and JavaScript for multiple platforms with a single codebase so you can reach your audience no matter their device.
Apache Cordova can be extended with native plug-ins, allowing developers to add more functionalities that can be called from JavaScript, making it communicate directly between the native layer and the HTML5 page. These plugins allow access to the device's accelerometer, camera, compass, file system, microphone, and more.
Link: http://phonegap.com
Ionic Framework
Ionic Framework is a complete open-source SDK for hybrid mobile app development. Built on top of Angular.js and Apache Cordova, Ionic provides tools and services for developing hybrid mobile apps using Web technologies like CSS, HTML5, and Sass. Apps can be built with these Web technologies and then distributed through native app stores to be installed on devices by leveraging Cordova.
Ionic Framework is a 100% free and open source project, licensed under MIT. It will always remain free to use, powered by a massive world-wide community. They have over 120 native device features like Bluetooth, HealthKit, Finger Print Auth, and more with Cordova/PhoneGap plugins and TypeScript extensions. You can use their CLI to create, build, test, and deploy your Ionic apps onto any platform. The framework has Ionicons icon pack with hundreds of the most common app icons. MIT licensed, and ready out of the box. And you can develop your apps by Live Reload because to compile and redeploy your app at every step of development is for chumps. And there are more useful features like deep linking, AoT Compiling, Ionic Native.
Link: https://ionicframework.com
source:10 Frameworks for Mobile Hybrid Apps | Jscrambler Blog
I'm not sure if developers loves it as much as product managers. It sure sounds like a great thing if you can reduce overall costs significantly by having one team work on one code base to target a multitude of platforms.
When you build apps with Cordova, however, you will learn about the quirks and limits you have to work around on each platform. It's a huge task that requires extreme care for every platform and it's differences. The most apparent one is user interface. This must differ greatly between platforms so that it matches customer expectations. Thinking that you can serve the same la
I'm not sure if developers loves it as much as product managers. It sure sounds like a great thing if you can reduce overall costs significantly by having one team work on one code base to target a multitude of platforms.
When you build apps with Cordova, however, you will learn about the quirks and limits you have to work around on each platform. It's a huge task that requires extreme care for every platform and it's differences. The most apparent one is user interface. This must differ greatly between platforms so that it matches customer expectations. Thinking that you can serve the same layout will do nothing good for you. Often this ends up in a lot of conditionals which makes the code a lot less readable.
I've been a Cordova developer for a great amount of time now, and it works well on small teams where you simply don't have the resources to split development into different platform branches. But it has some clearly defined limits that you will need to work your way around. Sometimes, when everything clicks, it feels great to push something to your web version of the particular app and then you just know that your iOS or Android code base follows along already. That's the magic of it.
All the answers provided the pros and cons already in details, so I would just add couple of points.
- PhoneGap / Cordova is good for prototype, or internal business applications that are add-on to business and not part of the core business. If app is your main business, then you better go native, as there is no comparison with the native experience and performance.
- Cordova is also good if your team is coming from web development background and core skills are html/css. This way, web developer can build the screens, without worry about too app native work.
- Cordova is also good if your app functiona
All the answers provided the pros and cons already in details, so I would just add couple of points.
- PhoneGap / Cordova is good for prototype, or internal business applications that are add-on to business and not part of the core business. If app is your main business, then you better go native, as there is no comparison with the native experience and performance.
- Cordova is also good if your team is coming from web development background and core skills are html/css. This way, web developer can build the screens, without worry about too app native work.
- Cordova is also good if your app functionality can be achieved using out of the box features. Anytime, you need custom feature not available in the PhoneGap, different effort and experience is required.
- You can do everything with PhoneGap / Cordova that you can do in Native. If there is no out of box functionality, or some plugin does not work as per your need, you can always create your own, or update the existing, as its open source. However, writing plugin or updating is not for everyone. In one of our project, map was not behaving as required, so we had to write our own plugin for this purpose. We actually got the project for same reason, and previous developer gave up because of the same reason.
I hope this helps.
When compared to frameworks like Ionic, PhoneGap, and Cordova, React Native is a better choice in aspects of app performance, its appearance, debugging, compilation, interpretation, etc.
RN makes use of natively rendered UI. It makes use of JavaScript, HTML, CSS, etc. The animations are smoother and the apps have a better UI and UX.
App’s business logic is handled by JavaScript code that elevates the performance and speed of the apps. Also, RN supports the just-in-time process of manufacturing which eases the interpretation and compilation process. When it comes to debugging and rectifying the e
When compared to frameworks like Ionic, PhoneGap, and Cordova, React Native is a better choice in aspects of app performance, its appearance, debugging, compilation, interpretation, etc.
RN makes use of natively rendered UI. It makes use of JavaScript, HTML, CSS, etc. The animations are smoother and the apps have a better UI and UX.
App’s business logic is handled by JavaScript code that elevates the performance and speed of the apps. Also, RN supports the just-in-time process of manufacturing which eases the interpretation and compilation process. When it comes to debugging and rectifying the errors, React Native has a simpler process.
For all such reasons, RN is widely preferred and every React Native app development company is in high demand. It is not only cost-effective but also delivers performance-based apps.
Cordova is a container that is specially designed to run Web Apps on Mobile OS's such as Android and iOS with a native look and feel. This is the basic concept of Hybrid App Development.
One Code.Multiple Platforms.
Regarding Cordova, this is an emerging technology and the community is just beginning to grow. Cordova's predecessor is Phonegap, which is the pioneer of Hybrid App Development. Cordova is highly advanced than Phonegap and is very easy to handle, all under the simplicity of a Command Line Interface (CLI).
I agree with Dirk de Kok on this. Common UI libraries can get you close. The problem is that uses really want things pixel perfect. If they aren't they will tell you about it. Now, not being pixel perfect may be ok for your app, but I find its like a cul-de-sac. You can easily get in, but it is hard to get out. As you add more platforms and being more pixel perfect, the cost tends to go up exponentially and can easily be more than the cost of just writing a native UI for each platform.
They all are hybrid mobile app development frameworks.
Coredova also referred as Apache Coredova, is open source JavaScript framework which helps you to build mobile apps with capability to access the device hardware. However you need HTML5, CSS3, JavaScript, JQueryMobile, Sencha to build the UI. Coredova can not be used to build UI of a mobile app. It complements other web technologies which are used to build mobile apps.
Phonegap is propitiatory version of Coredova maintained by Adobe. It just provides some more extra add-ons on top of existing Coredova.
Ionic is combination of HTML5 and Coredo
They all are hybrid mobile app development frameworks.
Coredova also referred as Apache Coredova, is open source JavaScript framework which helps you to build mobile apps with capability to access the device hardware. However you need HTML5, CSS3, JavaScript, JQueryMobile, Sencha to build the UI. Coredova can not be used to build UI of a mobile app. It complements other web technologies which are used to build mobile apps.
Phonegap is propitiatory version of Coredova maintained by Adobe. It just provides some more extra add-ons on top of existing Coredova.
Ionic is combination of HTML5 and Coredova. You can think of it as a full stack framework for building cross-platform mobile apps.
To understand various ways of implementing mobile apps you can have a look at
from my YouTube channel - Codetutor.
I have not explored phonegap much but i know Xamarin well. Main advantage of Xamarin is that you get to code in C# for cross platform development and with that you get to use other .Net libraries. Also, Xamarin claims to be fully native where it converts entire application code to native of its Android/iOS but i guess other cross platform development tools offer the same.
So, if you are good/comfortable in C# or .Net and do not want to learn new language just for mobile app development then Xamarin is good for you.
If you are comfortable with JavaScript and don't want to use the same code for your website then React Native, VueNative or NativeScript are all great modern alternatives to Cordova.
If you like the idea of using the same code for your website and app then Capacitor looks like it solves many of the problems with Cordova:
Cordova can be great for the right use case but is really showing its age.
Well, frameworks like Ionic, Cordova, and PhoneGap are commonly used for developing Hybrid applications as they are considered to be a cost-effective solution. But when it comes to attractive user-experience in the apps, these frameworks may not be up-to-the-mark. In this case, React Native comes in the picture. React Native app development services are highly preferred as compared to other frameworks mentioned above due to this major difference. This framework uses native controls and modules which gives a native-like appearance to the apps. Its UI is more native than the UI of WebView. Due t
Well, frameworks like Ionic, Cordova, and PhoneGap are commonly used for developing Hybrid applications as they are considered to be a cost-effective solution. But when it comes to attractive user-experience in the apps, these frameworks may not be up-to-the-mark. In this case, React Native comes in the picture. React Native app development services are highly preferred as compared to other frameworks mentioned above due to this major difference. This framework uses native controls and modules which gives a native-like appearance to the apps. Its UI is more native than the UI of WebView. Due to the use of native components, the animation quality of the app also improves to a certain extent. Also, the React Native apps have a rich UX and deliver a robust performance. On top of that, this framework cost-effectively allows speedy development, due to which it is used by several organizations on a large scale.
I hope this answer was helpful to you. For more information on React Native, kindly read the article by clicking The most frequently asked Questions on React Native! (Part-2).
- Phonegap : Open Source but Acquired by Adobe System & copyrighted too..
- Apache Cordova : Open Source, Licensed under Apache Licence.
- Ionic : Open Source & uses cordova because there may be a copyrights problem
Go for React Native. It is superior to all these. It packs in more native tools. It compiles to more native .Also you can push your updates OTA without waiting for the Appstore's permission. And JavaScript has a rich ecosystem. You get all the libraries via npm. One code for your web app, android and iOS. How fantastic it is !
I read the article mentioned by Bastien, but as I see it, there is absolutely no difference between PhoneGap and Cordova. I was using PhoneGap before the name change, and after the name change, and basically nothing changed except naming. The story behind why they had to change the name when becoming and Apache project can be for a different discussion (and I don't know the whole answer), but they are essentially the same thing. Any differences listed in that article are more theoretical, the final build of PhoneGap and the first build of Cordova (I believe) are identical.
If you have good grip over native programming for mobile OS, like android - Java, iOS Obj C and some little knowledge of Javascript, then its not that difficult.
I am gonna describe how to communicate Js to native and native to js for iOS.
I am assuming you have prior understanding of xcode, obj c, javascript, UIWebView etc.
1. Javascript to Native,
Lets say you want call a Objc function using js,
Javascript Part -
- window.location= dummy-js-call + "myObjCMethod";
- //will change location of window, that will trigger UIWebView Delegate,
Native Part -
- - (BOOL)webView:(UIWebView *)webView shouldStartLoadW
If you have good grip over native programming for mobile OS, like android - Java, iOS Obj C and some little knowledge of Javascript, then its not that difficult.
I am gonna describe how to communicate Js to native and native to js for iOS.
I am assuming you have prior understanding of xcode, obj c, javascript, UIWebView etc.
1. Javascript to Native,
Lets say you want call a Objc function using js,
Javascript Part -
- window.location= dummy-js-call + "myObjCMethod";
- //will change location of window, that will trigger UIWebView Delegate,
Native Part -
- - (BOOL)webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)request navigationType:(UIWebViewNavigationType)navigationType
- {
- if ([[[request URL] absoluteString] hasPrefix:@"dummy-js-call:"])
- {
- //Check which method to call, by simple string comparison,
- // Call your Obj C metohd,
- [self performSelectorOnMainThread:@"myObjCMethod" ];
- }
- }
- -(void)myObjCMethod
- {
- //do something native
- }
2. Native to Javascript
Native Part -
There is in-built mthod provided by most of all major Mobile OS browser to evaluate javascript.
This is just one line of code in you are done.
For instance, iOS,
- [webView stringByEvaluatingJavaScriptFromString:@"myJavascriptFunction"]
Of course, here you can pass argument as well.
Javascript Part -
- function myJavascriptFunction()
- {
- //do something javascript
- }
This analogy applies to other mobile platform as well.
I am mobile applications developer, but I don't like to use PhoneGap platform.
Its not in terms of developers perspective, but from Product development perspective, its one app development that runs on all the platforms of mobiles. Because the apps are built around HTML5 and Java script. If any modifications are to be done in the app, just by fixing it in one time, the solution is ready for all other platforms. The development cost is another reason which will remove multiple native apps developers. At the same time if the product owners are not aware of the development technology being used,
I am mobile applications developer, but I don't like to use PhoneGap platform.
Its not in terms of developers perspective, but from Product development perspective, its one app development that runs on all the platforms of mobiles. Because the apps are built around HTML5 and Java script. If any modifications are to be done in the app, just by fixing it in one time, the solution is ready for all other platforms. The development cost is another reason which will remove multiple native apps developers. At the same time if the product owners are not aware of the development technology being used, all the companies will make huge profits. Apart from that there's nothing PhoneGap can do different from other environments.
When it comes to cost-effective hybrid app development, frameworks like PhoneGap, Cordova, Ionic, etc. are considered to be the right fit. But when it comes to high-performing apps that have a native feel React Native is one of the best choices. Let us explore why:
- With React Native app development, one gets 100% native UI as this framework uses native components and works directly with native APIs. As a result, it enhances the way the apps look and perform.
- It does not require WebView which gives it an edge over other frameworks.
- This framework also provides better offline support to the apps a
When it comes to cost-effective hybrid app development, frameworks like PhoneGap, Cordova, Ionic, etc. are considered to be the right fit. But when it comes to high-performing apps that have a native feel React Native is one of the best choices. Let us explore why:
- With React Native app development, one gets 100% native UI as this framework uses native components and works directly with native APIs. As a result, it enhances the way the apps look and perform.
- It does not require WebView which gives it an edge over other frameworks.
- This framework also provides better offline support to the apps and they can work fine despite poor internet availability.
- It has smoother animations and an animated library while in other frameworks, these features are much difficult to implement.
We have seen how RN is better than other frameworks in several aspects. Do you know any other benefits of RN? Please let us know your thoughts in the comment section.
It will never get closer than 80-90 % of the quality of native apps:
- web libraries and/or bridges to native libraries will always be slower/less powerful than the native libraries like UIKit or CoreText
- UI standards differ per platform, and using one technology that tries to have the same interface for both iOS and Android will always result in a subpar user experience
Well apps are native on their systems, so they are much faster. Also C# is "safe in business" language. There's no problem to find qualified programmer for the job.
Xamarin.Forms seems to be interesting too, but I never had the opportunity to try it.
Phonegap apps are nothing more than HTML/Javascript stand-alone apps that are wrapped in some native code that allow access to native features that you wouldn't normally have available as a "web" app. I quote web there because although these apps are going to be built on HTML/Javascript, they won't live on the Internet, they are in the Phonegap-wrapped package/app.
So to answer your questions...
Will Phonegap take care of everything? Well, just Phonegap no. Phonegap give you a framework to build an HTML5/CSS3/Javascript app and a bunch of native projects (iOS, Android, WebOS, etc.) that you can
Phonegap apps are nothing more than HTML/Javascript stand-alone apps that are wrapped in some native code that allow access to native features that you wouldn't normally have available as a "web" app. I quote web there because although these apps are going to be built on HTML/Javascript, they won't live on the Internet, they are in the Phonegap-wrapped package/app.
So to answer your questions...
Will Phonegap take care of everything? Well, just Phonegap no. Phonegap give you a framework to build an HTML5/CSS3/Javascript app and a bunch of native projects (iOS, Android, WebOS, etc.) that you can put your html/css/js app into and customize. By customize, I mean things like add various icons (for example on iOS you might want both a regular resolution icon as well as a retina resolution icon), naming the app, the launch screen image, etc. These things setting are different for each platform so you have to do this yourself.
Then there's Phonegap Build (https://build.phonegap.com/) which is a service that you can upload your html app and it will make the various builds for you. I'm haven't used it.
As for your question on "fine tuning" for each phone, I'm not sure whether you mean performance of the app or details of platform specific settings. If you meant the later, I think I answered that above. If you mean performance, that's a fast moving target as things are changing. For example, all the platforms are getting faster (http://www.sencha.com/blog/apple-ios-5-html5-developer-scorecard http://www.winrumors.com/microsoft-benchmarks-windows-phone-browser-against-iphone-4-and-android-wins/) but some things are crazy slow and some have platform specific hardware acceleration techniques so one might want/need to write platform specific html5/css3/js apps.
Or perhaps you meant "fine tuning" in terms of the platform specific UI paradigms. For example, on the iOS it's common for the "navigation" bar at the top to show a back button when you have a parent view (e.g. the view details of contact view has a back button to the full directory view). On the other hand, this back button is almost never there on the Android platform and Android users habitually press the back button for this function. And Android specifies that this is the way devices and apps should work (http://static.googleusercontent.com/external_content/untrusted_dlcp/source.android.com/en/us/compatibility/4.0/android-4.0-cdd.pdf see Navigation Keys section).
As for your final question of using a "language that works in every platform," are you referring to things like Adobe Flash Builder? I'm not too knowledgable about those and I would love an overview of that topic myself (especially the performance and stability of the produced apps). But I imagine there are similar UI challenges in dealing with difference platforms with difference device/os/user interaction guidelines.
I suggest React Native instead. It allows you to work in Javascript (like Cordova and PhoneGap), but in other ways it is much more "native." You can still share a lot of code between web version and the two main mobile platforms (iOS and Android), but you will be making an app that feels much more native than ones that use WebViews to "fake it."
It's new, so it's not mature, and that can be a big caveat. But it seems to be an indication of the future of mobile app development, especially for those that are more comfortable in JavaScript, and don't have the resources to build their apps compl
I suggest React Native instead. It allows you to work in Javascript (like Cordova and PhoneGap), but in other ways it is much more "native." You can still share a lot of code between web version and the two main mobile platforms (iOS and Android), but you will be making an app that feels much more native than ones that use WebViews to "fake it."
It's new, so it's not mature, and that can be a big caveat. But it seems to be an indication of the future of mobile app development, especially for those that are more comfortable in JavaScript, and don't have the resources to build their apps completely separately in iOS, Android, and web.
React Native may have just ended the native vs web debate
Key quotes from a longtime iOS developer:
"React Native seemed like a fun little experiment, but in my mind any real native app would still need to be written the real native way. "
"Fast-forward a couple of months, and I’m confident enough to say I may never write an iOS app in Objective-C or Swift again."