https://github.com/leviathanaxeislit/lemonadeapp_kotlin
A Lemonade App written in kotlin as part of Android Kotlin Basics
https://github.com/leviathanaxeislit/lemonadeapp_kotlin
android android-application app kotlin kotlin-android lemonade
Last synced: about 1 month ago
JSON representation
A Lemonade App written in kotlin as part of Android Kotlin Basics
- Host: GitHub
- URL: https://github.com/leviathanaxeislit/lemonadeapp_kotlin
- Owner: leviathanaxeislit
- License: apache-2.0
- Created: 2022-08-03T15:05:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-03T15:24:18.000Z (almost 4 years ago)
- Last Synced: 2025-04-10T17:00:19.234Z (about 1 year ago)
- Topics: android, android-application, app, kotlin, kotlin-android, lemonade
- Language: Kotlin
- Homepage:
- Size: 177 KB
- Stars: 0
- 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 - Solution Code
==================================
Solution code for the first independent project for [Android Basics in Kotlin](https://developer.android.com/courses/android-basics-kotlin/course)
Introduction
------------
This is the Solution 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
Tips
----
- Use the provided tests to ensure your app is running as expected
- DO NOT ALTER THE PROVIDED TESTS