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

README.md

DessertClicker - Code

Code for Android Basics Codelab.

Introduction

DessertClicker is a game about making desserts. Press the button, make a dessert, earn the big bucks.

You use this app in the course to explore the Android lifecycle and log messages to the Android console (Logcat).

Pre-requisites

You need to know:

  • How to open, build, and run apps with Android Studio.
  • What an activity is, and how to create one in your app.
  • What the activity's onCreate() method does, and the kind of operations that are performed in that method.

Getting Started

  1. Download and run the app.