MotionLayoutExample
No description available.
File Explorer
Download Latest Version (.zip)- Project.xml
- 5833a9704a6eb8f84e89d7ef5dbc33426702659e
- 6d827b2a70043bdb1b5827d5e1a3650cc9245d4d
- 7362b3bc0790e40e6e488d060940d8f92ae0625a
- dcb970ace3d8ad9dddc41aae71551a4a30158a30
- f4a01d6a4fcb971362ec00a83903fd3902f52164
- fea37ce5456968d3c03ca26ec49bfc46bc3eda18
- index.pb
- gradle.xml
- misc.xml
- runConfigurations.xml
- vcs.xml
- ExampleInstrumentedTest.kt
- DummyRecyclerAdapter.kt
- MainActivity.kt
- ic_arrow_back_24.xml
- ic_baseline_favorite_24.xml
- ic_baseline_menu_24.xml
- ic_launcher_background.xml
- ic_test.jpeg
- ic_launcher_foreground.xml
- dummy_list_item.xml
- sample_collapsing_animation.xml
- ic_launcher.xml
- ic_launcher_round.xml
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- nav_graph.xml
- attrs.xml
- colors.xml
- material_design_colors.xml
- strings.xml
- styles.xml
- sample_collapsing_animation_scene.xml
- AndroidManifest.xml
- ExampleUnitTest.kt
- build.gradle
- proguard-rules.pro
- gradle-wrapper.jar
- gradle-wrapper.properties
- .gitignore
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- README.md
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/gilgoldzweig/MotionLayoutExample
Downloads the entire project code from GitHub to your computer.
cd MotionLayoutExample
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)
