protected override void OnActivate() { base.OnActivate(); //get phone photos _phoneService.GetAlbums((albums) => { AlbumList = albums; NotifyOfPropertyChange(() => AlbumList); }); }