Android application for quickly calculating car trip costs and splitting expenses among passengers.
- Automatic price fetching: Fetches current fuel prices (PB95, PB98, Diesel, LPG) from a mock API endpoint.
- Emergency mode: Option to manually enter the price in case of no internet connection.
- Dynamic calculations: Instant calculation of total cost and cost per person.
- Material Design 3: Modern interface with dark and light mode support.
- Kotlin + Jetpack Compose (User interface)
- Retrofit 2 & Gson (Network communication and JSON handling)
- Coroutines (Asynchronous operations)
- Clone the repository:
git clone https://github.com/MSZM0/FuelApp.git
- Open the project in Android Studio.
- Wait for the Gradle sync to finish.
- Run the application on an emulator or a physical device (Android 7.0+).
