ToothyProgress
A polyline determinated ProgressBar written in Kotlin
File Explorer
Download Latest Version (.zip)- build_file_checksums.ser
- Project.xml
- assetWizardSettings.xml
- jarRepositories.xml
- sample.mp3
- DemoPlayer.kt
- MainActivity.kt
- TestActivity.kt
- bg_gradient_soft.xml
- bg_play.xml
- bg_random.xml
- ic_360.xml
- ic_adb.xml
- ic_download.xml
- ic_launcher_background.xml
- ic_pause.xml
- ic_play_arrow.xml
- ic_round_add_24.xml
- ic_round_arrow_downward_24.xml
- ic_launcher_foreground.xml
- bg.jpg
- quicksand_light.ttf
- quicksand_semi_bold.ttf
- activity_main.xml
- activity_test.xml
- ic_launcher.xml
- ic_launcher_round.xml
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- colors.xml
- strings.xml
- styles.xml
- AndroidManifest.xml
- .gitignore
- build.gradle
- gradle-wrapper.jar
- gradle-wrapper.properties
- 2.png
- 3.png
- demo.gif
- Context.kt
- ToothyProgress.kt
- attrs.xml
- AndroidManifest.xml
- .gitignore
- build.gradle
- consumer-rules.pro
- proguard-rules.pro
- .gitignore
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- README.md
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/TalbotGooday/ToothyProgress
Downloads the entire project code from GitHub to your computer.
cd ToothyProgress
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.
cd app
This project's files live in a subfolder, so move into it first.
./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)
