Hacker News new | ask | show | jobs
by josephschmoe 4372 days ago
What tools\libraries did you make this with? The UI is very responsive.

Edit: I mean the Android version.

1 comments

We are using the Java Play framework for the REST API, MongoDB as our DB. MongoDB has geospatial index support that makes geo queries pretty efficient. For iOS, pretty standard Cocoa libraries... glad you think its responsive :) On Android, also pretty standard libraries.

We designed the client to be very light and do as much processing on the server and also are very careful to do as much asynchronous work as possible (networking a must)