Integrate an OBDii dongle with Bluetooth and have the app read it from there.
OurCar: What I learned making an app for my family
71–80 of 82 posts
Re: OurCar: What I learned making an app for my family
#72Earlier quoted context omitted.
Availability and location cannot be solved with a note pad.
A shared AirTag could probably take care of the location issue easily. I assume that in this scenario with exclusively trusted users, trading off privacy for the convenience might be worthwhile.
And sure, relaxing that requirement would make for an easier implementation. But also worse acceptance by users.
Re: OurCar: What I learned making an app for my family
#73So I made an IOS app just for us that does face detection and won't take the actual photo until all of the detected faces have their eyes open.
Re: OurCar: What I learned making an app for my family
#74Oh man! I made an app for my family too. They have an antiques/book selling business on eBay so I made an app for them to actually keep track of things as they buy them . That was where their process was breaking down - When did we buy this? How much was it? The sort of things that are semi-difficult to keep track of when you're going to A LOT of estate sales and then basically need to enter all the stuff into a spre…
Re: OurCar: What I learned making an app for my family
#75Oh man! I made an app for my family too. They have an antiques/book selling business on eBay so I made an app for them to actually keep track of things as they buy them . That was where their process was breaking down - When did we buy this? How much was it? The sort of things that are semi-difficult to keep track of when you're going to A LOT of estate sales and then basically need to enter all the stuff into a spre…
Why PDF for the data format instead of, say, CSV?
Re: OurCar: What I learned making an app for my family
#76The pencil‑and‑notepad takes make sense once the ritual is already mutual; the failure mode I see is partial adherence, where informal notes silently diverge. A purpose‑built helper can be the workflow, not only the record of it.
I’ve shipped a couple of relatives‑only gadgets; “it worked” usually meant routines lined up across people, not that the tech was flashy.
Re: OurCar: What I learned making an app for my family
#77Good example of over-engineering. This could be easily solved with a pencil and notepad.
Re: OurCar: What I learned making an app for my family
#78Great writeup and also a great example of where LLMs can step in to help fill the gaps in areas where you don't have as much skill or interest. For instance, your wife used ChatGPT to come up with a name and you used AI to generate the admin flows that you weren't interested in building. Sounds like Flutter was a good technology choice too, given its flexibility across platforms. As a designer, I know how frustrating…
Flutter was good, but now with Liquid Glass™ I find react native (specifically expo) using expo-ui far far better at designing apps that match their native look and feel.
Personally I find that it's not using Liquid Glass an advantage, at least I don't need to worry about contrasts.
Re: OurCar: What I learned making an app for my family
#79Earlier quoted context omitted.
Why PDF for the data format instead of, say, CSV?
I’m speculating it’s because most phones know how to natively handle PDFs (and not CSVs).