Developing apps with Apache Cordova

Scarcity

The Cordova support ends here, however. In particular, the framework was not designed to offer any user-interface components or widgets that would allow you to click together a user interface quickly. Only simple dialog windows for warnings, error messages, and simple queries are available (via the cordova-plugin-dialogs plugin).

For further UI elements (e.g., switching pages), you must either implement them yourself or rely on JavaScript libraries such as the popular jQuery UI [10]. However, a disadvantageous side effect is that the application will not be able to assume the appearance of the target platform.

Another disadvantage for pure Linux users: Because Cordova requires the SDKs for each respective target platform, iOS apps can only be created and tested on OS X. Therefore, if you want to develop for iPhones, you need an Apple computer. The same applies to Windows Phone and a Windows computer.

Furthermore, app developers must set up and maintain the SDKs by hand, as well as manually certifying apps such as those for the Play Store. The Cordova documentation consists only of a short tutorial, though it is still a very detailed reference [1].

Conclusion

Despite these restrictions, HTML, CSS, and JavaScript experts can get to their first app fairly quickly using Cordova. You can address the smartphone hardware in the familiar JavaScript and do not need to worry about platform differences: The same code runs on both iOS and Android.

Cordova's command-line tools abstract the individual platform SDKs from the properties, although app developers do require the relevant hardware for their installation. You must also work on the command line, implement the user interface completely independently, and retrofit numerous functions via the appropriate plugins.

If you want to create a finished app at greater speed or with just a few mouse clicks, then, you will be better served by another tool.

Buy this article as PDF

Express-Checkout as PDF
Price $2.95
(incl. VAT)

Buy Linux Magazine

SINGLE ISSUES
 
SUBSCRIPTIONS
 
TABLET & SMARTPHONE APPS
Get it on Google Play

US / Canada

Get it on Google Play

UK / Australia

Related content

  • Tutorials – Cordova Sensor

    Frameworks like Cordova make creating simple mobile apps quite easy. Making apps that use your phone's sensor is slightly trickier, but, thanks to a new universal standard, things are not as hard as you may think.

  • Tutorials – Docker

    You might think Docker is a tool reserved for gnarly sys admins, useful only to service companies that run complicated SaaS applications, but that is not true: Docker is useful for everybody.

  • Electron

    GitHub's Electron project brings the benefits of web programming to the realm of desktop applications.

comments powered by Disqus
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters

Support Our Work

Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.

Learn More

News