MicrosoftDocs / mslearn-xamarin-forms-ui-with-xaml

Module exercises: Create a UI in Xamarin.Forms apps by using XAML
Creative Commons Attribution 4.0 International
14 stars 23 forks source link

Missing exercise2 > final folder #1

Closed mccmswinkels closed 5 years ago

mccmswinkels commented 5 years ago

See following quote from Exercise - Add behavior to your XAML page

You can view the completed solution in the exercise2 > final folder of your copy of the cloned or downloaded exercise repo.

Source code is missing in this repository.

mccmswinkels commented 5 years ago

After further investigation this could also be a typo. If so, the text "exercise2 > final folder" should be "exercise1 > final folder" and the "translationButton" in MainPage.xaml should be completed with a Clicked event.

    <Button x:Name="translateButton" Text="Translate"
            TextColor="{x:Static local:SharedResources.ButtonTextColor}"
            BackgroundColor="{x:Static local:SharedResources.ButtonBkColor}" Clicked="OnTranslate" />
patridge commented 5 years ago

Thanks for reporting this, @Sw1ma. I fixed up the project breakdown in the exercise repo here. I also updated the exercise content to reflect that, as well as a few other fixes I found along the way.