@@ -65,6 +65,15 @@ Each Snack reveals NativeScript's power, from UI tricks to platform SDK usages t
65
65
},
66
66
{
67
67
id: 4 ,
68
+ title: " Reflective UI" ,
69
+ href: " https://stackblitz.com/edit/nativescript-reflective-ui?file=src%2Fapp%2Fitem%2Fitems.component.ts" ,
70
+ description: " Using iOS AVCaptureSession to create live reflective UI mask. Try with your phone in Dark Mode, it's neat!" ,
71
+ categories: [{ title: " iOS AVCaptureSession" , href: " https://developer.apple.com/documentation/avfoundation/avcapturesession?language=objc" }],
72
+ videoUrl: " https://youtube.com/embed/rbF6mYfwnck" ,
73
+ videoTitle: " NativeScript Reflective UI" ,
74
+ },
75
+ {
76
+ id: 5 ,
68
77
title: " Tetris Game with Vue 3" ,
69
78
href: " https://stackblitz.com/edit/ns-tetris?file=src%2Fcomponents%2FHome.vue" ,
70
79
description: " Tetris Game with Vue 3." ,
@@ -73,7 +82,7 @@ Each Snack reveals NativeScript's power, from UI tricks to platform SDK usages t
73
82
videoTitle: " A Tetris Game built with Vue 3" ,
74
83
},
75
84
{
76
- id: 5 ,
85
+ id: 6 ,
77
86
title: " iOS Recognize Text from an Image" ,
78
87
href: " https://stackblitz.com/edit/nativescript-text-from-image?file=src%2Fapp%2Fhome%2Fhome.component.ts" ,
79
88
description: " Recognizing text from an Image on iOS." ,
@@ -91,7 +100,7 @@ Each Snack reveals NativeScript's power, from UI tricks to platform SDK usages t
91
100
videoTitle: " iOS Recognize Text from an Image" ,
92
101
},
93
102
{
94
- id: 6 ,
103
+ id: 7 ,
95
104
title: " iOS PDFKit" ,
96
105
href: " https://stackblitz.com/edit/nativescript-pdfview-via-ios-pdfkit?file=src%2Fapp%2Fnative-pdfview%2Fnative-pdfview.ts" ,
97
106
description: " Generating and previewing PDFs using iOS PDFKit." ,
@@ -109,7 +118,7 @@ Each Snack reveals NativeScript's power, from UI tricks to platform SDK usages t
109
118
videoTitle: " iOS PDFKit" ,
110
119
},
111
120
{
112
- id: 7 ,
121
+ id: 8 ,
113
122
title: " PDF w/ WKWebView & AndroidPdfViewer" ,
114
123
href: " https://stackblitz.com/edit/nativescript-pdfviewer?file=src%2Fapp%2Fnative-pdfview%2Findex.ios.ts" ,
115
124
description: " Rendering PDF with WKWebView on iOS." ,
@@ -129,7 +138,7 @@ Each Snack reveals NativeScript's power, from UI tricks to platform SDK usages t
129
138
],
130
139
},
131
140
{
132
- id: 8 ,
141
+ id: 9 ,
133
142
title: " Autogrow Textfield" ,
134
143
href: " https://stackblitz.com/edit/nativescript-ng-textview-autogrow-vs-textfield?file=src%2Fapp%2Fitem%2Fitems.component.html" ,
135
144
description: " Autogrowing Textfield as you type." ,
@@ -142,7 +151,7 @@ Each Snack reveals NativeScript's power, from UI tricks to platform SDK usages t
142
151
],
143
152
},
144
153
{
145
- id: 9 ,
154
+ id: 10 ,
146
155
title: " Text to Speech" ,
147
156
href: " https://stackblitz.com/edit/nativescript-text-to-speech?file=src%2Fapp%2Fspeech%2Findex.ios.ts" ,
148
157
description: " Simple Text to Speech." ,
@@ -158,7 +167,7 @@ Each Snack reveals NativeScript's power, from UI tricks to platform SDK usages t
158
167
],
159
168
},
160
169
{
161
- id: 10 ,
170
+ id: 11 ,
162
171
title: " Battery Level Check" ,
163
172
href: " https://stackblitz.com/edit/nativescript-battery-level-check?file=app%2Fbattery%2Findex.ios.ts" ,
164
173
description: " Getting the current battery level." ,
@@ -174,7 +183,7 @@ Each Snack reveals NativeScript's power, from UI tricks to platform SDK usages t
174
183
],
175
184
},
176
185
{
177
- id: 11 ,
186
+ id: 12 ,
178
187
title: " Toggle Device Light" ,
179
188
href: " https://stackblitz.com/edit/nativescript-torch?file=src%2Fapp%2Ftorch%2Findex.ios.ts" ,
180
189
description: " Toggling the Device Light on and off." ,
@@ -190,7 +199,7 @@ Each Snack reveals NativeScript's power, from UI tricks to platform SDK usages t
190
199
],
191
200
},
192
201
{
193
- id: 12 ,
202
+ id: 13 ,
194
203
title: " Using local image assets" ,
195
204
href: " https://stackblitz.com/edit/nativescript-local-image-asset?file=package.json,src%2Fapp%2Fitem%2Fitems.component.html" ,
196
205
description: " Using local image assets." ,
@@ -199,7 +208,7 @@ Each Snack reveals NativeScript's power, from UI tricks to platform SDK usages t
199
208
],
200
209
},
201
210
{
202
- id: 13 ,
211
+ id: 14 ,
203
212
title: " Checkbox Example" ,
204
213
href: " https://stackblitz.com/edit/nativescript-checkbox-example?file=src%2Fapp%2Fitem%2Fitems.component.html" ,
205
214
description: " Using checkbox components." ,
@@ -212,7 +221,7 @@ Each Snack reveals NativeScript's power, from UI tricks to platform SDK usages t
212
221
},
213
222
// Not ready yet but will discuss with Dylan to update
214
223
// {
215
- // id: 14 ,
224
+ // id: 15 ,
216
225
// title: 'RxDB Angular Lokijs',
217
226
// href: 'https://stackblitz.com/edit/nativescript-angular-rxdb-lokijs-demo-9ha1fc?file=src%2Fapp%2Fcomponents%2Fhero.component.ts',
218
227
// description: 'Using RxDB Angular Lokijs.',
0 commit comments