mitchtabian / Open-API-Android-App

Kotlin, MVI, Hilt, Retrofit2, Coroutines, Room Persistence, REST API, Token Authentication
692 stars 231 forks source link

Multiple API Calls issue #12

Closed tusharpingale04 closed 4 years ago

tusharpingale04 commented 4 years ago

Hi Mitch, An Awesome app, learned a lot from your course.

I am creating a movies details app using your concepts, but i am facing one issue to make multiple API calls. When i am trying to make 2 continuous API calls, API call 1 get interrupted and and i only get result from 2nd API call.

Your help will be appreciated. Thanks!