We own a Subaru, and the app has all sorts of data in it: the car's current location, the odometer reading, and fuel status, sort of - it only displays the "until empty" distance, and the average MPG. I'm surprised it doesn't show even an estimate of how much gasoline is in it. So if I were to do this, I'd find a way to read that data somehow, and then I'd just need to know who was driving. (Which, as someone pointed…
"I'd find a way to read that data somehow..." Kind like the ? before Profit!
OurCar: What I learned making an app for my family
61–70 of 82 posts
Re: OurCar: What I learned making an app for my family
#62We own a Subaru, and the app has all sorts of data in it: the car's current location, the odometer reading, and fuel status, sort of - it only displays the "until empty" distance, and the average MPG. I'm surprised it doesn't show even an estimate of how much gasoline is in it. So if I were to do this, I'd find a way to read that data somehow, and then I'd just need to know who was driving. (Which, as someone pointed…
Re: OurCar: What I learned making an app for my family
#63I’m surprised the author went for native apps rather than a PWA for this use
Did you weigh home screen widgets here? For "log mileage when you refuel", a one-tap widget feels much closer to the moment than open Safari, find the bookmark, hit the button. PWAs on iOS still can't put one on the home screen. Curious if cross-platform was the call from the start, or if widgets came up at all.
Re: OurCar: What I learned making an app for my family
#64Hi HN! OP here. This is my first post and I'm very grateful to see it on the front page. This app was a lot of fun to build, and I really enjoyed putting together the writeup. I've been very inspired by the other stories shared here to write my own, so seeing the comments has been very validating. I guess I'll be around answering questions and comments as I see them. Thanks for reading and responding.
I hadn't seen you mention OBD in this article, which is built in to most cars from the past 25 years.
If your shared car has it, you could put one of those Bluetooth LE readers in the port, and have copies of your app connect to the BLE signal on "vehicle return" to calculate milegae driven and maybe more, depending on what the car reports!
Might be worth playing around with, either way congrats on your cool thing
Re: OurCar: What I learned making an app for my family
#65I’m surprised the author went for native apps rather than a PWA for this use
Did you weigh home screen widgets here? For "log mileage when you refuel", a one-tap widget feels much closer to the moment than open Safari, find the bookmark, hit the button. PWAs on iOS still can't put one on the home screen. Curious if cross-platform was the call from the start, or if widgets came up at all.
Re: OurCar: What I learned making an app for my family
#66I’m surprised the author went for native apps rather than a PWA for this use
Did you weigh home screen widgets here? For "log mileage when you refuel", a one-tap widget feels much closer to the moment than open Safari, find the bookmark, hit the button. PWAs on iOS still can't put one on the home screen. Curious if cross-platform was the call from the start, or if widgets came up at all.
Re: OurCar: What I learned making an app for my family
#67Good example of over-engineering. This could be easily solved with a pencil and notepad.
Availability and location cannot be solved with a note pad.
Re: OurCar: What I learned making an app for my family
#68Manual data entry is just too unreliable and time-consuming. I don't see how this could work short of integrating OBD-II fuel consumption data combined with some sort of presence tracking.
I agree with you that at a large scale this is a problem. The one thing I decided very early on (when thinking about if/how I would grow this app beyond my family), is that this is for people who trust each other. If you don't trust the other people in your group to be responsible with the vehicle, then this app isn't gonna help. I'm trying to make the experience more smooth, not necessarily completely painless. Rega…
Re: OurCar: What I learned making an app for my family
#69Good example of over-engineering. This could be easily solved with a pencil and notepad.
Availability and location cannot be solved with a note pad.
Re: OurCar: What I learned making an app for my family
#70I’m surprised the author went for native apps rather than a PWA for this use
Did you weigh home screen widgets here? For "log mileage when you refuel", a one-tap widget feels much closer to the moment than open Safari, find the bookmark, hit the button. PWAs on iOS still can't put one on the home screen. Curious if cross-platform was the call from the start, or if widgets came up at all.