https://github.com/nathan-html/android-dessert-clicker
https://github.com/nathan-html/android-dessert-clicker
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nathan-html/android-dessert-clicker
- Owner: Nathan-html
- License: apache-2.0
- Created: 2022-09-09T14:40:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-09T16:30:48.000Z (almost 4 years ago)
- Last Synced: 2025-06-24T18:49:07.926Z (12 months ago)
- Language: Kotlin
- Size: 212 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
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.