NextStop Realtime Sneak Peek
Last Friday the MTA released their realtime subway app SubwayTime along with new APIs that third party developers can use to access realtime data for the 1,2,3,4,5,6 and Grand Central Shuttle.
Several months ago, the MTA shared their plans with the developer community, and provided some sample feeds to start working with. I’ve been eagerly anticipating this development since the first release of NextStop over 2 years ago, so naturally I jumped right on it.
The new realtime APIs are based on Google’s GTFS-realtime which uses protocol buffers to transmit data instead of the more traditional (but less efficient) XML or JSON. Learning to use the new format took a little time, but the real challenge was figuring out how to incorporate realtime data without complicating the NextStop user experience. In addition, one of NextStop’s key benefits has always been the ability to access schedules while “off the grid”, and that’s something I wanted to maintain for a realtime version.
After a little experimentation, I decided to stick with the standard NextStop countdown interface for displaying both the realtime countdowns and the static schedule countdowns. The app uses realtime information whenever it’s available, and now includes a colored dot next to the countdown to indicate what the arrival estimate is based on. The dot is green when the estimate is based on recent realtime information, yellow when it’s based on older realtime information (between 5 and 10 minutes old) and gray when it’s based on schedules.
Naturally, an Internet connection is needed in order to download realtime data, so the “off the grid” problem was even more challenging. The eventual solution was to leverage the iPhone’s geofencing services to automatically download updated data without any user interaction when they are approaching a station. This information is then stored locally so that it’s available for display when they open the app on the platform.
Thanks to the MTA’s early heads up, I was able to complete the majority of coding before the API went public. After the announcement on Friday, I made some final tweaks, and submitted the new version for app store review over the weekend.
If the review process goes well, the new version should be available for download from the App Store in the next week or so. You can follow us on Twitter or Facebook to stay up to date with the latest news.
Brooklyn Daily Eagle article features NextStop
NextStop 2.0.2 Available
- The most recent map
- Updated schedules
- Improved location handling
- iOS 5 and general bug fixes
NextStop Featured on NY1
NextStop Receives Honorable Mention in NYC BigApps 2.0 Competition
NextStop 2.0 Now Available
- Schedule display updates – when a countdown reaches 0, it gets grayed out and the next train appears
- The official MTA map, with the ability to tap any station to view the current schedule
- A new Alerts tab, which shows current MTA Alerts and Advisories
- Push Notifications when there are alerts on your favorite line
- Retina display graphics throughout
- A new icon
- Miscellaneous bug fixes
NextStop – Doomsday Edition
- The V has been discontinued
- The W has been discontinued
- The M is now orange and has been reconfigured to pick up some of the old V stops
- The N is now local in Manhattan (this one affects me and it sucks!)
- Some Q trains run north of 59th Street into Queens to pick up old W stops
- G trains no longer run north of Long Island City / Court Square
NextStop 1.1
- Basic iOS 4 compatibility (Doesn’t crash & supports basic backgrounding… More to come.)
- 3 line station list now uses correct color
- Now displays help text when no favorites are present


