Is possible to have spinning progress indicator control in windows phone 8 development? Please provide us sample to achieve the same.
Thanks in advance.
|
Is possible to have spinning progress indicator control in windows phone 8 development? Please provide us sample to achieve the same. Thanks in advance. |
|||||||
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Spinner UIs aren't part of the native user experience for windows phone and would look weird and out of place on WP7/WP8. Considerusing an indeterminate progressbar at the top of the page to indicate a pending action. The google term you're lookign for is SystemTray.ProgresIndicator. Example @ http://blog.duc.as/2011/10/08/using-the-system-tray-to-show-progress-in-windows-phone-7-mango/
|
|||
|
|
Here's the documentation and example to build a custom indeterminate progress bar on your own. The example is still with rectangles, but can be adapted to whatever you want: http://msdn.microsoft.com/en-us/library/windowsphone/develop/gg442303%28v=vs.105%29.aspx |
|||
|