Search code examples
windows-phone-7settingspreferences

Preferences in Windows Phone 7


How can I use preferences in WP7 through code and what is the class?

Can I make something like in android with the preferences activity and the preferences manager? Is there anything similar to this in WP7?


Solution

  • There is no centralized settings/preferences management in the Windows Phone 7 framework. For guidance on how to create a settings page within your application, take a look at How to: Create a Settings Page for Windows Phone on MSDN.