https://github.com/nathan-html/android-lemonade
https://github.com/nathan-html/android-lemonade
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nathan-html/android-lemonade
- Owner: Nathan-html
- License: apache-2.0
- Created: 2022-09-08T17:47:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-08T19:05:40.000Z (almost 4 years ago)
- Last Synced: 2025-06-22T09:38:21.552Z (12 months ago)
- Language: Kotlin
- Size: 189 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
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
- My code for the first app : [Dice](https://github.com/Nathan-html/Android-Dice-Roll)
- My code for the second app : [Lucky-dice](https://github.com/Nathan-html/Android-Lucky-Dice-Roll)
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