[2] Federal Motor Carrier Safety Administration. (2022). Electronic Logging Device (ELD) Rule .

[3] Phillips, E. (2021). Offline-First Apps with Kotlin and Room . O’Reilly Media.

@Entity(tableName = "trips") data class Trip( @PrimaryKey val tripId: String, val originLat: Double, val originLng: Double, val destLat: Double, val destLng: Double, val assignedAt: Long, val status: String // "pending", "active", "completed" )

[4] Firebase Documentation. (2024). Build scalable Android apps . firebase.google.com.

mti driver app for android

@Entity(tableName = "trips") data class Trip( @PrimaryKey val tripId: String, val originLat: Double, val originLng: Double, val destLat: Double, val destLng: Double, val assignedAt: Long, val status: String // "pending", "active", "completed" ) [2] Federal Motor Carrier Safety Administration

[4] Firebase Documentation. (2024). Build scalable Android apps . firebase.google.com. val originLat: Double