https://github.com/imbios/lemonadeapp
Simple lemonade game app for "gabut" people (maybe)
https://github.com/imbios/lemonadeapp
Last synced: 14 days ago
JSON representation
Simple lemonade game app for "gabut" people (maybe)
- Host: GitHub
- URL: https://github.com/imbios/lemonadeapp
- Owner: ImBIOS
- License: apache-2.0
- Created: 2021-11-21T04:04:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-29T09:41:07.000Z (about 3 years ago)
- Last Synced: 2025-03-03T07:31:40.488Z (over 1 year ago)
- Language: Kotlin
- Size: 175 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
Project: Lemonade App - Starter Code
==================================
Starter code for the first independent project for [Android Basics in Kotlin](https://developer.android.com/courses/android-basics-kotlin/course)
Introduction
------------
This is the starter code for the Lemonade app project in the [final pathway](https://developer.android.com/courses/pathways/android-basics-kotlin-four) of Android Basics [Unit 1](https://developer.android.com/courses/android-basics-kotlin/unit-1). This project is an opportunity for you to demonstrate the concepts you learned in the unit.
Pre-requisites
--------------
- Complete [Unit 1](https://developer.android.com/courses/android-basics-kotlin/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](https://developer.android.com/codelabs/basic-android-kotlin-training-project-lemonade)
Tips
----
- Use the provided tests to ensure your app is running as expected
- DO NOT ALTER THE PROVIDED TESTS