public void OnAlbumsButtonClicked()
{
}
Windows Phone navigation 101
NavigationService.NavigateTo(new Uri("/Pages/AlbumsPage.xaml", UriKind.Relative));
×Views should not navigate to views
×Unified way to address a view
×Being able to deeplink to a view
×Being able to change the view on the fly (gatekeeping, A/B testing, …)
√ Integrate well in to the framework(s)