Apache Cordova icon
Apache Cordova icon

Apache Cordova

 53 likes

Apache Cordova is a set of device APIs that allow a mobile app developer to access native device function such as the camera or accelerometer from JavaScript. Combined with a UI framework such as jQuery Mobile or Dojo Mobile or Sencha Touch, this allows a smartphone app to be...

Apache Cordova screenshot 1

License model

  • FreeOpen Source

Application type

Platforms

  • Mac
  • Windows
  • Linux
  • Online
4 / 5 Avg rating (3)
53 likes
3comments
0 news articles

Features

Suggest and vote on features

Properties

  1.  Lightweight

Features

  1.  Android Development
  2.  Web-Based
  3.  Multiplatform Export
  4.  Ad-free
  5.  No registration required
  6.  Dark Mode
  7.  Portable
  8.  Javascript scripting

Apache Cordova News & Activities

Highlights All activities

Recent News

No news, maybe you know any news worth sharing?
Share a News Tip

Recent activities

Show all activities

Apache Cordova information

  • Licensing

    Open Source and Free product.
  • Rating

    Average rating of 4
  • Alternatives

    47 alternatives listed
  • Supported Languages

    • English

Our users have written 3 comments and reviews about Apache Cordova, and it has gotten 53 likes

Apache Cordova was added to AlternativeTo by Alex Halkin on Nov 10, 2013 and this page was last updated Dec 18, 2020.

Comments and Reviews

   
 Post comment/review
victorieowl90
  
Top positive commentMay 31, 2021

I generally like Cordova though it has its disadvantages like testing compared to which I switched later. Flutter definitely wins with its HotReload. To anyone thinking about this 2 frameworks, I would recommend reading this article https://surf.dev/flutter-vs-apache-cordova/, it may be useful to understand pros and cons. Thank you, Apache Cordova, you served me really well, but now it's time to say goodbye :)

0
HiroshiKubo
  
Positive commentSep 26, 2017

Great platform. Saves time

0
lunolas
  
Positive commentJul 26, 2017

Quickest, simplest way to get cross-platform on mobile. Excellent knowledge base.

0

What is Apache Cordova?

Apache Cordova is a set of device APIs that allow a mobile app developer to access native device function such as the camera or accelerometer from JavaScript. Combined with a UI framework such as jQuery Mobile or Dojo Mobile or Sencha Touch, this allows a smartphone app to be developed with just HTML, CSS, and JavaScript.

When using the Cordova APIs, an app can be built without any native code (Java, Objective-C, etc) from the app developer. Instead, web technologies are used, and they are hosted in the app itself locally (generally not on a remote http server).

And because these JavaScript APIs are consistent across multiple device platforms and built on web standards, the app should be portable to other device platforms with minimal to no changes.

Official Links