Calling API

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:

  1. Have a temporary thumb and a text like "loading" OR

any other approach?

Thank you

Answered by Thisisbohau in 687403022

Instead of showing a static text you could create a simple animation(like left to right) and display that where the thumbnail would be. This gives the user visual feedback that something is loading and happening and not that your app is frozen or stuck.

Accepted Answer

Instead of showing a static text you could create a simple animation(like left to right) and display that where the thumbnail would be. This gives the user visual feedback that something is loading and happening and not that your app is frozen or stuck.

Calling API
 
 
Q