# cordova-university **Repository Path**: mirrors_microsoft/cordova-university ## Basic Information - **Project Name**: cordova-university - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2025-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### As of March 2019, this repo is no longer maintained by Microsoft. If you're interested in continuing this project, please feel free to fork it. As of March 2019, we will no longer monitor or respond to open issues. Thanks for your support! --- # cordova-university A collection of presentations and tutorials for developers working with the open source Apache Cordova project. From the Microsoft Visual Studio Tools for Apache Cordova (TACO) team. ## Presentations from 2016 ### Build mobile apps for iOS, Android, and Windows using JavaScript [ [Presentation](https://github.com/Microsoft/cordova-university/blob/master/Presentations/2016/build%20mobile%20apps%20using%20JavaScript/build%20mobile%20apps%20using%20JavaScript.PPTX?raw=true) ] This presentation is a basic intro to Apache Cordova, Visual Studio TACO, and the VS Code Cordova Tools extension. ### Creating the ideal Cordova dev environment [ [Presentation](http://www.slideshare.net/RyanJSalva/phonegap-day-2016-eu-creating-the-ideal-cordova-dev-environment) ][ [Recording](https://www.youtube.com/watch?v=a0dylTDZDG4) ] [ [Blog post](http://ryanjsalva.com/2016/05/15/cordova-dev-environment.html) ] Geek out over strategies for managing Node + NPM, customizing the command line with bash scripts, tricking out your code editor with plugins, optimizing your edit/preview/debug development loop, choosing devices for your hardware library, and streamlining deployment with continuous integration/release. ### Cross-Platform Mobile with Cordova and Ionic Framework [ [Presentation](https://github.com/Microsoft/cordova-university/blob/master/Presentations/2016/cross%20platform%20mobile%20with%20Cordova%20and%20Ionic/cross%20platform%20mobile%20with%20Cordova%20and%20Ionic.pptx?raw=true) ] [ [Recording](https://channel9.msdn.com/Events/Build/2016/B835) ] Six years ago, PhoneGap (a.k.a. Apache Cordova) burst onto the scene with tremendous fanfare. It promised near-total code sharing across iOS, Android, and Windows using HTML, CSS, and JavaScript. Since then, both the technology and the market have matured. Phones are faster and JavaScript frameworks are smarter. Ionic Framework is a free and open source library of mobile-optimized HTML, CSS and JS CSS components, gestures, and tools for building highly interactive apps. Built with Sass and optimized for AngularJS, it fits neatly into the JS developer workflow. In this session, the Ionic team will join us on stage to share how Microsoft and Ionic built a Build conference app using VS Code, Visual Studio, Azure Mobile Services, Ionic and Code Push. ### Mobile DevOps (at a web cadence) [ [Presentation](https://github.com/Microsoft/cordova-university/blob/master/Presentations/2016/mobile%20devops/mobile%20devops.pptx?raw=true) ] Technologies like PhoneGap, Cordova, and React Native brought the web's enviable edit-launch-debug cycle to mobile. While this makes for an amazing dev experience, your app ultimately distributes through the App Store… which means that you can’t take advantage of the same release agility often associated with web development. Or can you? Whether developing locally, distributing internally, or publishing to the world, delivering updates on a “web cadence” improves your chances of success. This talk will show how easy it can be to setup an automated build pipeline and release continous app deployments via services like VSTS, HockeyApp and CodePush.