StatusView
Custom status view for Android.
File Explorer
Download Latest Version (.zip)- ExampleInstrumentedTest.java
- MainActivity.java
- activity_main.xml
- custom_layout_complete.xml
- custom_layout_error.xml
- custom_layout_loading.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
- art.gif
- gradle-wrapper.jar
- gradle-wrapper.properties
- ExampleInstrumentedTest.java
- ConnectionStatusView.java
- SimpleAnimListener.java
- Status.java
- StatusView.java
- sv_slide_in.xml
- sv_slide_out.xml
- ic_check_circle_white_24dp.xml
- ic_error_outline_white_24dp.xml
- sv_layout_complete.xml
- sv_layout_error.xml
- sv_layout_loading.xml
- attrs.xml
- colors.xml
- strings.xml
- strings.xml
- AndroidManifest.xml
- ExampleUnitTest.java
- .gitignore
- build.gradle
- proguard-rules.pro
- .gitignore
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- README.md
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/iammert/StatusView
Downloads the entire project code from GitHub to your computer.
cd StatusView
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)
