Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 2.13 KB

README.md

File metadata and controls

35 lines (24 loc) · 2.13 KB

Tip Cacluator

Welcome 👋

The Tip Calculator app calculates tip amount for various percentages of the cost of the service, and also provides a total amount that includes the tip. In some countries, a tip of 15% of the before tax meal price is typically expected.

Shared Bill Tip Calculator

The Shared Bill Tip Calculator considers the cost of the service, number of people, and chosen tip percentage to calculate the tip per person, as well as the total cost per person.

Languages and libraries and tools used

Requirements

Installation

  • To run this code, clone this repository using the web URL command git clone https://github.com/Jesil-OT/Tip-Calculator.git or password-protected SSH key command git@github.com:Jesil-OT/Tip-Calculator.git
  • Import into android studio
  • Build the project and run on an android device or emulator

Application UI

This Shows the Tip Calculator UI for both Normal Bill Tip Calculator and Shared Bill Tip Calculator

Screenshot of the Normal Bill Tip and Shared Bill Tip Calculator Calculator Screen

|

Appreciation

Google Codelab Starter Project for Tip Calculator

Author