-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
366 lines (280 loc) · 10.7 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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<meta name='description' content='code'>
<meta name='theme-color' content='#EB5D24'>
<meta property='og:title' content='all about apps'>
<meta property='og:description' content='code'>
<meta property='og:url' content='https://code.allaboutapps.at/'>
<meta property='og:site_name' content='all about apps'>
<meta property='og:type' content='website'><meta property='og:updated_time' content='2021-09-23T17:56:00+02:00'/><meta name='twitter:card' content='summary'>
<meta name="generator" content="Hugo 0.79.0" />
<title>all about apps</title>
<link rel='canonical' href='https://code.allaboutapps.at/'>
<link href="https://code.allaboutapps.at/index.xml" rel="alternate" type="application/rss+xml" title="all about apps" />
<link rel='icon' href='/favicon.ico'>
<link rel='stylesheet' href='/assets/css/main.d599583a.css'><link rel='stylesheet' href='/css/custom.css'><style>
:root{--color-accent:#EB5D24;}
</style>
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-46375725-3', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
</head>
<body class='home type-page has-sidebar'>
<div class='site'>
<div id='sidebar' class='sidebar'>
<a class='screen-reader-text' href='#main-menu'>Skip to Main Menu</a>
<div class='container'><section class='widget widget-about sep-after'>
<header>
<div class='logo'>
<a href='/'>
<img src='/images/logo.png'>
</a>
</div>
<h2 class='title site-title '>
all about apps
</h2>
<div class='desc'>
code
</div>
</header>
</section>
<section class='widget widget-sidebar_menu sep-after'><nav id='sidebar-menu' class='menu sidebar-menu' aria-label='Sidebar Menu'>
<div class='container'>
<ul><li class='item current'>
<a aria-current='page' href='/'>Home</a></li><li class='item'>
<a href='/categories/android/'>Android</a></li><li class='item'>
<a href='/categories/ios/'>iOS</a></li><li class='item'>
<a href='/categories/web/'>Web</a></li><li class='item'>
<a href='/categories/qa/'>QA</a></li><li class='item'>
<a href='/categories/flutter/'>Flutter</a></li><li class='item'>
<a href='/articles/'>All Articles</a></li><li class='item'>
<a href='/about/'>About</a></li></ul>
</div>
</nav>
</section></div>
<div class='sidebar-overlay'></div>
</div>
<div class='main'>
<a class='screen-reader-text' href='#content'>Skip to Content</a>
<button id='sidebar-toggler' class='sidebar-toggler' aria-controls='sidebar'>
<span class='screen-reader-text'>Toggle Sidebar</span>
<span class='open'><svg class='icon' viewbox='0 0 24 24' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' aria-hidden='true'>
<line x1="3" y1="12" x2="21" y2="12" />
<line x1="3" y1="6" x2="21" y2="6" />
<line x1="3" y1="18" x2="21" y2="18" />
</svg>
</span>
<span class='close'><svg class='icon' viewbox='0 0 24 24' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' aria-hidden='true'>
<line x1="18" y1="6" x2="6" y2="18" />
<line x1="6" y1="6" x2="18" y2="18" />
</svg>
</span>
</button>
<header id='header' class='header site-header'>
<div class='container sep-after'>
<div class='header-info'><h1 class='site-title title'>all about apps</h1></div>
</div>
</header>
<main id='content'>
<div class='entry'>
<div class='container entry-content'>
<p>We are a full-service mobile app development company located in Vienna, Austria.</p>
<p><a href="https://www.allaboutapps.at">Contact us</a>!</p>
</div>
</div>
<div class='home-widgets'>
<div class='container sep-before'><section class='widget widget-recent_posts sep-after'>
<header>
<h4 class='title widget-title'>Recent Posts</h4>
</header>
<ul class='list'>
<li class='item'>
<div class='meta'>
<span>
<span class='screen-reader-text'>Posted on </span>
<time datetime='2021-09-23T17:56:00+02:00'>2021, Sep 23</time>
</span>
</div>
<header class='item-header'>
<h3 class='item-title'>
<a href='/articles/nested-navigation-with-getx/'>Nested navigation with Getx</a>
</h3>
</header>
</li>
<li class='item'>
<div class='meta'>
<span>
<span class='screen-reader-text'>Posted on </span>
<time datetime='2020-03-24T12:32:36+01:00'>2020, Mar 24</time>
</span>
</div>
<header class='item-header'>
<h3 class='item-title'>
<a href='/articles/custom-epoxy-carousel/'>Snapping behaviour in Epoxy Carousel and its pitfalls</a>
</h3>
</header>
</li>
<li class='item'>
<div class='meta'>
<span>
<span class='screen-reader-text'>Posted on </span>
<time datetime='2019-12-11T09:27:32+01:00'>2019, Dec 11</time>
</span>
</div>
<header class='item-header'>
<h3 class='item-title'>
<a href='/articles/load-testing/'>Load Testing</a>
</h3>
</header>
</li>
<li class='item'>
<div class='meta'>
<span>
<span class='screen-reader-text'>Posted on </span>
<time datetime='2019-09-23T10:16:32+02:00'>2019, Sep 23</time>
</span>
</div>
<header class='item-header'>
<h3 class='item-title'>
<a href='/articles/xcode-alternative-icons/'>Xcode Alternative Icons</a>
</h3>
</header>
</li>
<li class='item'>
<div class='meta'>
<span>
<span class='screen-reader-text'>Posted on </span>
<time datetime='2019-09-16T09:57:26+02:00'>2019, Sep 16</time>
</span>
</div>
<header class='item-header'>
<h3 class='item-title'>
<a href='/articles/material-theming/'>Proper Material Theming in a Multi-Module Setup</a>
</h3>
</header>
</li>
<li class='item'>
<div class='meta'>
<span>
<span class='screen-reader-text'>Posted on </span>
<time datetime='2019-07-03T14:06:29+02:00'>2019, Jul 03</time>
</span>
</div>
<header class='item-header'>
<h3 class='item-title'>
<a href='/articles/uikonf2019/'>UIKonf 2019</a>
</h3>
</header>
</li>
<li class='item'>
<div class='meta'>
<span>
<span class='screen-reader-text'>Posted on </span>
<time datetime='2019-06-21T09:45:12+02:00'>2019, Jun 21</time>
</span>
</div>
<header class='item-header'>
<h3 class='item-title'>
<a href='/articles/android-in-app-updates/'>Force Android in App Updates</a>
</h3>
</header>
</li>
<li class='item'>
<div class='meta'>
<span>
<span class='screen-reader-text'>Posted on </span>
<time datetime='2019-06-19T08:48:46+02:00'>2019, Jun 19</time>
</span>
</div>
<header class='item-header'>
<h3 class='item-title'>
<a href='/articles/nodejs-june-meetup/'>Nodejs June Meetup</a>
</h3>
</header>
</li>
<li class='item'>
<div class='meta'>
<span>
<span class='screen-reader-text'>Posted on </span>
<time datetime='2019-05-14T10:00:00+02:00'>2019, May 14</time>
</span>
</div>
<header class='item-header'>
<h3 class='item-title'>
<a href='/articles/ios-coordinator/'>iOS Coordinators</a>
</h3>
</header>
</li>
<li class='item'>
<div class='meta'>
<span>
<span class='screen-reader-text'>Posted on </span>
<time datetime='2019-05-07T10:03:39+02:00'>2019, May 07</time>
</span>
</div>
<header class='item-header'>
<h3 class='item-title'>
<a href='/articles/android-jetpack-navigation-pitfalls/'>Android Jetpack Navigation Pitfalls & Tricks</a>
</h3>
</header>
</li>
</ul>
</section>
</div>
</div> </main>
<div style="margin-top: 40px; padding: 0 20px; display: flex; align-items: center;">
<img src="/images/texterify_logo_white_background_rounded.png" style="max-height: 56px; margin-right: 8px;" />
<p style="font-size: 14px; margin: 0;">
<span style="font-weight: bold;">Looking for a tool to manage all your software translations in one single place?</span>
<br/>
Checkout <a href="https://texterify.com?utm_source=aaa_blog" style="color: #06f;" target="_blank">texterify.com</a> the new localization and translation management platform.
</p>
</div>
<footer id='footer' class='footer'>
<div class='container sep-before'><section class='widget widget-social_menu sep-after'><nav aria-label='Social Menu'>
<ul><li>
<a href='https://github.com/allaboutapps' target='_blank' rel='noopener'>
<span class='screen-reader-text'>Open Github account in new tab</span><svg class='icon' viewbox='0 0 24 24' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' aria-hidden='true'>
<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"/>
</svg>
</a>
</li><li>
<a href='https://facebook.com/itsallaboutapps' target='_blank' rel='noopener'>
<span class='screen-reader-text'>Open Facebook account in new tab</span><svg class='icon' viewbox='0 0 24 24' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' aria-hidden='true'>
<path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"/>
</svg>
</a>
</li><li>
<a href='https://twitter.com/itsallaboutapps' target='_blank' rel='noopener'>
<span class='screen-reader-text'>Open Twitter account in new tab</span><svg class='icon' viewbox='0 0 24 24' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' aria-hidden='true'>
<path d="M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z"/>
</svg>
</a>
</li><li>
<a href='mailto:[email protected]' target='_blank' rel='noopener'>
<span class='screen-reader-text'>Contact via Email</span><svg class='icon' viewbox='0 0 24 24' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' aria-hidden='true'>
<path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"/>
<polyline points="22,6 12,13 2,6"/>
</svg>
</a>
</li></ul>
</nav>
</section><div class='copyright'>
<p> © 2018-2021 all about apps </p>
</div>
</div>
</footer>
</div>
</div><script>window.__public_path__='\/assets\/js\/'</script>
<script src='/assets/js/main.d853fa3a.js'></script><script src='/js/custom.js'></script>
</body>
</html>