PhoneGap and AngularJS

Track and organize your meetings within your company

Get Started. It's Free
or sign up with your email address
PhoneGap and AngularJS by Mind Map: PhoneGap and AngularJS

1. Summery

1.1. Lean

1.2. Be prepared for the future (the Angular way)

1.3. Let's work together to make native programmers unemployed!

1.4. My info

1.4.1. LinkedIn

1.4.2. G+

1.4.3. [email protected]

2. Progress

2.1. Web

2.1.1. Chrome for android

2.1.1.1. Release cycle

2.1.1.2. Full screen

2.1.1.3. WebRTC

2.1.1.4. Password sync

2.1.2. Chromium for webview

2.1.3. PhoneGap release every month

2.2. Native

2.2.1. ?

2.3. New stuff

2.3.1. Google Glass

2.3.1.1. REST API

2.3.1.2. HTML tickets

3. Community

3.1. Angular support group

4. Bullshit talk

4.1. Agenda

4.1.1. Why go HTML?

4.1.2. Change the approach

4.1.3. Start building a standart toolset

4.1.4. How AngularJS relates?

4.1.5. Workflow workflow workflow

4.2. Me

4.2.1. Bink

4.2.2. Background c++/MFC, C#/WPF

4.2.3. Built iOS, not android

4.2.4. and now AngularJS

5. Tools

5.1. Process

5.1.1. Start a PhoneGap app

5.1.2. Get a seed app

5.1.2.1. Yeoman

5.1.2.2. angular-phonegap-seed

5.1.2.3. angular-mobile-nav

5.1.3. IDE

5.1.3.1. WebStorm

5.1.3.2. Whatever

5.1.3.2.1. Adobe Edge Animate

5.1.4. Debug

5.1.4.1. Locally

5.1.4.1.1. chrome locally

5.1.4.1.2. Dev Tools!

5.1.4.1.3. Magic touch

5.1.4.1.4. Browser Stack

5.1.4.1.5. Batarang

5.1.4.2. Remote

5.1.4.2.1. Android

5.1.4.2.2. iOS

5.1.5. Deploy

5.1.5.1. xCode

5.1.5.2. Android Debug Tool

6. Performance

6.1. "It is easier to optimize correct code than to correct optimized code" -Bill Harlan (from A Tirade Against the Cult of Performance)

6.2. The Breakpoint

6.2.1. Memory leaks

6.2.2. Bottlenecks

6.2.3. Profiling

6.2.3.1. This

6.2.3.2. that

6.3. Github's CSS performance

6.4. The Angular way (Not JQuery mobile!!!)

6.4.1. No need for JQuery, Jquery mobile, JQuery-UI

6.4.2. Smart binding

6.4.2.1. Javascript vs. DOM manipulation

6.4.3. Object.observe

7. Standardisation and structure

7.1. Framework!

7.2. mobile-view

7.3. Angular 1.1.4

7.3.1. ng-animate

7.3.1.1. Combine

7.3.1.1.1. translate3d

7.3.2. ng-mobile

7.3.2.1. ng-tap / ng-click

7.3.2.1.1. feat(ngTap): Add a CSS class while the element is held down

7.3.2.2. ng-swipe (left/right)

7.3.2.3. hammer.js

7.4. AngularJS directives to all of PhoneGap's plugins

7.5. Out of the structure when you really need to