Hi guys, which channel is best for asking for guid...
# getting-started
k
Hi guys, which channel is best for asking for guidance of multiple api call in single screen ?
I was working in existing application in which it has more than 5 api calls in the viewmodel through retrofit. When fetching api call it has showing loader to main screen and block user untill we get data from response. Some are dependent to each other but some are not i.e. Login session dependent on customer data etc. All response are huge in data so may be it taking time to load. I read the review from play store, its frustrations for user and giving bad reviews. This project is growing day by day. I know you guys asked why this api calls in single screen and reason behind this is the application is healthcare. We make a survey from customer and they want there results in homepage. I already read the doc and everything is up to according to doc. I don't want spoonfed, but I need guidance for you guys. Many thanks
s
You can try the #android channel and also look at #coroutines. I bet there are articles online about how to use coroutines with retrofit to make multiple API calls at the same time.
k
@Sam thanks for your guidance. I'll ask in the channel and I'll take a look on articles