Speaker

Juan Villa

Juan Villa

Software Engineer at Wizeline

Passionate about software development, best practices and architecture always looking for new challenges with a growth mindset

Designing with coroutines

Android developers have been dealing with async tasks, threads, executors, Rx programming only to accomplish one thing: Do not block the UI Thread but at what cost? Horrible designs, hard to maintain and full of race conditions, deadlock and other concurrency problems.

With coroutines, we can design for safety, scalability, and performance.

Juan Villa

Software Engineer at Wizeline