Relative Content

Tag Archive for androidkotlinkotlin-coroutinesandroid-mvp

How to use coroutine scope in android MVP presenter class?

I am using MVP architecture in my project. I wanted to integrate a sdk based on their sample code. Bu they are using MVVM architecture where they use coroutines with suspend method. So when the call suspend method they use viewModelScope.launch like below.

How to use coroutine scope in android presenter class?

I am using MVP architecture in my project. I wanted to integrate a sdk based on their sample code. Bu they are using MVVM architecture where they use coroutines with suspend method. So when the call suspend method they use viewModelScope.launch like below.