Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)