Apache Cordova: From Web To Native

Apache Cordova: From Web To Native

The variety of different mobile OS’, which are each programmed with different languages, has never facilitated mobile developers when wanting to deploy their apps on different platforms. In the same way, web developers who want to make their website mobile friendly and don’t know how to develop native apps, are stuck with the mobile version of their site, never fully optimized for the variety of mobile devices on the market and likely to be unreachable if the user is offline.

Well, Cordova solves all these problems.

Apache Cordova is a free and open source mobile development framework. It allows you to use standard web technologies such as HTML5, CSS3, and JavaScript for cross-platform development, avoiding each mobile platforms native development language.

The installation is quite easy, and you just need Node.js in order to install Cordova.

Let’s just hope that web developers won’t take over mobile developers…

Click here to go on the Apache Cordova website, where you can find tutorials and documentation on how to install and use this framework.

Leave a comment