Slow loading of initial request of an Azure Mobile Service - Splash Screen
Hi
I wander if anyone could assist or point me in the right direction.
During the loading of my startScreen I invoke a service that retrieves data from a Windows Azure Mobile Service. The initial load,of the service, is slow - approx 5 to 10 seconds. After that any other call to a WAMS REST service with in that session is pretty quick and I happy with that. Its just the first one that is slow. Purpose of service is to retrieve a collection of names and popolute a list on the startScreen,
What I was thinking is this.
Create a Splash Screen as the startup screen.
Invoke the service and navigate to the "2nd" screen once the service returns a response.
Somehow populate a localstorage variable (array) with the response and pass it to the 2nd screen to populate the list.
Is that possible?
Thanks
Dave