# UIUtil
**Repository Path**: andych008/UIUtil
## Basic Information
- **Project Name**: UIUtil
- **Description**: UIUtil 是一些UI小组件集合的库
- **Primary Language**: Java
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2021-12-22
- **Last Updated**: 2024-06-17
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# UIUtil
本项目是基于开源项目UIUtil进行OHOS化的移植和开发的,可以通过项目标签以及
[github地址](https://github.com/Dsiner/UIUtil)
移植版本:源master版本(5306103 on 10 Jan)
## 项目介绍
### 项目名称:UIUtil
### 所属系列:OHOS的第三方组件适配移植
### 功能:
UIUtil for OHOS, Lyrics, Tick animations, Comparisons, Satellite menus, Praise, Slide buttons, TAB indicators, Contact sorting, Drag sorting, Skidding deletes, Shadow effects, RecyclerView nesting RecyclerView, Map list Poi/Drawer effects, Progress settings, Clock set, Damping, Progress, Album, Snap, Progress, CircleDownload, AdvertSwitcher, …
### 项目移植状态:完全移植
### 调用差异:基本没有使用差异,请参照demo使用
### 原项目Doc地址:https://github.com/Dsiner/UIUtil
### 编程语言:java
### 项目截图(涉及文件仅供demo测试使用)


















## 安装教程
#### 方案一
可以先下载项目,将项目中的lib_common库,lib_layout库,lib_view库提取出来放在所需项目中通过build配置
```Java
dependencies {
implementation project(":lib_common")
implementation project(":lib_layout")
implementation project(":lib_view")
}
```
#### 方案二
- 1.项目根目录的build.gradle中的repositories添加:
```groovy
buildscript {
repositories {
...
mavenCentral()
}
...
}
allprojects {
repositories {
...
mavenCentral()
}
}
```
- 2.开发者在自己的项目中添加依赖
```groovy
dependencies {
implementation 'com.gitee.ts_ohos:lib_common:1.0.0'
implementation 'com.gitee.ts_ohos:lib_layout:1.0.0'
implementation 'com.gitee.ts_ohos:lib_view:1.0.0'
}
```
# How to use
示例 Lrc:
示例 sort:
示例 Tick:
示例 Toggle:
示例 Reply Background:
示例 Reply Background:
示例 Hole Background:
示例 ArcMenu:
示例 Heart:
示例 Progress:
示例 Praise:
示例 Shadow:
示例 RecordTrigger:
示例 ClockSet:
示例 AdvertSwitcher:
示例 FlowLayout:
示例 Banner:
## Licence
```txt
Copyright 2017 D
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.
```