Sean Barbeau
Sean Barbeau
Starting point for NDK interface, from an early version of the the [Bliksem Technology Preview app](https://play.google.com/store/apps/details?id=nl.ovapi.bliksem): bliksem.c ``` #include #include #include #include "config.h" #include "rrrr.h" #include "transitdata.h" #include "router.h" #include...
Details on the current demo [Bliksem Technology Preview app](https://play.google.com/store/apps/details?id=nl.ovapi.bliksem) app from Thomas Koch: > The current Android application uses the tabular/csv and inside Java it de-serializes that String to java...
See also https://github.com/leshka890/rrrr-android. Looks like this is basically a hello world to get RRRR running on Android, as it doesn't have any UI:  I hit an issue trying to...
License is Apache v2, so we can use the project in OTP Android.
Turns out the above issue really isn't an issue, just part of the JSON response from RRRR. So, looks like rrrr-android is working as intended.
From a look at the OTP bike rental API docs: http://dev.opentripplanner.org/apidoc/0.15.0/resource_BikeRental.html ... it appears that the API endpoint supports a geographic bounds as a parameter. But, from a quick look...
@rjfv @rreisdasilva @brecke To continue the discussion from https://github.com/CUTR-at-USF/OpenTripPlanner-for-Android/pull/442#issuecomment-56063297 - I'd like to better understand what TP.pt and OST are and their roles in relationship to public transportation in Portugal....
@egofer Definitely an interesting idea. Do you have any ideas how we would present this information to users? In other words, where would this information be placed in the UI?
I think weather/temperature would likely be most relevant for walking legs. I believe most transit modes should be covered from weather. We could only display weather for more than one...