Android Basics with Compose:
A tip-calculator app called Tip Time that calculates a tip amount based on the service amount.
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