-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatom.xml
514 lines (253 loc) · 15.7 KB
/
atom.xml
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
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Aichi_B7A</title>
<link href="/atom.xml" rel="self"/>
<link href="https://tedaliez.github.io/"/>
<updated>2020-11-14T01:30:09.060Z</updated>
<id>https://tedaliez.github.io/</id>
<author>
<name>Jian Guo</name>
</author>
<generator uri="http://hexo.io/">Hexo</generator>
<entry>
<title>Android嵌套滚动</title>
<link href="https://tedaliez.github.io/2020/11/14/Android%E5%B5%8C%E5%A5%97%E6%BB%9A%E5%8A%A8/"/>
<id>https://tedaliez.github.io/2020/11/14/Android嵌套滚动/</id>
<published>2020-11-14T01:26:07.000Z</published>
<updated>2020-11-14T01:30:09.060Z</updated>
<summary type="html">
<p>Android Design包通过提供NestedScrollingChild和NestedScrollingParent来帮助开发实现嵌套滑动效果</p>
<h2
</summary>
<category term="android" scheme="https://tedaliez.github.io/tags/android/"/>
</entry>
<entry>
<title>FFMpeg-Android开发-简单音视频同步</title>
<link href="https://tedaliez.github.io/2020/09/13/FFMpeg-Android%E5%BC%80%E5%8F%91-%E7%AE%80%E5%8D%95%E9%9F%B3%E8%A7%86%E9%A2%91%E5%90%8C%E6%AD%A5/"/>
<id>https://tedaliez.github.io/2020/09/13/FFMpeg-Android开发-简单音视频同步/</id>
<published>2020-09-13T02:39:03.000Z</published>
<updated>2020-09-13T02:41:40.037Z</updated>
<summary type="html">
<p>本文代码可参考代码可以参考<a href="https://github.com/TedaLIEz/MyFFMpegAndroid/tree/v2.1" target="_blank"
</summary>
</entry>
<entry>
<title>Kotlin协程异常处理</title>
<link href="https://tedaliez.github.io/2020/09/12/Kotlin%E5%8D%8F%E7%A8%8B%E5%BC%82%E5%B8%B8%E5%A4%84%E7%90%86/"/>
<id>https://tedaliez.github.io/2020/09/12/Kotlin协程异常处理/</id>
<published>2020-09-12T01:09:48.000Z</published>
<updated>2020-10-31T04:38:53.895Z</updated>
<summary type="html">
<p>Kotlin的协程满足结构化语义:</p>
<ol>
<li><p>A parent-Coroutine finishes only after all its child-Coroutines have finished.</p>
</li>
<li><p>When a
</summary>
<category term="kotlin, 协程" scheme="https://tedaliez.github.io/tags/kotlin-%E5%8D%8F%E7%A8%8B/"/>
</entry>
<entry>
<title>FFMpeg-Android开发-简单播放音频</title>
<link href="https://tedaliez.github.io/2020/08/29/FFMpeg-Android%E5%BC%80%E5%8F%91-%E7%AE%80%E5%8D%95%E6%92%AD%E6%94%BE%E9%9F%B3%E9%A2%91/"/>
<id>https://tedaliez.github.io/2020/08/29/FFMpeg-Android开发-简单播放音频/</id>
<published>2020-08-29T01:04:55.000Z</published>
<updated>2020-08-29T01:11:32.640Z</updated>
<summary type="html">
<p>本文部分对应的源代码可参考<a href="https://github.com/TedaLIEz/MyFFMpegAndroid/tree/v1.2" target="_blank"
</summary>
</entry>
<entry>
<title>FFMpeg-Android开发-简单播放视频</title>
<link href="https://tedaliez.github.io/2020/08/23/FFMpeg-Android%E5%BC%80%E5%8F%91-%E7%AE%80%E5%8D%95%E6%92%AD%E6%94%BE%E8%A7%86%E9%A2%91/"/>
<id>https://tedaliez.github.io/2020/08/23/FFMpeg-Android开发-简单播放视频/</id>
<published>2020-08-23T02:25:15.000Z</published>
<updated>2020-08-23T02:42:08.566Z</updated>
<summary type="html">
<p>本文部分对应的源代码可参考<a href="https://github.com/TedaLIEz/MyFFMpegAndroid/tree/v1.1" target="_blank"
</summary>
</entry>
<entry>
<title>FFMpeg-Android开发-解析视频格式</title>
<link href="https://tedaliez.github.io/2020/08/22/FFMpeg-Android%E5%BC%80%E5%8F%91-%E8%A7%A3%E6%9E%90%E8%A7%86%E9%A2%91%E6%A0%BC%E5%BC%8F/"/>
<id>https://tedaliez.github.io/2020/08/22/FFMpeg-Android开发-解析视频格式/</id>
<published>2020-08-22T01:07:51.000Z</published>
<updated>2020-08-22T02:00:15.496Z</updated>
<summary type="html">
<p>在正式使用FFMpeg完成视频的播放之前,我想先写一篇文章,简单介绍一下如何使用FFMpeg去获取一个视频的基本信息。通过这篇文章,来简单介绍一下FFmpeg中的相关概念,以及视频的一些基本概念。</p>
<h2 id="视频基本概念"><a href="#视频基本概念"
</summary>
</entry>
<entry>
<title>FFMpeg Android开发101-编译和引入</title>
<link href="https://tedaliez.github.io/2020/08/15/FFMpeg-Android%E5%BC%80%E5%8F%91101-%E7%BC%96%E8%AF%91%E5%92%8C%E5%BC%95%E5%85%A5/"/>
<id>https://tedaliez.github.io/2020/08/15/FFMpeg-Android开发101-编译和引入/</id>
<published>2020-08-15T02:15:51.000Z</published>
<updated>2020-08-15T03:25:40.396Z</updated>
<summary type="html">
<p>本系列会尝试将FFMpeg引入到android项目中,并借助FFMpeg完成一些音视频的简单饮用;FFMpeg作为一个成熟的音视频编解码工具被大量项目使用,但将FFMpeg引入到Android开发的文档并不多,国内有一部分但大量已经过时,这个系列会重新尝试带领大家完成整个过
</summary>
</entry>
<entry>
<title>Jetpack Compose简介与思考</title>
<link href="https://tedaliez.github.io/2020/07/25/Jetpack-Compose%E7%AE%80%E4%BB%8B%E4%B8%8E%E6%80%9D%E8%80%83/"/>
<id>https://tedaliez.github.io/2020/07/25/Jetpack-Compose简介与思考/</id>
<published>2020-07-25T01:22:01.000Z</published>
<updated>2020-07-25T01:22:31.815Z</updated>
<summary type="html">
<p>Jetpack Compose可以认为是Android对UI代码架构的演进,核心目的是为了让安卓自身的UI代码能够跟随现代UI开发的步伐</p>
<h2 id="现代UI开发的特性"><a href="#现代UI开发的特性" class="headerlink"
</summary>
<category term="android, jetpack compose" scheme="https://tedaliez.github.io/tags/android-jetpack-compose/"/>
</entry>
<entry>
<title>MMKV源码简析---跨进程</title>
<link href="https://tedaliez.github.io/2020/05/04/MMKV%E6%BA%90%E7%A0%81%E7%AE%80%E6%9E%90-%E8%B7%A8%E8%BF%9B%E7%A8%8B/"/>
<id>https://tedaliez.github.io/2020/05/04/MMKV源码简析-跨进程/</id>
<published>2020-05-04T07:23:07.000Z</published>
<updated>2020-05-04T07:25:25.023Z</updated>
<summary type="html">
<p>MMKV 一个重要特性就是增加了 android 侧对跨进程读写的支持,我们单独用一篇文章来分析一下 MMKV 对跨进程存储的实现方式<br>典型的初始化调用如下:</p>
<figure class="highlight java"><table><tr><td
</summary>
<category term="android, mmkv" scheme="https://tedaliez.github.io/tags/android-mmkv/"/>
</entry>
<entry>
<title>MMKV源码简析---读写</title>
<link href="https://tedaliez.github.io/2020/05/04/MMKV%E6%BA%90%E7%A0%81%E7%AE%80%E6%9E%90-%E8%AF%BB%E5%86%99/"/>
<id>https://tedaliez.github.io/2020/05/04/MMKV源码简析-读写/</id>
<published>2020-05-04T07:22:29.000Z</published>
<updated>2020-05-04T07:26:23.250Z</updated>
<summary type="html">
<ul>
<li><a href="#mmkv-%e5%86%99">MMKV 写</a><ul>
<li><a href="#checkloaddata">checkLoadData()</a></li>
<li><a
</summary>
<category term="android, mmkv" scheme="https://tedaliez.github.io/tags/android-mmkv/"/>
</entry>
<entry>
<title>MMKV源码简析---初始化</title>
<link href="https://tedaliez.github.io/2020/05/04/MMKV%E6%BA%90%E7%A0%81%E7%AE%80%E6%9E%90-%E5%88%9D%E5%A7%8B%E5%8C%96/"/>
<id>https://tedaliez.github.io/2020/05/04/MMKV源码简析-初始化/</id>
<published>2020-05-04T07:21:48.000Z</published>
<updated>2020-05-04T07:22:19.985Z</updated>
<summary type="html">
<ul>
<li><a href="#%e5%88%9d%e5%a7%8b%e5%8c%96">初始化</a><ul>
<li><a href="#mmkvinitialize">MMKV.initialize</a></li>
</ul>
</li>
<li><a
</summary>
<category term="android, mmkv" scheme="https://tedaliez.github.io/tags/android-mmkv/"/>
</entry>
<entry>
<title>ROOM数据库分析</title>
<link href="https://tedaliez.github.io/2020/03/28/ROOM%E6%95%B0%E6%8D%AE%E5%BA%93%E5%88%86%E6%9E%90/"/>
<id>https://tedaliez.github.io/2020/03/28/ROOM数据库分析/</id>
<published>2020-03-28T15:08:43.000Z</published>
<updated>2020-03-28T15:09:09.230Z</updated>
<summary type="html">
<p>以 2.1.0 版本源码简单分析下 ROOM,主要针对一些自己的困惑做一些记录</p>
<p>为了本文行文方便, 本文的分析全部基于以下的简单的 DB 构造</p>
<figure class="highlight kotlin"><table><tr><td
</summary>
<category term="Android, ROOM" scheme="https://tedaliez.github.io/tags/Android-ROOM/"/>
</entry>
<entry>
<title>Android focus概念</title>
<link href="https://tedaliez.github.io/2020/02/14/Android-focus%E6%A6%82%E5%BF%B5/"/>
<id>https://tedaliez.github.io/2020/02/14/Android-focus概念/</id>
<published>2020-02-14T09:52:43.000Z</published>
<updated>2020-02-14T09:52:57.146Z</updated>
<summary type="html">
<h1 id="Android-focus-相关概念"><a href="#Android-focus-相关概念" class="headerlink" title="Android focus 相关概念"></a>Android focus 相关概念</h1><h2
</summary>
<category term="android" scheme="https://tedaliez.github.io/tags/android/"/>
</entry>
<entry>
<title>Android TextView绘制技巧</title>
<link href="https://tedaliez.github.io/2020/01/12/Android-TextView%E7%BB%98%E5%88%B6%E6%8A%80%E5%B7%A7/"/>
<id>https://tedaliez.github.io/2020/01/12/Android-TextView绘制技巧/</id>
<published>2020-01-12T01:22:37.000Z</published>
<updated>2020-01-12T01:23:39.125Z</updated>
<summary type="html">
<h2 id="文本绘制概念"><a href="#文本绘制概念" class="headerlink" title="文本绘制概念"></a>文本绘制概念</h2><ul>
<li>Top - The maximum distance above the baseline
</summary>
<category term="android, textview" scheme="https://tedaliez.github.io/tags/android-textview/"/>
</entry>
<entry>
<title>Kotlin协程浅析</title>
<link href="https://tedaliez.github.io/2020/01/05/Kotlin%E5%8D%8F%E7%A8%8B%E6%B5%85%E6%9E%90/"/>
<id>https://tedaliez.github.io/2020/01/05/Kotlin协程浅析/</id>
<published>2020-01-05T11:00:55.000Z</published>
<updated>2020-01-05T11:01:18.875Z</updated>
<summary type="html">
<p>本文主要参考 KotlinConf 2017 内容来对 Kotlin 中协程的实现进行解析</p>
<p>TL;DR;</p>
<pre><code>Kotlin的协程本质上仍旧是Callback式的调用,
</summary>
<category term="kotlin, coroutine" scheme="https://tedaliez.github.io/tags/kotlin-coroutine/"/>
</entry>
<entry>
<title>JSBridge解析</title>
<link href="https://tedaliez.github.io/2019/12/21/JSBridge%E8%A7%A3%E6%9E%90/"/>
<id>https://tedaliez.github.io/2019/12/21/JSBridge解析/</id>
<published>2019-12-21T12:10:53.000Z</published>
<updated>2019-12-21T12:11:13.983Z</updated>
<summary type="html">
<h2 id="背景"><a href="#背景" class="headerlink" title="背景"></a>背景</h2><p>利用 webview 的特性,我们设计一个 jsbridge 来实现 js 和 native
</summary>
<category term="WebView, JSBridge" scheme="https://tedaliez.github.io/tags/WebView-JSBridge/"/>
</entry>
<entry>
<title>Kotlin协程实战</title>
<link href="https://tedaliez.github.io/2019/12/07/Kotlin%E5%8D%8F%E7%A8%8B%E5%AE%9E%E6%88%98/"/>
<id>https://tedaliez.github.io/2019/12/07/Kotlin协程实战/</id>
<published>2019-12-07T11:49:40.000Z</published>
<updated>2019-12-07T11:51:49.068Z</updated>
<summary type="html">
<ul>
<li><a href="#%e5%ad%a6%e4%b9%a0%e8%b7%af%e5%be%84">学习路径</a></li>
<li><a
</summary>
<category term="kotlin" scheme="https://tedaliez.github.io/tags/kotlin/"/>
</entry>
<entry>
<title>Android自定义View中一些参数的含义</title>
<link href="https://tedaliez.github.io/2019/11/16/Android%E8%87%AA%E5%AE%9A%E4%B9%89View%E4%B8%AD%E4%B8%80%E4%BA%9B%E5%8F%82%E6%95%B0%E7%9A%84%E5%90%AB%E4%B9%89/"/>
<id>https://tedaliez.github.io/2019/11/16/Android自定义View中一些参数的含义/</id>
<published>2019-11-16T12:31:21.000Z</published>
<updated>2019-11-16T12:32:24.413Z</updated>
<summary type="html">
<ul>
<li><a
</summary>
<category term="android" scheme="https://tedaliez.github.io/tags/android/"/>
</entry>
<entry>
<title>工程效率的一些思考</title>
<link href="https://tedaliez.github.io/2019/09/28/%E5%B7%A5%E7%A8%8B%E6%95%88%E7%8E%87%E7%9A%84%E4%B8%80%E4%BA%9B%E6%80%9D%E8%80%83/"/>
<id>https://tedaliez.github.io/2019/09/28/工程效率的一些思考/</id>
<published>2019-09-28T02:00:25.000Z</published>
<updated>2019-09-28T03:23:05.454Z</updated>
<summary type="html">
<h1 id="有关工程效率的一些思考"><a href="#有关工程效率的一些思考" class="headerlink"
</summary>
</entry>
<entry>
<title>CanvasKit简介</title>
<link href="https://tedaliez.github.io/2019/07/14/CanvasKit%E7%AE%80%E4%BB%8B/"/>
<id>https://tedaliez.github.io/2019/07/14/CanvasKit简介/</id>
<published>2019-07-14T02:08:57.000Z</published>
<updated>2019-07-14T02:12:25.989Z</updated>
<summary type="html">
<ul>
<li><a href="#CanvasKit%E7%AE%80%E4%BB%8B">CanvasKit简介</a><ul>
<li><a href="#%E7%BC%96%E8%AF%91%E5%8E%9F%E7%90%86">编译原理</a><ul>
<li><a
</summary>
<category term="WebAssembly" scheme="https://tedaliez.github.io/tags/WebAssembly/"/>
</entry>
</feed>