This repository has been archived by the owner on Feb 1, 2021. It is now read-only.
Demo best-practice coroutine calling convention for SDK methods that use Context #105
Labels
enhancement
New feature or request
Goal
Coroutines don't fix every asynchrony problem that android may encounter but they do provide ways of working with the component lifecycle.
Our demo-app and sample code should display the proper way to build coroutine contexts that includes lifecycle-aware jobs and intentional exception handler.
References
Acceptance
Suppress("LabeledExpression")
annotations that reference activity instances are removed from demoappTesting
TBD
The text was updated successfully, but these errors were encountered: