The view model has 3 live data coming in from 3 di...
# coroutines
k
The view model has 3 live data coming in from 3 different api calls. Now, I want to display all the data together as different cards in a list in the recycler view. What would be the best way to do this ?