diff --git a/.gitignore b/.gitignore index bb48939aa..5cc538a62 100644 --- a/.gitignore +++ b/.gitignore @@ -87,3 +87,4 @@ CoinTime/CoinTime/Assets/Content/animations/propanimations.aeproperties CCDrawNode/Screenshots/Thumbs.db FruityFalls/FruityFalls/FruityFalls.Android/Assets/Content/Sounds/AndroidObj/ FruityFalls/FruityFalls/FruityFalls.Android/Assets/Content/Sounds/iOSObj/ +.vscode/settings.json diff --git a/LivePlayer/XamagonXuzzleLP/Screenshots/app-original.png b/LivePlayer/XamagonXuzzleLP/Screenshots/app-original.png new file mode 100755 index 000000000..c9977c2f4 Binary files /dev/null and b/LivePlayer/XamagonXuzzleLP/Screenshots/app-original.png differ diff --git a/LivePlayer/XamagonXuzzleLP/Screenshots/app.png b/LivePlayer/XamagonXuzzleLP/Screenshots/app.png index c9977c2f4..75908f501 100755 Binary files a/LivePlayer/XamagonXuzzleLP/Screenshots/app.png and b/LivePlayer/XamagonXuzzleLP/Screenshots/app.png differ diff --git a/LivePlayer/XamagonXuzzleLP/readme.md b/LivePlayer/XamagonXuzzleLP/readme.md index 1f33650fb..a92aee5a7 100644 --- a/LivePlayer/XamagonXuzzleLP/readme.md +++ b/LivePlayer/XamagonXuzzleLP/readme.md @@ -1,15 +1,17 @@ --- -name: Xamarin.Forms - Xuzzle game -description: "A variation of the classic 14-15 slider puzzle game, build with Xamarin.Forms" +name: Xamarin.Forms - Xuzzle picture game +description: "A variation of the classic 14-15 slider picture puzzle, built with Xamarin.Forms (game)" page_type: sample languages: - csharp products: - xamarin +extensions: + tags: + - game urlFragment: liveplayer-xamagonxuzzlelp --- -Xuzzle -====== +# Xuzzle This is a variation of the classic 14-15 puzzle. On the early Mac, the 14-15 program was called PUZZLE. In early Windows, it was the only sample diff --git a/VisualBasic/TaskyVB/README.md b/VisualBasic/TaskyVB/README.md index 00456d09e..12fc9a77e 100644 --- a/VisualBasic/TaskyVB/README.md +++ b/VisualBasic/TaskyVB/README.md @@ -1,19 +1,25 @@ -TaskyVB (using .NET Standard) -============= - -Sample for the [Visual Basic and .NET Standard](https://docs.microsoft.com/xamarin/cross-platform/platform/visual-basic/native-apps) document on the [Xamarin Developer Portal](https://docs.microsoft.com/xamarin). +--- +name: Xamarin - Tasky with Visual Basic +description: "Android and iOS apps built using Visual Basic with Xamarin and Visual Studio 2019" +page_type: sample +languages: +- vb +products: +- xamarin +urlFragment: liveplayer-xamagonxuzzlelp +--- +# TaskyVB (using .NET Standard) + +Sample for the [Visual Basic and .NET Standard](https://docs.microsoft.com/xamarin/cross-platform/platform/visual-basic/native-apps) page on the [Xamarin Developer Portal](https://docs.microsoft.com/xamarin). ![Visual Basic mobile app demo](Screenshots/demo.png) -IMPORTANT ---------- - -This sample requires Visual Studio on Windows. - -^ if you *really* wanted to try it in Visual Studio 2019 for Mac, note that the Visual Basic project will not have syntax-highlighting, code-completion, or IntelliSense. +> [!IMPORTANT] +> This sample *requires* Visual Studio and the Mobile Development with .NET (Xamarin) workload installed. +> +> _^ if you *really* wanted to try it in Visual Studio 2019 for Mac, note that the Visual Basic project will not have syntax-highlighting, code-completion, or IntelliSense._ -NOTES ------ +## Notes This simple to-do list app demonstrates using a **.NET Standard** library to share code between Xamarin.iOS, Xamarin.Android and Windows apps. diff --git a/VisualBasic/XamarinFormsVB/README.md b/VisualBasic/XamarinFormsVB/README.md index 3b1b7e80f..241ab38e7 100644 --- a/VisualBasic/XamarinFormsVB/README.md +++ b/VisualBasic/XamarinFormsVB/README.md @@ -1,16 +1,25 @@ -Xamarin.Forms with Visual Basic (using PCL) -============= +--- +name: Xamarin.Forms - Mobile app with Visual Basic +description: "Android and iOS apps built using Visual Basic with Xamarin.Forms and Visual Studio 2019" +page_type: sample +languages: +- vb +products: +- xamarin +urlFragment: liveplayer-xamagonxuzzlelp +--- +# Xamarin.Forms with Visual Basic -![](Screenshots/demo.png) +Sample for the [Xamarin.Forms using Visual Basic.NET](https://docs.microsoft.com/xamarin/cross-platform/platform/visual-basic/xamarin-forms) page on the [Xamarin Developer Portal](https://docs.microsoft.com/xamarin). -IMPORTANT ---------- +![Visual Studio and phone emulator with Visual Basic app](Screenshots/demo.png) -This sample *requires* Visual Studio. +> [!IMPORTANT] +> This sample *requires* Visual Studio and the Mobile Development with .NET (Xamarin) workload installed. +> +> _^ if you *really* wanted to try it in Visual Studio 2019 for Mac, note that the Visual Basic project will not have syntax-highlighting, code-completion, or IntelliSense._ - -NOTES ------ +## Notes See this information about [Visual Basic and .NET Standard](https://docs.microsoft.com/xamarin/cross-platform/platform/visual-basic/) and using Visual Basic to build a Xamarin.Forms app using Visual Basic. @@ -20,6 +29,5 @@ The platform projects (for iOS and Android) must still be C# projects (since Xam and if you want to use XAML, you need to put the XAML pages in a C# project too. But all your code can be Visual Basic.NET (well, except Custom Renderers and the Dependency Service, which need to be C# if they're required at all). - If you are browsing the VB code, this [Visual Basic Reference](https://docs.microsoft.com/dotnet/visual-basic/language-reference/) might come in handy ;)