LikeSinaSportProgress
仿新浪体育客户端的进度条
File Explorer
Download Latest Version (.zip)- profiles_settings.xml
- .name
- compiler.xml
- encodings.xml
- gradle.xml
- misc.xml
- modules.xml
- runConfigurations.xml
- vcs.xml
- ApplicationTest.java
- MainActivity.java
- RatioProgressActivity.java
- SinaSportLayout.java
- selector_left_btn.xml
- selector_right_btn.xml
- ic_left_zan_n.png
- ic_left_zan_p.png
- ic_right_zan_n.png
- ic_right_zan_p.png
- activity_main.xml
- activity_ratio_progress.xml
- progress_layout.xml
- main_menu.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
- gradle-wrapper.jar
- gradle-wrapper.properties
- ApplicationTest.java
- RatioProgressBar.java
- attrs.xml
- colors.xml
- strings.xml
- AndroidManifest.xml
- ExampleUnitTest.java
- .gitignore
- build.gradle
- proguard-rules.pro
- image.gif
- .gitignore
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- README.md
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/YangShaoXiong/LikeSinaSportProgress
Downloads the entire project code from GitHub to your computer.
cd LikeSinaSportProgress
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)
