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

README.md

Dogglers - Starter Code

Starter code for the second independent project for Android Basics in Kotlin.

Introduction

This is the starter code for the Dogglers app project in the final pathway of Android Basics Unit 2. This project is an opportunity for you to demonstrate the concepts you learned in the unit.

Pre-requisites

  • Complete Unit 2 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