Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robinmanuelthiel/xamarinworkshop
A Xamarin beginner's workshop
https://github.com/robinmanuelthiel/xamarinworkshop
c-sharp cross-platform workshop xamarin
Last synced: 12 days ago
JSON representation
A Xamarin beginner's workshop
- Host: GitHub
- URL: https://github.com/robinmanuelthiel/xamarinworkshop
- Owner: robinmanuelthiel
- Created: 2016-11-10T13:11:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-24T18:56:27.000Z (about 6 years ago)
- Last Synced: 2024-11-01T14:51:39.189Z (19 days ago)
- Topics: c-sharp, cross-platform, workshop, xamarin
- Language: C#
- Homepage:
- Size: 52.2 MB
- Stars: 47
- Watchers: 11
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Header](Misc/header.jpg)
# Xamarin Workshop 📱
Welcome, it is good to see you here being interested in learning how to write native mobile applications for iOS, Android and Windows in C#. Take some time to read the prerequisites, prepare your machine and start with the first lesson, when you are ready.## Prerequisites
Please read the [Minimum System Requirements for Xamarin](https://developer.xamarin.com/guides/cross-platform/getting_started/requirements/) to check if your system is ready. If you need help in preparing your development environment, check out the [Setting up module](/02%20Setting%20up).> **Hint:** Installation and Setup of your Xamarin development environment can be a little bit tricky as so many different components have to intertwine. This list just describes what you need. You don't have to install it now, as there is an own [Setting up module](/02%20Setting%20up).
**Mandatory**
- Development machine (Windows 10, OS X El Capitan or macOS Sierra)
- IDE ([Visual Studio for Windows](https://www.visualstudio.com/downloads/) or [Xamarin Studio for Mac](https://www.xamarin.com/download))
- [Microsoft Azure subscription](https://azure.microsoft.com/en-us/free/) (free trial)
- Internet connection**Recommended**
- Any Android emulator
- A Mac machine anywhere in your network as iOS Build Host## Contribution
Creating workshops all on my own is now fun especially as I am far from being a perfect developer or tutor. So this workshop is all about teamwork! All information that I try to provide here are state of the art as I write this workshop but technology change over time. Although I try to keep this workshop up-to-date, there always might be something outdated. In addition, this workshop is based on my personal knowledge, which means that it is definitely not perfect.If you know something better, have a good idea, want to correct something or know a better teaching style please feel free to create a pull request. This workshop is getting better with every single contribution!
Thank you ❤️