# Coroutines Party Tricks

DevFeed: [Coroutines Party Tricks](<https://devfeed.tech/articles/coroutines-party-tricks-32244.md>)

Original publisher: [Read original article](<https://publicobject.com/2025/06/25/coroutines-party-tricks/>)

Author: Jesse Wilson

Published: 2025-06-25T12:00:00Z

Content type: tutorial

Language: en

Sources: [Public Object](<https://devfeed.tech/sources/public-object.md>)

Topics: [Coroutines](<https://devfeed.tech/topics/coroutines.md>), [Android](<https://devfeed.tech/topics/android.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [code](<https://devfeed.tech/tags/code.md>), [coroutines](<https://devfeed.tech/tags/coroutines.md>), [developer](<https://devfeed.tech/tags/developer.md>), [droidcon](<https://devfeed.tech/tags/droidcon.md>), [presentation](<https://devfeed.tech/tags/presentation.md>), [video](<https://devfeed.tech/tags/video.md>)

## AI overview

A Droidcon NYC presentation explores unconventional Android coroutine techniques after covering coroutine implementation details, scopes, and contexts. It discusses slowing I/O, restructuring code, using reflection, and treating the user as a function.

## Source excerpt

I presented this at Droidcon NYC on June 25, 2025. Available as code, video, slides, Droidtube, & Speaker Deck. 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