AndroidVoiceAnimation
A voice animation just like google voice search
File Explorer
Download Latest Version (.zip)- MainActivity.java
- ScreenUtils.java
- VoiceView.java
- ic_launcher.png
- vs_micbtn_off.png
- vs_micbtn_on.png
- vs_micbtn_pressed.png
- activity_main.xml
- strings.xml
- styles.xml
- AndroidManifest.xml
- .gitignore
- build.gradle
- demo.iml
- proguard-rules.txt
- .gitignore
- build.gradle
- LICENSE
- README.md
- screenshot.jpg
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/kyze8439690/AndroidVoiceAnimation
Downloads the entire project code from GitHub to your computer.
cd AndroidVoiceAnimation
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)
