RadarChartView
Android view (widget) for rendering radial diagrams
File Explorer
Download Latest Version (.zip)- gradle-wrapper.jar
- gradle-wrapper.properties
- bintray.gradle
- license.gradle
- maven.gradle
- demo_01.gif
- demo_02.gif
- demo_03.gif
- RadarChartView.java
- Utils.java
- attrs.xml
- strings.xml
- AndroidManifest.xml
- .gitignore
- build.gradle
- proguard-rules.pro
- ExampleInstrumentedTest.java
- DemoActivity.java
- activity_demo.xml
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- colors.xml
- dimens.xml
- strings.xml
- styles.xml
- dimens.xml
- AndroidManifest.xml
- ExampleUnitTest.java
- .gitignore
- build.gradle
- proguard-rules.pro
- .gitignore
- _config.yml
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- HEADER.txt
- LICENSE.txt
- README.md
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/DmitriyZaitsev/RadarChartView
Downloads the entire project code from GitHub to your computer.
cd RadarChartView
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
