# WaveView **Repository Path**: HarmonyOS-tpc/WaveView ## Basic Information - **Project Name**: WaveView - **Description**: A wave view of openHarmony,can be used as progress bar. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2021-04-01 - **Last Updated**: 2023-04-17 ## Categories & Tags **Categories**: harmonyos-progress **Tags**: None ## README ![icon](https://raw.github.com/john990/WaveView/master/app/src/main/res/drawable-hdpi/ic_launcher.png) ## WaveView A wave view of openHarmony,can be used as progress bar. ## Usage Solution 1 : local har package integration 1.Add the har package to the lib folder. 2.Add the following code to gradle of the entry: ```gradle implementation fileTree(dir: 'libs', include: ['.jar', '.har']) ``` Solution 2: ```gradle allprojects{ repositories{ mavenCentral() } } implementation 'io.openharmony.tpc.thirdlib:WaveView:1.0.2' ``` ## entry运行要求 通过DevEco studio,并下载openHarmonySDK 将项目中的build.gradle文件中dependencies→classpath版本改为对应的版本(即你的IDE新建项目中所用的版本) ## Screenshot ![waveview.gif](waveview.gif) ## What can be used as * background * progress bar ## How to use ````xml ````