I have some pages that make API calls that take some time to retrieve the data. Until the data is retrieved, null values are shown in the app. Is there a way to show a splash screen until the results are filled in the UI?
Is there a way to show a splash screen until the API calls have returned the values to be filled in?
6 replies