Introduction

An Android phone app built to record electric vehicle (EV) charging sessions. I built this app to learn Android development, and to keep track of my EV charging expenses. With it, I can record how long the car is charging for, and what rate (kWh), how much range the charging session has added, and the cost of the charging session. Data is presented as a pretty graph or as a fairly basic table. The app supports recording data for multiple cars.

The application has been built using Kotlin and Jetpack Compose. Data is saved to a Room SQLite database.