strongloop-community / loopback-sdk-android

Android Client SDK for the LoopBack framework.
Other
67 stars 41 forks source link

Rename RestAdapter.HttpClient to prevent confusion #70

Closed bajtos closed 9 years ago

bajtos commented 9 years ago

The class name HttpClient suggests that we are using the sync variant, while in reality we are using AsyncHttpClient under the hood.

See https://github.com/loopj/android-async-http/issues/751