Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
additional samples added to portal
Browse files Browse the repository at this point in the history
  • Loading branch information
conceptdev committed Jul 31, 2019
1 parent 691f553 commit f150bad
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 26 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified LivePlayer/XamagonXuzzleLP/Screenshots/app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 6 additions & 4 deletions LivePlayer/XamagonXuzzleLP/readme.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
30 changes: 18 additions & 12 deletions VisualBasic/TaskyVB/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
28 changes: 18 additions & 10 deletions VisualBasic/XamarinFormsVB/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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 ;)

0 comments on commit f150bad

Please sign in to comment.