File tree 8 files changed +69
-95
lines changed
8 files changed +69
-95
lines changed Original file line number Diff line number Diff line change 20
20
* [ common-praise] ( use/common/common-praise.md )
21
21
* [ common-list] ( use/common/common-list.md )
22
22
* [ common-about] ( use/common/common-about.md )
23
- * [ common-coroutines] ( use/common/common-coroutines.md )
24
- * [ common-data-center] ( use/common/common-data-center.md )
25
- * [ common-image] ( use/common/common-image.md )
26
23
* [ common-ace-editor] ( use/common/common-ace-editor.md )
27
24
* [ common-bottom-tab] ( use/common/common-bottom-tab.md )
28
25
* [ common-svga] ( use/common/common-svga.md )
62
59
* [ lib-ipc] ( use/libs/noui/lib-ipc.md )
63
60
* [ lib-block-task] ( use/libs/noui/lib-block-task.md )
64
61
* [ lib-okhttp-wrapper] ( use/libs/noui/lib-okhttp-wrapper.md )
65
-
62
+ * [ lib-coroutines] ( use/libs/noui/lib-coroutines.md )
63
+ * [ lib-data-center] ( use/libs/noui/lib-data-center.md )
66
64
* [ UI相关] ( )
67
65
* [ lib-ui-common] ( use/libs/ui/lib-ui-common.md )
68
66
* [ lib-fragmentation-core] ( use/libs/ui/lib-fragmentation-core.md )
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -29,3 +29,7 @@ implementation 'com.bihe0832.android:common-photos:+'
29
29
- 无需相册权限的拍照
30
30
31
31
- 基于 [ PermissionManager] ( ./../libs/ui/lib-permission.md#permissionmanager ) 完成权限设置及检查的相册照片选择
32
+
33
+ ### HeadIconBuildFactory
34
+
35
+ 基于 HeadIconBuilder 的,支持使用缓存的扩展类
Original file line number Diff line number Diff line change
1
+ # LibCoroutines
2
+
3
+ ![ LibCoroutines] ( https://img.shields.io/badge/AndroidAppFactory-LibCoroutines-brightgreen )
4
+ [ ![ Github] ( https://img.shields.io/badge/Github-LibCoroutines-brightgreen?style=social ) ] ( https://github.com/bihe0832/AndroidAppFactory/tree/master/LibCoroutines )
5
+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.bihe0832.android/lib-coroutines ) ] ( https://search.maven.org/artifact/com.bihe0832.android/lib-coroutines )
6
+
7
+ ## 功能简介
8
+
9
+ 基于公共框架的协程相关处理
10
+
11
+ ## 组件信息
12
+
13
+ #### 引用仓库
14
+
15
+ 引用仓库可以参考 [ 组件使用] ( ./../start.md ) 中添加依赖的部分
16
+
17
+ #### 组件使用
18
+
19
+ ``` groovy
20
+ implementation 'com.bihe0832.android:lib-coroutines:+'
21
+ ```
22
+
23
+ ## 组件功能
24
+
25
+ ### ZixieCoroutinesException
26
+
27
+ 通用基础框架的协程异常定义
28
+
29
+ ### ZixieCoroutinesData
30
+
31
+ 协程通用的数据结构,可以同时返回错误和正常值,并支持多种调用方式
Original file line number Diff line number Diff line change
1
+ # LibDataCenter
2
+
3
+ ![ LibDataCenter] ( https://img.shields.io/badge/AndroidAppFactory-LibDataCenter-brightgreen )
4
+ [ ![ Github] ( https://img.shields.io/badge/Github-LibDataCenter-brightgreen?style=social ) ] ( https://github.com/bihe0832/AndroidAppFactory/tree/master/LibDataCenter )
5
+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.bihe0832.android/lib-data-center ) ] ( https://search.maven.org/artifact/com.bihe0832.android/lib-data-center )
6
+
7
+ ## 功能简介
8
+
9
+ 基于公共框架的数据中心,支持数据缓存
10
+
11
+ ## 组件信息
12
+
13
+ #### 引用仓库
14
+
15
+ 引用仓库可以参考 [ 组件使用] ( ./../start.md ) 中添加依赖的部分
16
+
17
+ #### 组件使用
18
+
19
+ ``` groovy
20
+ implementation 'com.bihe0832.android:lib-data-center:+'
21
+ ```
22
+
23
+ ## 组件功能
24
+
25
+ ### InfoCacheManager
26
+
27
+ 数据缓存的基础类,定义了远程数据拉取方式、本地数据缓存时间长短等,支持协程
Original file line number Diff line number Diff line change @@ -50,4 +50,8 @@ implementation 'com.bihe0832.android:lib-image:+'
50
50
51
51
### Media
52
52
53
- - 将图片或者视频添加到相册,前提是图片或者视频保存在外部存储
53
+ - 将图片或者视频添加到相册,前提是图片或者视频保存在外部存储
54
+
55
+ ### BlurTransformation
56
+
57
+ Glide 支持高斯模糊的转换方式
You can’t perform that action at this time.
0 commit comments