The main view on my app brings data from 3 different API calls. So when the app starts, the data are still being returned, so nothing is seen but just a blank space. They are basically a Thumbnail and its title.
What would be the best solution for that:
- Have a temporary thumb and a text like "loading" OR
any other approach?
Thank you