1
0
Форкнуть 0
Перейти к файлу
Diego Ezequiel Guillén 708d9b763e Initial commit 2022-04-16 19:47:47 -03:00
.github Initial commit 2022-04-16 19:47:47 -03:00
app Initial commit 2022-04-16 19:47:47 -03:00
gradle Initial commit 2022-04-16 19:47:47 -03:00
._.github Initial commit 2022-04-16 19:47:47 -03:00
._.gitignore Initial commit 2022-04-16 19:47:47 -03:00
._CONTRIBUTING.md Initial commit 2022-04-16 19:47:47 -03:00
._LICENSE Initial commit 2022-04-16 19:47:47 -03:00
._README.md Initial commit 2022-04-16 19:47:47 -03:00
._app Initial commit 2022-04-16 19:47:47 -03:00
._build.gradle Initial commit 2022-04-16 19:47:47 -03:00
._code-of-conduct.md Initial commit 2022-04-16 19:47:47 -03:00
._gradle Initial commit 2022-04-16 19:47:47 -03:00
._gradle.properties Initial commit 2022-04-16 19:47:47 -03:00
._gradlew Initial commit 2022-04-16 19:47:47 -03:00
._gradlew.bat Initial commit 2022-04-16 19:47:47 -03:00
._local.properties Initial commit 2022-04-16 19:47:47 -03:00
._settings.gradle Initial commit 2022-04-16 19:47:47 -03:00
.gitattributes Initial commit 2022-04-16 19:47:47 -03:00
.gitignore Initial commit 2022-04-16 19:47:47 -03:00
CONTRIBUTING.md Initial commit 2022-04-16 19:47:47 -03:00
LICENSE Initial commit 2022-04-16 19:47:47 -03:00
README.md Initial commit 2022-04-16 19:47:47 -03:00
build.gradle Initial commit 2022-04-16 19:47:47 -03:00
code-of-conduct.md Initial commit 2022-04-16 19:47:47 -03:00
gradle.properties Initial commit 2022-04-16 19:47:47 -03:00
gradlew Initial commit 2022-04-16 19:47:47 -03:00
gradlew.bat Initial commit 2022-04-16 19:47:47 -03:00
settings.gradle Initial commit 2022-04-16 19:47:47 -03:00

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

  1. Download the starter code
  2. Open the project in Android Studio
  3. 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