https://github.com/kudosscience/dessert-clicker
Dessert Clicker is an Android game about making desserts. Press the button, make a dessert, earn the big bucks.
https://github.com/kudosscience/dessert-clicker
Last synced: about 1 year ago
JSON representation
Dessert Clicker is an Android game about making desserts. Press the button, make a dessert, earn the big bucks.
- Host: GitHub
- URL: https://github.com/kudosscience/dessert-clicker
- Owner: kudosscience
- License: apache-2.0
- Created: 2025-02-07T17:23:33.000Z (over 1 year ago)
- Default Branch: starter
- Last Pushed: 2025-02-07T17:40:16.000Z (over 1 year ago)
- Last Synced: 2025-02-07T18:32:04.998Z (over 1 year ago)
- Language: Kotlin
- Size: 194 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Dessert Clicker app
=====================
Code for Android Basics with Compose Codelab.
Introduction
------------
Dessert Clicker 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.