I've searched in vain for a code example of how to display a simple "Loading..." indicator (maybe with a "spinning" animation) from the time a person touches a search button on Activity1, to when the results are displayed in Activity2. During this time my app is calling a remote web service and waiting for results, so it can be a few seconds waiting. Most of the delay is while Activity2 is loading and searching.
There is an example for IOS, but nothing in the Docs for Android and I can't find anything else online.
Can anyone help please?
Neil