By Enrique López Mañas - https://speakerdeck.com/kikoso
Event-Driven is a programming paradigm, still not widely used, where the application flow is determined by events such as user input, threads output or messages from components. An ED-system can increase the modularity and testability of our application because of loose coupling of system components. Android does not natively provide us with an architecture and the necessary components to implement this on a clean way, and there are only few libraries for ED-programming now. This talk will focus on the art of ED-programming, take a look on available solutions for Android and propose some architectures for its implementation.