Skip to main content

Posts

Showing posts from 2015

Apache Cordova

Apache Cordova with Visual Studio What is Apache Cordova ? Apache Cordova is an open source framework which enables developers to create packaged apps using HTML, CSS and Js   for 3 major platforms (Windows, iOS and Android) Apps which have developed using Cordova have ability to access to native capabilities. Support for offline scenarios    Resources : Visual Studio Tools for Apache Cordova   Creating your first Hello World app with Tools for Apache Cordova Building Apache Cordova Apps with Visual Studio Multi-Device Hybrid Apps for Apache Cordova Thank You