Controlling the spinner
Hi,
In my App, in the first page, there are around 10 services called to fetch data for the user. This takes relatively long time. The loading icon (spinner) shows only for 1 or 2 seconds and disappear, which makes the user thinks s/he can move forward before completing data load.
I tried to call codeshowSpinner();/code several times to make it show longer, but it did not work. It does not show at all.
I need to show the spinner longer time, if possible until all services are (complete), or at least I set a fixed time (e.g. 5 seconds).
Is that possible? If not, what options do I have in this case?
Many thanks,