Display "Loading" in windows Phone 8 sdk

10,011

Check out the Progress Bar:

A ProgressBar control shows the progress of an operation that has a known duration, or shows that an indeterminate operation is in progress.

And here is an example of using it.

Share:
10,011
schurtertom
Author by

schurtertom

Updated on June 28, 2022

Comments

  • schurtertom
    schurtertom almost 2 years

    Just getting into the Windows phone 8 sdk. Tried to find some books today without success.

    I would like to create a simple Display Loading anymation (as you have when loading an app) while my SOAP request tries to download data.

    I am unable to find something on the web... I am programming in c# not JavaScript.

    Anyone has some links to some good tutorials, references?

    thank you