We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Welcome to the DroidCoroutinesUsecases wiki!
Contents of Wiki
Description
Single network request
Sequential network request
Concurrent network request
Variable number of network requests
Implementing a timeout for network request
Retrying network requests in case of failure
Combining timeout and retry of network request
Using room in coroutines
Analyzing and debugging of coroutines
How to perform a heavy operation in background thread
How to perform cancellation
How to perform exception handling in the coroutines
Using work manager along with coroutines
UI intensive work without freezing the UI