MaterialShowcaseView
A Material Design themed ShowcaseView for Android
File Explorer
Download Latest Version (.zip)- gradle-wrapper.jar
- gradle-wrapper.properties
- CircleShape.java
- NoShape.java
- OvalShape.java
- RectangleShape.java
- Shape.java
- Target.java
- ViewTarget.java
- CircularRevealAnimationFactory.java
- FadeAnimationFactory.java
- IAnimationFactory.java
- IDetachedListener.java
- IShowcaseListener.java
- MaterialShowcaseSequence.java
- MaterialShowcaseView.java
- PrefsManager.java
- ShowcaseConfig.java
- ShowcaseTooltip.java
- showcase_content.xml
- AndroidManifest.xml
- .gitignore
- build.gradle
- proguard-rules.pro
- CustomExample.java
- MainActivity.java
- SequenceExample.java
- SimpleSingleExample.java
- TooltipExample.java
- ic_android_white_24dp.png
- ic_edit.png
- activity_custom_example.xml
- activity_main.xml
- activity_sequence_example.xml
- activity_simple_single_example.xml
- activity_tooltip_example.xml
- activity_custom_example.xml
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- colors.xml
- dimens.xml
- strings.xml
- styles.xml
- dimens.xml
- AndroidManifest.xml
- .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/deano2390/MaterialShowcaseView
Downloads the entire project code from GitHub to your computer.
cd MaterialShowcaseView
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)
