Section Contents:
MSDN, Location for Windows Phone: http://msdn.microsoft.com/en-us/library/ff431803(v=VS.92).aspx MSDN, Launchers and Choosers for Windows Phone: http://msdn.microsoft.com/en-us/library/ff769556(v=VS.92).aspx MSDN, Gesture Support for Windows Phone: http://msdn.microsoft.com/en-us/library/ff967546(v=VS.92).aspx MSDN, Frame and Page Navigation for Windows Phone: http://msdn.microsoft.com/en-us/library/ff941091(v=VS.92).aspx GeopositionAccuracy has two settings (source):
Links to source material:
Notes:
-
Default – Optimize for power, performance, and other cost considerations.
-
High – Deliver the most accurate report possible. This includes using services that might charge money, or consuming higher levels of battery power or connection bandwidth.
Manipulation Events (source):
- ManipulationStarted – This event occurs when the user starts a direct manipulation by placing their finger or fingers on the screen.
- ManipulationDelta- This event occurs repeatedly while the user is moving their finger or fingers on the screen.
- ManipulationCompleted- This event occurs when the user removed their finger or fingers from the screen
