-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
187 lines (159 loc) · 7.27 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.3.0/css/reveal.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.3.0/css/theme/black.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<center>
<img data-src="img/blocks.png" width="300" style="margin: 15px 0;background: none; border: none; box-shadow: none;" class="no-border">
</center>
<h3>Building Native Mobile Applications with NativeScript</h3>
<h5>Talk:
<a href="https://github.com/831Dev/nativescript-talk" target="_blank">
https://github.com/831Dev/nativescript-talk
</a>
</h5>
</section>
<section>
<h1>STORY TIME!</h2>
</section>
<section>
<h2>I want a mobile app!</h2>
<center>
<img data-src="img/build.png" height="300" style="margin: 15px 0;background: none; border: none; box-shadow: none;"
class="no-border">
</center>
</section>
<section>
<h2>What do I do?</h2>
<center>
<img data-src="img/whattodo.png" height="300" style="margin: 15px 0;background: none; border: none; box-shadow: none;"
class="no-border">
</center>
</section>
<section>
<h2>Find your best approach</h2>
<center>
<img data-src="img/comic.png" height="400" style="margin: 15px 0;background: none; border: none; box-shadow: none;"
class="no-border">
</center>
</section>
<section>
<h2>Get to work</h2>
<center>
<img data-src="img/working.gif" height="250"
class="no-border">
<img data-src="img/cat.gif" height="250"
class="no-border">
<img data-src="img/sleeping.jpg" height="250"
class="no-border">
<img data-src="img/yellow.gif" height="250"
class="no-border">
<img data-src="img/beavis.gif" height="250"
class="no-border">
</center>
</section>
<section>
<h2>The final product</h2>
<center>
<img data-src="img/calcourtapp.png" height="500" style="margin: 15px 0;background: none; border: none; box-shadow: none;"
class="no-border">
</center>
<h5>
<a href="https://play.google.com/store/apps/details?id=gov.ca.courts.accessapp" target="_blank">
https://bit.ly/2wtMTxf
</a>
</h5>
</section>
<section>
<h1>... OK, back to the presentation -> </h2>
</section>
<section>
<h2>NativeScript is...</h2>
<p>
an open source framework for building truly native mobile apps with JavaScript. Use web skills, like TypeScript, Angular,
Vue, and CSS, and get native UI and performance on iOS and Android.
</p>
</section>
<section>
<h2>Architecture Choices </h2>
<center>
<img data-src="img/frameworks.png" style="margin: 15px 0;background: none; border: none; box-shadow: none;" class="no-border">
</center>
</section>
<section>
<h2>Alternatives</h2>
<center>
<img data-src="img/reactnative.png" height="200" style="margin: 15px 0;background: none; border: none; box-shadow: none;"
class="no-border">
<img data-src="img/xamarin.png" height="200" style="margin: 15px 0;background: none; border: none; box-shadow: none;" class="no-border">
</center>
<ul>
<li>Ionic</li>
<li>Cordova</li>
<li>PhoneGap</li>
<li>XCode, Android Studio</li>
</ul>
</section>
<section>
<h2>Driving Forces</h2>
<ul>
<li>Truely Native</li>
<li>
<img height="32" data-src="img/heart.png" style="margin: 0;background: none; border: none; box-shadow: none;" class="no-border"
/> NativeScript</li>
<li>NG Code Reuse - Except UI</li>
<li>Time To Market</li>
</ul>
</section>
<section>
<h2>Getting Started</h2>
<p style="color:#ffdf30;" class="fragment fade-in-then-out">npm install nativescript -g</p>
<p style="color:#00e3ff;" class="fragment fade-in-then-out">tns doctor</p>
<p style="color:#17ff2e;" class="fragment fade-in-then-out">tns create myNsApp --template tns-template-blank-ng</p>
<p style="color:#e365ff;" class="fragment fade-in-then-out">tns run ios</p>
</section>
<section>
<h2>Sidekick</h2>
<img height="500" data-src="img/sidekick.png" style="margin: 0;background: none; border: none; box-shadow: none;" class="no-border"
/>
</section>
<section>
<h2>Playground</h2>
<img height="500" data-src="img/playgroud.png" style="margin: 0;background: none; border: none; box-shadow: none;" class="no-border"
/>
</section>
<section>
<h2>Scaffolding</h2>
<img height="500" data-src="img/env.png" style="margin: 0;background: none; border: none; box-shadow: none;" class="no-border"
/>
</section>
<section>
<h2>Development Experience</h2>
<img height="400" data-src="img/ngcode.png" style="margin: 0;background: none; border: none; box-shadow: none;" class="no-border"
/>
</section>
<section>
<h2>UI Controls</h2>
<img height="400" data-src="img/ui.png" style="margin: 0;background: none; border: none; box-shadow: none;" class="no-border"
/>
</section>
<section>
<h2>DEMO</h2>
<h5>with Brian De Anda</h5>
<center>
<img data-src="img/demo.png" style="margin: 15px 0;background: none; border: none; box-shadow: none;" class="no-border">
</center>
</section>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.3.0/js/reveal.min.js"></script>
<script>
Reveal.initialize();
</script>
</body>
</html>