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
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
Analysing and debugging of coroutines
How to perform a heavy operation in background thread
How to perform cancellation
Using many coroutines to pass on the work
How to perform exception handling in the coroutines
How to run the coroutine even if the user leaves the screen
Using work manager along with coroutines