-
Notifications
You must be signed in to change notification settings - Fork 92
Home
#OpenTripPlanner for Android

This project is an open-source Android client for the OpenTripPlanner project. It is designed to interface with any OpenTripPlanner server via the OTP RESTful API, implemented in the OTP opentripplanner-api-webapp
project.
A list of public OTP servers is kept in the OTP Server Directory (a Google Docs spreadsheet), and all mobile clients will be able to plan trips automatically using whichever server is appropriate for their current location.
##Download the App!
Download the app via the Google Play store.
See the Release Notes for version details.

###Future features
- Add elevation graph
- Real-time navigation support, including auto-rerouting
- Text-to-Speech directions
- Text localization
- Favorites management for most common departures/destinations.
See our "Issues" page for a full list of planned features, which are labeled with an "Enhancements" tag.
###Presentations Check out a presentation about this app from the 2011 OpenTripPlanner Workshop in Portland, Oregon (starting on slide 33).
In our current architecture, each region is responsible for maintaining their own OTP server. So, you'd need to set up a new OTP instance as specified at https://github.com/opentripplanner/OpenTripPlanner/wiki (like normal).
When you have this setup, note that there is a "Custom Server URL" option in the OTP Android app Settings. You can test to make sure everything works in the app by entering your server URL in this box (e.g., http://opentripplanner.usf.edu/opentripplanner-api-webapp/ws
).
After you've tested to make sure OTP Android works with your server, just contact the OTP Developers Group requesting to add your server to the app, and we'll make it available to all OTP Android users by adding it to the OBA Server Directory
If you'd like to get your own version of the app working based on the source code, check out our Developer Guide page.
We'd love to work with other developers who might be interested in knocking off one or two of the above planned features. Please let us know if you're interested in helping out by emailing Sean Barbeau at barbeau@cutr dot usf.edu.
OpenTripPlanner for Android source code (i.e., this Github repo) is licensed under the Apache 2.0 license. OTP Android uses classes from the main OTP project to aid in the deserialization of OTP REST API responses. These classes are maintained in a separate Github project, are licensed under the L-GPL license per the main OTP project.
Some development was done as part of the Google Summer of Code 2013 OTP for Android project!
Mailing List - OpenTripPlanner Developer list - Just be sure to mention "OTP Android" in the subject line.
Please see our Acknowledgements page!