Who killed callbacks? the murder mystery resolution
In the previous blog entry [https://www.pacoworks.com/2016/07/26/dissecting-callbacks-a-murder-mystery/] we covered how the Android framework affects our callback blocks in asynchronous APIs, »
In the previous blog entry [https://www.pacoworks.com/2016/07/26/dissecting-callbacks-a-murder-mystery/] we covered how the Android framework affects our callback blocks in asynchronous APIs, »
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 [https://www.pacoworks.com/2016/06/05/inheritance-into-composition/] in the series ended with a new implementation of a composable API for your library. »
In a previous blog post [https://www.pacoworks.com/2016/05/26/method-references-funcn-and-actionn/] I've talked about the importance of method references and generic functional »
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 »