android-template
This template provides a starting point for open source Android projects at Uber.
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- ci.yml
- ISSUE_TEMPLATE.md
- PULL_REQUEST_TEMPLATE.md
- gradle-wrapper.jar
- gradle-wrapper.properties
- dependencies.gradle
- publish-docs.gradle
- spotless.gradle
- MainActivity.java
- activity_main.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
- colors.xml
- dimens.xml
- strings.xml
- styles.xml
- AndroidManifest.xml
- MainActivityTest.java
- build.gradle
- gradle.properties
- MyClass.java
- MyClassTest.java
- build.gradle
- gradle.properties
- proguard-rules.txt
- copyright.java
- .gitignore
- build.gradle
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE.txt
- lint.xml
- README.md
- RELEASING.md
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/uber/android-template
Downloads the entire project code from GitHub to your computer.
cd android-template
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.
- [ ] Update `settings.gradle` to point to the modules you added
Builds the project using Gradle.
- [ ] Update `dependencies.gradle` and respective `build.gradle` files to make sure dependencies are hooked up and compiling properly
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
