Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Event Driven programming

Avatar for uaMobiTech uaMobiTech
November 14, 2015

Event Driven programming

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.

Avatar for uaMobiTech

uaMobiTech

November 14, 2015
Tweet

More Decks by uaMobiTech

Other Decks in Programming

Transcript

  1. MODEL VIEW PRESENTER • Android: not pure MVP • User

    interface, views • Classes that inflates UI (Fragments, Activities)