Web Unleashed 2015

2015-09-16 00:00:00 2015-09-18 00:00:00 America/Toronto Web Unleashed 2015 By attending Web Unleashed, you will get up-to-date on the skills to push you ahead in your career. You'll also have the opportunity to network and share ideas with like-minded professionals. Toronto FITC Toronto

Overview

Many companies maintain a separate repo for web and native mobile applications, and sometimes yet another for mobile web. Historically you may hear that ‘wrapped applications’ are slower and choppy. This is no longer the case – if your application is structured correctly.

By using Ember.js with Cordova, it is possible to have a single code base powering all four (desktop web, mobile web, native iOS and native Android). Outside of the immediate cost/programming time savings, this technique enables you to build future iterations faster and stop the out of sync issues plaguing many code bases (e.g. the Android app has different features to iOS).

Objective

Learn how to write a single code base which works on all platforms without the presumed drawbacks.

Target Audience

Developers/managers working on one of the three mentioned platforms, and who wish to no longer maintain separate code bases for each platform.

Assumed Audience Knowledge

A general knowledge of how either backend, front-end or mobile applications are developed is helpful.

Five things audience members will learn

  1. How to build a single code base working on all platforms
  2. What changes (if any) are required in the code base to achieve this
  3. How to avoid common draw-backs of wrapped applications, such as perceived slowness
  4. How to access native phone functions without muddling up the code base
  5. How such applications are packaged and deployed