Skip to content
This repository was archived by the owner on Oct 10, 2023. It is now read-only.

Commit 1bc795c

Browse files
committed
Minor edits to README
1 parent 5138a1a commit 1bc795c

File tree

1 file changed

+19
-20
lines changed

1 file changed

+19
-20
lines changed

README.md

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Microsoft Graph Property Manager Sample for Xamarin Native
22

3-
##Table of contents
3+
## Table of contents
44

55
* [Prerequisites](#prerequisites)
6-
* [Register and configure the app](#register)
6+
* [Register and configure the app](#register-and-configure-the-app)
77
* [Build and debug](#build)
88
* [Run the sample](#run)
99
* [How the sample affects your account data](#how-the-sample-affects-your-tenant-data)
@@ -12,51 +12,50 @@
1212
* [Contributing](#contributing")
1313
* [Additional resources](#additional-resources)
1414

15-
<a name="introduction"></a>
1615
This sample project demonstrates how to use the Microsoft Graph as the only back-end component for a complete property management solution. The samples covers features such as property details, conversations, files and tasks in a Xamarin Native app.
1716

1817
The purpose of this sample is to demonstrate the ability to create platform user interfaces and experiences (by implementing native views), while sharing common code across platforms and supercharging the solution with the Microsoft Graph. It heavily leverages Office 365 groups in order to organize data into properties.
1918

2019
> **Note** The sample targets the beta branch of the Microsoft Graph, which the [Microsoft Graph .NET Client SDK](https://github.com/microsoftgraph/msgraph-sdk-dotnet) does not implement. Instead, network calls are being made with the built in HTTP stack towards the Microsoft Graph to consume its resources.
2120
22-
The samples uses the [Active Directory Authentication Library](https://www.nuget.org/packages/Microsoft.IdentityModel.Clients.ActiveDirectory/) for authentication and the [MvvmCross ](https://mvvmcross.com/) library to bring the [MVVM pattern](https://msdn.microsoft.com/en-us/library/hh848246.aspx) across platforms with Xamarin.
21+
The samples uses the [Active Directory Authentication Library](https://www.nuget.org/packages/Microsoft.IdentityModel.Clients.ActiveDirectory/) for authentication and the [MvvmCross](https://mvvmcross.com/) library to bring the [MVVM pattern](https://msdn.microsoft.com/en-us/library/hh848246.aspx) across platforms with Xamarin.
2322

24-
![Screenshots of the sample running on Android, iOS and UWP project.](/Images/PM_OSes.png "Sample running on Android, iOS and UWP.")
23+
![Screenshots of the sample running on Android, iOS and UWP project.](/Images/PM_OSes.png "Sample running on Android, iOS and UWP.")
24+
25+
### Project
2526

26-
### Project ###
2727
Project | Author(s)
2828
---------|----------
2929
XamarinNativePropertyManager | [Simon Jäger](http://simonjaeger.com/) (**Microsoft**)
3030

31-
### Version history ###
31+
### Version history
32+
3233
Version | Date | Comments
3334
---------| -----| --------
3435
1.0 | August 4th 2016 | Initial release
3536

36-
<a name="prerequisites"></a>
37-
## Prerequisites ##
37+
## Prerequisites
3838

3939
This sample requires the following:
4040

41-
* [Visual Studio 2015](https://www.visualstudio.com/downloads)
42-
* [Xamarin for Visual Studio](https://www.xamarin.com/visual-studio)
43-
* Windows 10 ([development mode enabled](https://msdn.microsoft.com/library/windows/apps/xaml/dn706236.aspx))
44-
* An [Office 365 account](https://msdn.microsoft.com/office/office365/howto/setup-development-environment#bk_Office365Account)
41+
- [Visual Studio 2015](https://www.visualstudio.com/downloads)
42+
- [Xamarin for Visual Studio](https://www.xamarin.com/visual-studio)
43+
- Windows 10 ([development mode enabled](https://msdn.microsoft.com/library/windows/apps/xaml/dn706236.aspx))
44+
- An [Office 365 account](https://msdn.microsoft.com/office/office365/howto/setup-development-environment#bk_Office365Account)
4545

4646
If you are building for Office 365 and you're missing an Office 365 tenant - get yourself a developer account at: <http://dev.office.com/devprogram>
4747

4848
If you want to run the iOS project in this sample, you'll need the following:
4949

50-
* The latest iOS SDK
51-
* The latest version of Xcode
52-
* Mac OS X Yosemite(10.10) & above
53-
* [Xamarin.iOS](https://developer.xamarin.com/guides/ios/getting_started/installation/mac/)
54-
* A [Xamarin Mac agent connected to Visual Studio](https://developer.xamarin.com/guides/ios/getting_started/installation/windows/connecting-to-mac/)
50+
- The latest iOS SDK
51+
- The latest version of Xcode
52+
- Mac OS X Yosemite(10.10) & above
53+
- [Xamarin.iOS](https://developer.xamarin.com/guides/ios/getting_started/installation/mac/)
54+
- A [Xamarin Mac agent connected to Visual Studio](https://developer.xamarin.com/guides/ios/getting_started/installation/windows/connecting-to-mac/)
5555

5656
You can use the [Visual Studio Emulator for Android](https://www.visualstudio.com/features/msft-android-emulator-vs.aspx) if you want to run the Android project.
5757

58-
<a name="register"></a>
59-
##Register and configure the app
58+
## Register and configure the app
6059

6160
The first thing you need to do is to register your app in Azure AD.
6261

0 commit comments

Comments
 (0)