top of page
Coroutines Party Tricks
25. Juni 2025 um 13:25:00
Stage 1
Coroutines are an important tool in the Android developer’s toolbox. We use 'em to background our tasks, to parallelize our work, and to gracefully cancel operations.
This is not a talk about that reasonable coroutines use.
Instead, we’ll do unreasonable, forbidden things. We’ll study the implementation details of coroutines, scopes, and contexts. Once that foundation is established, we’ll start ‘thinking in coroutines’ and break our brains a bit!
We’ll cover:
💣 Making I/O slower with `suspend`
💣 Turning code inside-out
💣 Using reflection with coroutines
💣 Treating the user as a function
If you're willing to suspend disbelief, this talk is for you.
Panel: The Future of Dependency Injection in Modern Android
25. Juni 2025 um 15:15:00
Stage 1
Dependency Injection remains a cornerstone of scalable Android architecture—but as the platform evolves, so do the tools and patterns we rely on. This panel brings together DI experts to discuss the current and future state of DI in Android, from Google’s Hilt and Kotlin-first Koin to community-driven frameworks like Dagger, Anvil, and Metro.
We’ll explore real-world lessons and technical insights across topics such as:
What are the key strengths and weaknesses of current DI frameworks, and how should teams choose the right tool for their architecture and scale?
What are the tradeoffs of using DI at scale, and where do most frameworks begin to show their limitations? How can teams effectively manage complexity, performance, and maintainability as their DI setup grows?
Can Dependency Injection be used for more than just wiring services and repositories? What are some unconventional or creative use cases, and how well do frameworks support them?
What are effective strategies for migrating between DI frameworks, especially in large codebases?
With Kotlin Multiplatform adoption increasing, how can DI be applied across shared and platform-specific code? What are the challenges of building and maintaining multiplatform DI solutions, and what opportunities does this unlock for cross-platform architecture?
What goes into designing and building a DI framework from the ground up? What technical decisions, architectural patterns, and developer experience considerations must be addressed—and where do current solutions still fall short?

Jesse Wilson
Cash App
Programming, inclusivity, sustainability, & 🦕. he/him.
bottom of page