mapbox/mapbox-base-android

Common http stack

tobrun opened this issue · 3 comments

This issue captures reusing a Http interface for our native libraries across Android projects. The project setup in this repository must follow modular requirements so end users can swap out the default implementation with their own.

  • add new android library project
  • include bintray published binary with native implementation (so file)
  • implement HttpServiceInterface using OkHttp 4.x
  • release to Bintray

cc @mapbox/maps-android

We will be solely hosting the interface for the http stack in this repo

Has the interface for this HTTP stack been committed to this repo already, or is it still pending?

yes #19