# StateLayout **Repository Path**: easyname/StateLayout ## Basic Information - **Project Name**: StateLayout - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-26 - **Last Updated**: 2024-12-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## StateLayout

1600


整个应用的缺省页


使用文档 | 无法访问? | 下载体验

image-20200802050745439


### 优势 - [x] 高扩展性 - [x] 使用简单 - [x] 详细的文档 - [x] 长期维护 - [x] 可选网络/列表框架配合实现自动化, 开发过程中基本上无需处理缺省页切换 ### 功能 - [x] 全局/局部缺省页 - [x] 布局或代码声明 - [x] 快速配置点击重试 - [x] 监听缺省页回调 - [x] 自定义动画/布局 - [x] [骨骼动画](https://liangjingkanji.github.io/StateLayout/skeleton.html) - [x] 传递标签 - [x] 异步线程使用 - [x] 自定义缺省页切换处理 - [x] 配合[BRV](https://github.com/liangjingkanji/BRV/)使用自动化显示列表缺省页 (可选) - [x] 配合[Net](https://github.com/liangjingkanji/Net/)网络请求自动化显示缺省页 (可选)
## 安装 添加远程仓库根据创建项目的 Android Studio 版本有所不同 Android Studio Arctic Fox以下创建的项目 在项目根目录的 build.gradle 添加仓库 ```groovy allprojects { repositories { // ... maven { url 'https://jitpack.io' } } } ``` Android Studio Arctic Fox以上创建的项目 在项目根目录的 settings.gradle 添加仓库 ```kotlin dependencyResolutionManagement { repositories { // ... maven { url 'https://jitpack.io' } } } ``` 然后在 module 的 build.gradle 添加依赖框架 ```groovy implementation 'com.github.liangjingkanji:StateLayout:1.4.2' ```
## License ``` Copyright (C) 2018 Drake, Inc. Licensed 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.0 Unless required by applicable law or agreed to in writing, software distributed 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 and limitations under the License. ```