Project: Lemonade App - Starter Code
Starter code for the first independent project for [Android Basics in Kotlin]
Introduction
This is the starter code for the Lemonade app project in the [Android Basics in Kotlin - Unit 1]. This project is an opportunity for you to demonstrate the concepts you learned in the unit.
Pre-requisites
- Complete [Unit 1] Concepts of Android Basics in Kotlin:
- Kotlin Variables
- Kotlin Functions
- Kotlin Classes and Objects
- Conditionals in Kotlin
- Build UI using XML
- ViewGroups and Views
Getting Started
- Download the starter code
- Open the project in Android Studio
- Complete the project in accordance with the project instructions
STEPS
- Build your user interface
- Make your app interactive
- Step 1: Configure the ImageView
- Step 2: Implement clickLemonImage()
- Step 3: Implement setViewElements()
- Run your app
Tips
- Use the provided tests to ensure your app is running as expected
- DO NOT ALTER THE PROVIDED TESTS