YLAD - Your Last About dialog
Are you tired of recreating the same about dialog logic and content for each Windows Phone app every time? "Your Last About Dialog" is a robust and generic, highly configurable implementation you can easily pull into your own app and set up for your needs. It is able to pull most data from your application automatically, supports fetching both text and Xaml content from remote sources (with fallback local content), and allows easy localization of the complete dialog content to all of the languages supported by your app.
To learn more about the project and how to use it in your own application,
please go to the
documentation tab.
To see YLAD in action, you can take a look at the
WinPhone DevHub sample application by Max Paulousky, available for free in the Marketplace.
Version 2.0 released
April 30th, 2012The second major release of YLAD adds styling features to the project. You are now able to define what the about page looks in great detail, including colors, fonts, and basically all the important control styles/templates that are used. Take a look at the styles resource dictionary that is created automatically when you install the package from NuGet for some samples, or use the documentation here on CodePlex for more details.