ActSwitchAnimTool
ActSwitchAnimTool make the Animation easy to implements, and it compat the version of Android 4.0 or above.
File Explorer
Download Latest Version (.zip)- gradle-wrapper.jar
- gradle-wrapper.properties
- demo_show1.gif
- demo_show2.gif
- ApplicationTest.java
- ActSwitchAnimTool.java
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- colors.xml
- strings.xml
- styles.xml
- AndroidManifest.xml
- ExampleUnitTest.java
- .gitignore
- build.gradle
- proguard-rules.pro
- ApplicationTest.java
- IShare.java
- ShareContainer.java
- ShareItemView.java
- FirstActivity.java
- SecondActivity.java
- bg_share_item.xml
- icon_cancel.png
- icon_fb.png
- icon_google_plus.png
- icon_share.png
- icon_twitter.png
- activity_first.xml
- activity_second.xml
- content_first.xml
- share_container_layout.xml
- share_item.xml
- menu_first.xml
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- attrs.xml
- colors.xml
- dimens.xml
- strings.xml
- styles.xml
- styles.xml
- dimens.xml
- AndroidManifest.xml
- ExampleUnitTest.java
- .gitignore
- build.gradle
- 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/Yellow5A5/ActSwitchAnimTool
Downloads the entire project code from GitHub to your computer.
cd ActSwitchAnimTool
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)
