Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diegopereiracruz/calcular_carona
Simple android app to calculate the cost of a ride. Provide de days driven and the fuel cost.
https://github.com/diegopereiracruz/calcular_carona
Last synced: 17 days ago
JSON representation
Simple android app to calculate the cost of a ride. Provide de days driven and the fuel cost.
- Host: GitHub
- URL: https://github.com/diegopereiracruz/calcular_carona
- Owner: diegopereiracruz
- Created: 2024-05-10T21:29:20.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-10T22:12:44.000Z (8 months ago)
- Last Synced: 2024-05-11T23:24:26.169Z (8 months ago)
- Language: Java
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Travel Expense Calculator
This Android application is designed to calculate travel expenses based on various inputs such as the number of days traveled, fuel cost, additional costs, discounts, and a division factor. It provides a comprehensive overview of the total cost and the cost after division, offering users a clear understanding of their travel expenses.
## Features
- **Input Fields**: Users can input the number of days traveled, fuel cost, additional costs, and discounts.
- **Calculation Logic**: The app calculates the total kilometers traveled, total liters of fuel consumed, total cost including additional costs and excluding discounts, and then divides the total cost by a specified factor.
- **Results Display**: The app displays the total cost and the cost after division in a readable format.## Requirements
- Minimum: Android 7.0 Nougat (API level 24)
- Tested on: Android 14 (API level 34)