Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.85 KB

File metadata and controls

39 lines (20 loc) · 1.85 KB

Android Basics With Compose

Repository for projects created as part of the Jetpack Compose course - Android Basics With Compose

Art Space

An Android app that can display artwork or family photos

ArtSpace

TipTime

A tip-calculator app called Tip Time that calculates a tip amount based on the service amount.

TipCalc

Lemonade

Simple, interactive app that lets you juice lemons when you tap the image on screen until you have a glass of lemonade. How the app works:

  1. When the user first launches the app, they see a lemon tree. There's a label that prompts them to tap the lemon tree image to "select" a lemon from the tree.

  2. After they tap the lemon tree, the user sees a lemon. They are prompted to tap the lemon to "squeeze" it to make lemonade. They need to tap the lemon several times to squeeze it. The number of taps required to squeeze the lemon is different each time and is a randomly generated number between 2 to 4 (inclusive).

  3. After they've tapped the lemon the required number of times, they see a refreshing glass of lemonade! They are asked to tap the glass to "drink" the lemonade.

  4. After they tap the lemonade glass, they see an empty glass. They are asked to tap the empty glass to start again.

  5. After they tap the empty glass, they see the lemon tree and can begin the process again.

Lemonade

Dice Roller

An interactive Android app that lets users roll a dice and shows them the result of the roll.

DiceRoller