Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/NZMSA/2017-Phase-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dipesh Kumar Trikam committed Apr 20, 2017
2 parents 2569e8e + 6de7eb7 commit e5f294c
Show file tree
Hide file tree
Showing 15 changed files with 56 additions and 124 deletions.
120 changes: 0 additions & 120 deletions Installation and better Performance/Readme.md

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed Installation and better Performance/media/image3.png
Binary file not shown.
Binary file removed Installation and better Performance/media/image4.png
Binary file not shown.
Binary file removed Installation and better Performance/media/image5.png
Binary file not shown.
52 changes: 52 additions & 0 deletions Installation/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@

# Visual Studio 2017 - Installation with Xamarin
<p>

Welcome. This guide will assist users running <b> Windows </b> install Visual Studio 2017 Community with the tools nessecary for Xamarin and Azure. If you are on a Mac, follow the guide here: (COMING SOON)

</p>

# Prerequisites

- Device running Windows 10 (Any Version)
- 30GB of available space

# Install

1. Download Visual Studio Community Installer from https://www.visualstudio.com/.

<img src="media/image1.png" width="1024"/>

2. Open the installer. You will be presented with a lot of options. For MSA right now, select "Xamarin Cross Platform" and "Azure Development".

<img src="media/image2.png" width="1024"/>

3. Select "Install" and wait for it to finish.


# Create Project

1. Open Visual Studio 2017

<img src="media/l1.png" width="1024"/>

2. Select File > New Project

<img src="media/l2.png" width="1024"/>

3. Under Installed > Templates > Visual C#, select ‘Cross Platform App (Xamrin.Forms or Native)’ and click OK.

<img src="media/l3.png" width="1024"/>

4. Check the boxes ‘Xamrin.Forms’ and ‘Portable Class Library(PCL)’ then click OK.

<img src="media/l4.png" width="1024"/>

This will create a blank Xamarin project for you. Deploy it and check it out!

<b> IMPORTANT STEP </b> For Module One, you need to change the UI to display your name somewhere.

# Deploy It

It's now time to actually run your app! A screenshot of this is required for module one.

Binary file added Installation/media/image1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Installation/media/image2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Installation/media/l1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Installation/media/l2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Installation/media/l3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Installation/media/l4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<tr>
<th>Topic</th>
<th>Demo Script</th>
<th>Guide</th>
<th>Demo Video</th>
</tr>

Expand All @@ -21,13 +21,13 @@
<tbody>

<tr>
<td>Visual Studio 2017 Install and Performance</td>
<td><a href="/Installation and better Performance">Demo Script</a></td>
<td>Visual Studio 2017 Install</td>
<td><a href="/Installation">Demo Script</a></td>
<td><a href="https://channel9.msdn.com/Events/Visual-Studio/Visual-Studio-2017-Launch/100#time=0h15m37s">Demo Video</a></td>
</tr>

<tr>
<td>Visual Studio and Xamarin</td>
<td>Using Xamarin in Practice - Extra</td>
<td><a href="/XamarinCycle9">Demo Script</a></td>
<td><a href="https://channel9.msdn.com/Events/Visual-Studio/Visual-Studio-2017-Launch/100#time=1h08m15s">Demo Video</a></td>
</td>
Expand Down

0 comments on commit e5f294c

Please sign in to comment.