Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 707 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 707 Bytes

Tip Time

Android Basics with Compose:
A tip-calculator app called Tip Time that calculates a tip amount based on the service amount.

Introduction

The Tip Time app contains various UI elements for calculating a tip. Creating this app involved thinking about state in a UI and how Compose uses state to display data.

Some key concepts covered in this app are:

  • Hoisting state - Reusable & Testable
  • User inputs - Keyboard types & Switches

Demo