microsoft / TemplateStudio

Template Studio accelerates the creation of new WinUI 3, WPF, and UWP apps using a wizard-based experience.
Other
2.7k stars 461 forks source link

Review navigation sample #2427

Open sibille opened 6 years ago

sibille commented 6 years ago

X-Ref #2294 and #2352

Review navigation sample in https://github.com/Microsoft/WindowsTemplateStudio/tree/dev/samples/navigation referenced on doc https://github.com/Microsoft/WindowsTemplateStudio/blob/dev/docs/navigation.md

odyright commented 6 years ago

Hello there i'm new to WTS... i want to know if is there an update for MixedNavigationSample.MVVMLight guideline with concrete sample not just blank pages?

crutkas commented 6 years ago

When you say concrete, what do you mean. Detailed asks tend to be much more fruitful for us to figure out how to accomplish what is needed

odyright commented 6 years ago

Sorry @crutkas maybe this uwp Inventory Sample which shows how to handle login's credentials with password and windows Hello. I'm talking about this feature only and i am aware that feature would look different with MVVMLight . Be indulgent i'm still learning...thanks

mrlacey commented 6 years ago

@odyright What are you specifically trying to do or having problems with?

odyright commented 6 years ago

@mrlacey i want to build a sign-In page / LogIn page mixted with windows Hello...as uwp Inventory Sample did, But in my case it would be based on mvvmlight. their loginView used Binding object, Mapping custom types to XAML namespaces and prefixes (xmlns:myTypes..in their case it is xmlns:views) and i don't know how to manage it with mvvmlight, i tried to google it for some guidence but no success.