/Lemonade-App

App that allows you juice lemons until you have a glass of lemonade!! 🍹

Primary LanguageKotlinApache License 2.0Apache-2.0

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

Getting Started

  1. Download the starter code
  2. Open the project in Android Studio
  3. Complete the project in accordance with the project instructions

STEPS

  1. Build your user interface
  2. Make your app interactive
    1. Step 1: Configure the ImageView
    2. Step 2: Implement clickLemonImage()
    3. Step 3: Implement setViewElements()
  3. Run your app

Tips

  • Use the provided tests to ensure your app is running as expected
  • DO NOT ALTER THE PROVIDED TESTS