PUBLIC OBJECT

Effective Android HTTP

Last week I gave a talk on HTTP & Android at AnDevCon. I talked about the interesting features of HTTP, tools for testing & debugging, and high-level libraries for REST and images.

Alongside the code is a small GitHub project with basic code samples exercising HttpURLConnection, Apache HTTP Client, OkHttp, MockWebServer, Retrofit, Picasso, and Volley.

https://github.com/swankjesse/android-http-examples

Effective Android HTTP