Skip to content Skip to sidebar Skip to footer
Showing posts with the label Kotlin Coroutines

Android Kotlin Task To Be Executed Using Coroutines

As an example, I'm using FusedLocationProviderClient to access the current location, which retu… Read more Android Kotlin Task To Be Executed Using Coroutines

Use Main Thread After Long Network Operation

In my android app I has long network operation. After operation is finished I need to update my ui.… Read more Use Main Thread After Long Network Operation

Handle Exceptions Thrown By A Custom Okhttp Interceptor In Kotlin Coroutines

I'm using a custom Interceptor along with Retrofit client in my Android app, that throws an Exc… Read more Handle Exceptions Thrown By A Custom Okhttp Interceptor In Kotlin Coroutines