# Loading
**Repository Path**: HarmonyOS-tpc/Loading
## Basic Information
- **Project Name**: Loading
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-09-17
- **Last Updated**: 2024-11-22
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Loading
Loading is a project with kinds of openharmony loading view.
## Loading includes :
* RotateLoading
* BookLoading
* NewtonCradleLoading
# Usage Instructions
Loading can be used by instantiating the layout elements as shown below :
### RotateLoading
```
```
### BookLoading
```
```
### NewtonCradleLoading
```
```
# Installation Instructions
1.For using Loading module in sample app, include the source code and add the below dependencies in entry/build.gradle to generate hap/lib.har.
```
dependencies {
implementation project(':lib')
implementation fileTree(dir: 'libs', include: ['*.jar', '*.har'])
testCompile 'junit:junit:4.12'
}
```
2.For using Loading in separate application using har file, add the har file in the entry/libs folder and add the dependencies in entry/build.gradle file.
```
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar', '*.har'])
testCompile 'junit:junit:4.12'
}
```
3. Remote repository dependency has not been released and will be added in the future.
# License
```
Copyright 2015 yankai-victor
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or 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.
```