Skip to content

Commit aaf0595

Browse files
Prepare for release 3.0
1 parent 87cfe6c commit aaf0595

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
English | [中文](README_ZH_CN.md)
44

5-
>The original library name was [LoadingHelper](https://github.com/DylanCaiCoding/LoadingHelper)
6-
75
[![](https://www.jitpack.io/v/DylanCaiCoding/LoadingStateView.svg)](https://www.jitpack.io/#DylanCaiCoding/LoadingLoadingStateView) [![License](https://img.shields.io/badge/License-Apache--2.0-blue.svg)](https://github.com/DylanCaiCoding/LoadingStateView/blob/master/LICENSE)
86

97
`LoadingStateView` is a highly expandable Android library for showing loading status view on the low-coupling way, it is implemented with a Kotlin code of less than 300 lines without comment statement . it not only **shows different view like loading, content, error, empty and customized view** when loading network data, but also **manages title bar.**
@@ -50,7 +48,7 @@ Add dependencies in your module `build.gradle` :
5048

5149
```groovy
5250
dependencies {
53-
implementation 'com.github.DylanCaiCoding:LoadingStateView:3.0.0-alpha'
51+
implementation 'com.github.DylanCaiCoding:LoadingStateView:3.0.0'
5452
}
5553
```
5654

@@ -157,15 +155,19 @@ Then set it up.
157155
loadingStateView.setDecorView(new ScrollingDecorViewDelegate());
158156
```
159157

158+
## LoadingHelper's migration Guide
159+
160+
The original name of this library is `LoadingHelper`, and some class and method names should be changed later. Old users can check the [migration guide](https://github.com/DylanCaiCoding/LoadingHelper) and change it to the latest usage. If you feel troublesome and are not obsessive-compulsive, you can also not migrate.
161+
160162
## Author's other libraries
161163

162164
- [ViewBindingKTX](https://github.com/DylanCaiCoding/ViewBindingKTX), the most comprehensive utils of ViewBinding.
163-
- [ActivityResultLauncher](https://github.com/DylanCaiCoding/ActivityResultLauncher), perfect replacement for `startActivityForResult()`
165+
- [ActivityResultLauncher](https://github.com/DylanCaiCoding/ActivityResultLauncher), replace `startActivityForResult()` method gracefully.
164166

165167
## Thanks
166168

167169
- [luckbilly/Gloading](https://github.com/luckybilly/Gloading) Optimize my library standing on the shoulders of giants.
168-
- [drakeet/MultiType](https://github.com/drakeet/MultiType) Referenced the usage of ​​multiple adapters.
170+
- [drakeet/MultiType](https://github.com/drakeet/MultiType) Referenced the usage of multiple adapters.
169171
- [dinuscxj/LoadingDrawable](https://github.com/dinuscxj/LoadingDrawable) The cool loading effect in the demo.
170172

171173
## License

0 commit comments

Comments
 (0)