|
2 | 2 |
|
3 | 3 | English | [中文](README_ZH_CN.md)
|
4 | 4 |
|
5 |
| ->The original library name was [LoadingHelper](https://github.com/DylanCaiCoding/LoadingHelper) |
6 |
| -
|
7 | 5 | [](https://www.jitpack.io/#DylanCaiCoding/LoadingLoadingStateView) [](https://github.com/DylanCaiCoding/LoadingStateView/blob/master/LICENSE)
|
8 | 6 |
|
9 | 7 | `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` :
|
50 | 48 |
|
51 | 49 | ```groovy
|
52 | 50 | dependencies {
|
53 |
| - implementation 'com.github.DylanCaiCoding:LoadingStateView:3.0.0-alpha' |
| 51 | + implementation 'com.github.DylanCaiCoding:LoadingStateView:3.0.0' |
54 | 52 | }
|
55 | 53 | ```
|
56 | 54 |
|
@@ -157,15 +155,19 @@ Then set it up.
|
157 | 155 | loadingStateView.setDecorView(new ScrollingDecorViewDelegate());
|
158 | 156 | ```
|
159 | 157 |
|
| 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 | + |
160 | 162 | ## Author's other libraries
|
161 | 163 |
|
162 | 164 | - [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. |
164 | 166 |
|
165 | 167 | ## Thanks
|
166 | 168 |
|
167 | 169 | - [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. |
169 | 171 | - [dinuscxj/LoadingDrawable](https://github.com/dinuscxj/LoadingDrawable) The cool loading effect in the demo.
|
170 | 172 |
|
171 | 173 | ## License
|
|
0 commit comments