Talk on Android network stack

I recently gave a talk to my backend colleagues about the network stack we use on Android. This stack uses okio, OkHttp and Retrofit. Slides are in French and available on Speaker Deck. Code from live coding is available on Github. The idea between this talk was to show how much powerful OkHttp/Retrofit are and how stupid it would be to not use it when backend server needs to consume other backend APIs. We, on Android, are obviously experts on this subject and therefore have great tools at your disposal.