“I want to build an app!”
HTML5 that acts like native
Direct access to native APIs
Familiar web dev environment
A single code base (web platform!)
“It's not 2007 anymore”
Year | Device | Processor | RAM |
---|---|---|---|
2007 | iPhone | 400 MHz | 128 MB |
2010 | iPhone 4 | 1 GHz | 512 MB |
2012 | iPhone 5 | 1.3 GHz dual-core | 1 GB |
2015 | iPhone 6S | 1.84 GHz dual-core | 2 GB |
caniuse.com is lookin' pretty good nowadays
Android is now Chromium-based
iOS users keep their devices up-to-date
Don't forget Crosswalk
https://mixpanel.com/trends/#report/ios_9
https://mixpanel.com/trends/#report/android_os_adoption
(You'll feel right at home)
Extends the HTML vocabulary
Proven for large-scale app development
UI Components using Directives & Services
CSS generated from the Sass preprocessor
Quickly give your app its own look and feel
CSS designed to be easily overridden
Variables based with default settings
List Item {{ item.id }}
{{ c.name }}
{{ c.email }}
700+ MIT licensed font-icons included