-
Notifications
You must be signed in to change notification settings - Fork 24
Home
Devrath edited this page Jun 15, 2021
·
15 revisions
Welcome to the DroidCoroutinesUsecases wiki!
Contents of Wiki |
|
|---|---|
Description |
Single network requestSequential network requestConcurrent network requestVariable number of network requestsImplementing a timeout for network requestRetrying network requests in case of failureCombining timeout and retry of network requestUsing room in coroutinesAnalyzing and debugging of coroutinesHow to perform a heavy operation in background threadHow 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 coroutinesUI intensive work without freezing the UI
