Skip to content Skip to sidebar Skip to footer
Showing posts with the label Coroutine

How Can I Use Coroutines With Volley So That My Code Can Be Written Like Sychronous?

Here's an example from developer.android.com class MainActivity : AppCompatActivity() { latein… Read more How Can I Use Coroutines With Volley So That My Code Can Be Written Like Sychronous?

Convert Callback Hell To Deferred Object

Background: So, I have a pretty big project with a lot of API functions. I'm thinking of comple… Read more Convert Callback Hell To Deferred Object