Skip to content

Commit 200f9ed

Browse files
authored
Update README.md
1 parent 614c808 commit 200f9ed

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ TODO
3535

3636
[封装使用](https://github.com/wsdydeni/AndroidBaseLibrary/blob/master/baselib/src/main/kotlin/wsdydeni/library/android/utils/immersion/ImmersionStatusBarExt.kt)
3737

38-
### 导航栏与弹窗
38+
### 导航栏
3939

4040
[Android 系统 Bar 沉浸式完美兼容方案](https://juejin.cn/post/7075578574362640421)
4141

@@ -51,12 +51,20 @@ TODO
5151

5252
今日头条Android屏幕适配方案&Smallest屏幕适配方案最佳实践
5353

54-
## ViewBinding 扩展
54+
## ViewBindingExt
5555

5656
[ViewBindingPropertyDelegate](https://github.com/androidbroadcast/ViewBindingPropertyDelegate)
5757

5858
无反射、跟随生命周期的 ViewBinding 委托构建
5959

60+
## 其他工具
61+
62+
[LifecycleExt](https://github.com/wsdydeni/AndroidBaseLibrary/blob/master/baselib/src/main/kotlin/wsdydeni/library/android/utils/lifecycle/LifecycleExt.kt)
63+
64+
[RecyclerViewExt](https://github.com/wsdydeni/AndroidBaseLibrary/blob/master/baselib/src/main/kotlin/wsdydeni/library/android/utils/view/RecyclerViewExt.kt)
65+
66+
[SpannableExtensions](https://github.com/wsdydeni/AndroidBaseLibrary/blob/master/baselib/src/main/kotlin/wsdydeni/library/android/utils/view/SpannableExtensions.kt)
67+
6068
# How to
6169

6270
To get a Git project into your build:

0 commit comments

Comments
 (0)