You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`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 or customized view** when loading network data, but also **manages title bar.**
9
+
`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.**
8
10
9
11
## Feature
10
12
@@ -136,7 +138,17 @@ If you want to add an special title bar with linkage effect.
136
138
Create a class extends `LoadingStateView.DecorViewDelegate` to create a decorated view and specify a loading container.
Copyright (C) 2019. Dylan CaiLicensed under the Apache License, Version 2.0 (the "License");you may not use this file except in compliance with the License.You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions andlimitations under the License.
163
-
```
174
+
175
+
Copyright (C) 2019. Dylan Cai
176
+
177
+
Licensed under the Apache License, Version 2.0 (the "License");
178
+
you may not use this file except in compliance with the License.
179
+
You may obtain a copy of the License at
180
+
181
+
http://www.apache.org/licenses/LICENSE-2.0
182
+
183
+
Unless required by applicable law or agreed to in writing, software
184
+
distributed under the License is distributed on an "AS IS" BASIS,
185
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
186
+
See the License for the specific language governing permissions and
0 commit comments