Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.78 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.78 KB

TipCalculator

This is a basic tip calculator. Android Studio 3.2.1

Created by @DougMacGregor || http://doug-macgregor.webflow.io/projects/mobile-apps
Seeking a broader field and desire to do work in mobile application development.


What I learned

  • Developed a user interface within the xml file using RelativeLayout, ListView, EditText, & ButtonView.
  • Implemented functinality to the UI:
  • Who is going to use this app

    The person using this app would be a sitdown customer in a restaurant.

    Example

    When a person gets the check at the end of a meal and they would like to calculate how much to leave for a tip for their server, they need to do mental math. The point of the tip calculator is to enter the bill total, choose a percentage tip they would like to leave, and the app tells them how much money that would equal.

    My bill is $15.39. My server was pretty good so I want to give a decent tip. I think maybe 18% would be good. I would really like a calculator that I can use to help me figure out how much money 15.39 * 0.18 equals. Or maybe I would like to fiddle with the percentage to give a number I think it good.

    Sheet Views

    Horizontal Layout with new button and color
    java-code


    Vertical Layout

    java-code


    Horizontal Layout

    java-code


    Horizontal Layout

    java-code


    Horizontal Layout

    java-code