This interview of Douglas Perlin, author of the a2parking Android application for locating Ann Arbor parking structures, was done via email. It is lightly edited to include hyperlinks.
- When did you get the idea to do an a2parking application, and how long did it take you to go from idea to first version?
In October or November 2011 I was looking at the a2dda website and happened to see the parking space availability on one of the pages. I thought it would be nice to have a phone app that could pull up the parking availability data.. It took about a week or two to get the first version up on google play. The original version was kind of clunky I used jsoup to extract the data from a2dda web page and wrote a little code to clean it up.
- How long has the software been out in the world?
The app was first published to google play on November 11, 2011. Sometime around the opening of the new Library Lane parking structure the data and web page disappeared. I guess a2dda or Republic Parking was upgrading the system. I guess sometime around August 2013 the data was made available through a JSON link but I wasn’t aware of it at that time. For some reason in early March of this year I was thinking about removing the spaces page since it was coming up blank and just leaving the navigation page. I logged into my Google app.things account and there was an email from Republic Parking informing me about the JSON data so I decided to upgrade the app and that’s what you see now.
- Who do you envision as using the system?
I guess I never really thought about it. Probably someone from out of town looking for directions to parking structure.
- Have you talked at all to the DDA or to Republic Parking?
I never talked to anyone at DDA or Republic Parking. I did send email to DDA from my regular email account to find out what happened to the data in when it disappeared. I got a quick response letting me know that the system was being upgraded. The thing that really surprised me was when my app.things account received and email from Republic Parking with the JSON link information since I never really wrote to them and my email to the DDA was from a different account. Not sure how they found out about the app.
- Is there more information you’d like to gather regarding parking data (e.g. pricing, trending of availability, historical or predictive numbers)?
The menu has an information screen choice which lists structures and lots and when one is tapped it will pull hours and pricing from the JSON link. I’m not really tracking the trends or making predictions.
- What’s your favorite parking place? Your favorite free place to park?
Hahaa! I’m a local. I’m pretty good at finding free places to park. That being said I prefer to take the bus and cabs when I come into town since its way cheaper than a DUI.
- Tell a little bit about yourself and how you got started programming.
I’m retired. I was a Network Administrator/Network Security Officer for many years. Programming is just a hobby and I’m pretty much of a hack at it since I don’t devote a lot of time to it. I started programming on an Apple II in basic. Then as time passed I moved on to more languages like Pascal, C, perl, and then Java. In the case of the parking app I just wanted to learn how to write a phone app.