https://github.com/nathan-html/android-lunch-tray
https://github.com/nathan-html/android-lunch-tray
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nathan-html/android-lunch-tray
- Owner: Nathan-html
- License: apache-2.0
- Created: 2022-09-10T01:40:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-10T01:41:15.000Z (almost 4 years ago)
- Last Synced: 2025-09-13T03:45:16.127Z (9 months ago)
- Language: Kotlin
- Size: 95.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Lunch Tray - Starter Code
==================================
Starter code for the third independent project for Android Basics in Kotlin
Introduction
------------
This is the starter code for the Lunch Tray app project. This project is an opportunity for you to
demonstrate the concepts you learned in Unit 3 of Android Basics in Kotlin.
Pre-requisites
--------------
- Complete Unit 3 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 app requirements
Tips
----
- Use the provided tests to ensure your app is running as expected
- DO NOT ALTER THE PROVIDED TESTS