Skip to content
Brandon Williams edited this page Apr 6, 2015 · 3 revisions

Libraries Used

  • Android Support Library v4 - Automatically included by Eclipse as part of the Android application template.
  • Gson 2.3.1 - JSON serialization and deserialization.
  • Joda Money 0.10.0 - Mathematical operations on currency amounts and handling different types of currency.
  • OkHttp 2.3.0 - HTTP library with a clean & flexible API and built-in support for HTTP/2, SPDY, silent retry, and asynchronous execution.
    • Okio 1.3.0 - Dependency of OkHttp.
    • MockWebServer 2.3.0 - Used for unit testing HTTP requests.
  • Google Play Services Library 7.0 - Used for Google Maps API v2.
Clone this wiki locally