-
Go grab the installer from https://www.xamarin.com/download
If you don't already have Visual studio installed make sure to grab the version of the installer with Visual Studio Bundled
Just accept the default options when you install it for windows make sure you have the Android SDK (We'll be using API 23, which should be installed by default)
Assuming you have homebrew (you should!) https://brew.sh/
brew cask install mono-mdk # Mono Development Kit
brew cask install java # Dependency of Xamarin
brew cask install xamarin # Xamarin itself
brew cask install xamarin-studio # IDE Tools
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. Better society tooling | |
| 1. Member Management/Status/Renewal | |
| 2. Member messaging/payments, sign up with social ID's/uni email | |
| 3. Event management/ticketing | |
| 4. Charge things to member accounts (e.g. for society shirts etc) | |
| 2. Piano's around campus: | |
| 1. Mood lighting changing as you play | |
| 2. Live streaming from pianos as they are played | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import java.util.ArrayList; | |
| import java.util.Collections; | |
| import java.util.List; | |
| /** | |
| * | |
| * Licenced under CC-BY-SA. | |
| * As per terms of StackOverflow when the adapted code was posted. | |
| * @author alisdairrobertson |