708d9b763e | ||
---|---|---|
.github | ||
app | ||
gradle | ||
._.github | ||
._.gitignore | ||
._CONTRIBUTING.md | ||
._LICENSE | ||
._README.md | ||
._app | ||
._build.gradle | ||
._code-of-conduct.md | ||
._gradle | ||
._gradle.properties | ||
._gradlew | ||
._gradlew.bat | ||
._local.properties | ||
._settings.gradle | ||
.gitattributes | ||
.gitignore | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
build.gradle | ||
code-of-conduct.md | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
settings.gradle |
README.md
Project: Lemonade App - Starter Code
Starter code for the first independent project for Android Basics in Kotlin
Introduction
This is the starter code for the Lemonade app project in the final pathway of Android Basics Unit 1. This project is an opportunity for you to demonstrate the concepts you learned in the unit.
Pre-requisites
- Complete Unit 1 of Android Basics in Kotlin
Getting Started
- Download the starter code
- Open the project in Android Studio
- Complete the project in accordance with the project instructions
Tips
- Use the provided tests to ensure your app is running as expected
- DO NOT ALTER THE PROVIDED TESTS