Skip to content

Commit 07375e3

Browse files
committed
analysis
1 parent ae3dd67 commit 07375e3

File tree

1 file changed

+33
-9
lines changed

1 file changed

+33
-9
lines changed

面试题-扩展.md

Lines changed: 33 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,48 @@
44

55
1. Handler
66

7+
自己写一个建议 Handler,Handler 源码分析
8+
79
2. ARouter原理 + APG8.0适配
810

9-
3. 注解处理器 kapt ksp
11+
https://github.com/alibaba/ARouter
12+
13+
AGP 8.0 Instrumentation API 替换 Transform API 好处?
14+
15+
3. annotationProcessor kapt ksp
16+
17+
4. webview
18+
19+
5. kotlin 协程 flow
20+
21+
6. socket 广播 进程间通信
22+
23+
7. Compose
24+
25+
8. 银行问题联想
26+
27+
9. asm gradle plugin
28+
29+
10. volley okhttp
30+
31+
11. 数据库 SQLCipher Room
32+
1033

11-
4. volley okhttp
1234

13-
5. webview
35+
PrivacySentry
1436

15-
6. kotlin 协程 flow
37+
1. Kotlin
1638

17-
7. socket 广播 进程间通信
39+
2. AGP 8.0
1840

19-
8. compose
41+
3. ASM
2042

21-
9. 银行问题联想
43+
4. Gradle Plugin
2244

23-
10. asm gradle plugin
45+
5. SQLCipher 加解密 SM2 SM3 SM4
2446

25-
11. 加解密 SM2 SM3
47+
SQLCipher 是一个支持透明加密的 SQLite 扩展,用于保护移动应用的本地数据库安全,提供强大的 AES-256 加密功能,防止未经授权的访问。
2648

49+
6. annotationProcessor kapt ksp
2750

51+
7. 神策

0 commit comments

Comments
 (0)