|
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,23 @@ 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 |
| -- [ViewBindingKTX](https://github.com/DylanCaiCoding/ViewBindingKTX), the most comprehensive utils of ViewBinding. |
163 |
| -- [ActivityResultLauncher](https://github.com/DylanCaiCoding/ActivityResultLauncher), perfect replacement for `startActivityForResult()` |
| 164 | +| Library | Description | |
| 165 | +| ------------------------------------------------------------ | ------------------------------------------------------------ | |
| 166 | +| [Longan](https://github.com/DylanCaiCoding/Longan) | A collection of Kotlin utils which makes Android application development faster and easier. | |
| 167 | +| [ViewBindingKTX](https://github.com/DylanCaiCoding/ViewBindingKTX) | The most comprehensive utils of ViewBinding. | |
| 168 | +| [MMKV-KTX](https://github.com/DylanCaiCoding/MMKV-KTX) | Easier to use the MMKV. | |
| 169 | +| [ActivityResultLauncher](https://github.com/DylanCaiCoding/ActivityResultLauncher) | Perfect replacement for `startActivityForResult()` | |
164 | 170 |
|
165 | 171 | ## Thanks
|
166 | 172 |
|
167 | 173 | - [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. |
| 174 | +- [drakeet/MultiType](https://github.com/drakeet/MultiType) Referenced the usage of multiple adapters. |
169 | 175 | - [dinuscxj/LoadingDrawable](https://github.com/dinuscxj/LoadingDrawable) The cool loading effect in the demo.
|
170 | 176 |
|
171 | 177 | ## License
|
|
0 commit comments