Is there any built-in solution for showing "loading indicator" (the 4 squares that fly in and out). My app has to request some data via restful service and i want to so the "loading indicator" during the request.
Thanks
This is the progress indicator for Metro style apps:
http://msdn.microsoft.com/en-us/library/windows/apps/hh465487.aspx
Jeff Sanders (MSFT)