Hi , i hope you're well. I need a meter application that runs on android as apk so I can install to my phone. The app’s core job is to calculate the fare in real time using both distance and time, just like a classic in-car taximeter, while also keeping a live read-out of the distance covered. Here is what matters most to me: • Accurate fare calculation that updates every second, combining GPS-derived distance with elapsed time. The rate table will be hard-coded for the first build; I will supply the base fare, per-mile and per-minute figures. • Reliable distance tracking using the phone’s GPS—no external hardware. The distance display must stay visible even if the data connection drops. • Basic settings panel where I can adjust the base (starting) rates , per mile rate and waiting time rate without redeploying the entire app. I need pickup button to start the journey and a pause button to pause the meter. And dropoff button to finish job and reset the meter. I uploaded screenshot please make it exactly looks like that. Deliverables I expect: 1. Signed release-mode APK ready to sideload on Android 8.0+ phones. 2. Complete, well-commented source code (Java or Kotlin) in a private Git repo. 3. A short README covering build steps, required permissions and how the app calculates fares. 4. One revision round after initial testing to iron out edge-case GPS or timing