Skip to content

Tip Master is a simple yet efficient Android app built as part of my AND101 Project 4 - CodeMath assignment. It helps users split bills fairly by calculating tips and dividing total charges among a group. Whether you're dining out with friends or organizing a shared expense, Tip Master makes quick math effortless.

Notifications You must be signed in to change notification settings

SNMiguel/Android_Tip_Calculator

Repository files navigation

AND101 Project 4 - CodeMath

Submitted by: Miguel Shema Ngabonziza

Time spent: 5 hours spent in total

Summary

The Tip Master is an android app that recieves the total bill and number of people who shared a meal to effectively assist them in equally splitting the charges.

If I had to describe this project in three (3) emojis, they would be: 💸 🧮 📱

Application Features

The following REQUIRED features are completed:

  • At least one (1) user input
  • At least one (1) interactive View
  • At least one (1) output of a calculation based on the user input

The following STRETCH features are implemented:

  • Implement ViewBinding to reduce boilerplate code and increase efficiency
  • Add at least one (1) additional functionality

The following EXTRA features are implemented:

  • List anything else that you added to improve the app!

Video Demo

Here's a video / GIF that demos all of the app's implemented features:

Demo

GIF created with ScreenToGif

Notes

Here's a place for any other notes on the app, it's creation process, or what you learned this unit!

  • Implemented ViewBinding to simplify UI interactions and reduce boilerplate code
  • Handled user input validation and dynamic UI updates based on calculations
  • Applied a proper AppCompat theme to avoid runtime crashes with XML-based layouts
  • Built a responsive tip calculator that includes split-by-people functionality

License

Copyright 2025 Miguel Shema Ngabonziza

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0 

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Tip Master is a simple yet efficient Android app built as part of my AND101 Project 4 - CodeMath assignment. It helps users split bills fairly by calculating tips and dividing total charges among a group. Whether you're dining out with friends or organizing a shared expense, Tip Master makes quick math effortless.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages