Who killed callbacks? the murder mystery resolution
In the previous blog entry we covered how the Android framework affects our callback blocks in asynchronous APIs, and why the need to remove, unwire, and »
In the previous blog entry we covered how the Android framework affects our callback blocks in asynchronous APIs, and why the need to remove, unwire, and »
This post is a quick parenthesis on the series for a couple of good news. Firstly, I have been selected as a speaker at Droidcon London »
Our previous entry in the series ended with a new implementation of a composable API for your library. If you remember, early in the refactor, we »
In a previous blog post I've talked about the importance of method references and generic functional interfaces. Today I'll go through using those principles to make »
This is an entry about what method references are, and how they're meant to replace inner classes and lambdas for some cases. Method references are a »