remulasce / metroapp

Realtime arrival notification utility for LA Metro
2 stars 0 forks source link

Static data port support #176

Closed remulasce closed 9 years ago

remulasce commented 9 years ago

Java_core doesn't have any of the static data provided by Metro. Currently java_core has enough to do 'predictions', but not any of the convenience methods of actually making servicerequests. Parsing that stuff is really annoying, and should be similar enough for most of it to be reused between platforms.

So, we should figure out a way to reuse the SQL tables, etc in java_core.

remulasce commented 9 years ago

Looks like some of the static translator interfaces made it into java_core Just not the actual difficult parts.

remulasce commented 9 years ago

Nighelles is something-or-other-ing this.

nighelles commented 9 years ago

I have a container class that abstacts the sql database on IOS. If you want to do this in java somewhere, we can see if the sqlite3 java code works crossplatform, otherwise it seems fine to leave it as a difference cross platform, as I don't see the sql code changing much.

remulasce commented 9 years ago

This is more an enhancement than necessary now that Nighelles already reimplemented everything.

Closing.