Archives

Build an efficient REST Client on Android

It is important to limit and optimise network traffic in mobile communications. A well designed rest client is the best you can do in order to save network bandwidth and increase your online app responsiveness. This talk is focused on how to create an optimal rest client with persistent cache in Android using HTTP/2, Retrofit, […]

Kill your eventbus-driven architecture with fire

Some long time ago event bus libraries took over the Android developers world. Majority of Android applications used one of the variety of libraries available – EventBus, Otto or others. People loved this pattern because it made communication between Android components a lot easier than before. Time has changed though. Otto was just officially deprecated […]