• This repository has been archived on 02/Sep/2020
  • Stars
    star
    118
  • Rank 298,577 (Top 6 %)
  • Language
  • License
    MIT License
  • Created about 7 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A helper parent repository containing submodule dependencies on all course exercise repositories.

All Xamarin University course exercises

This repository is a helper for working with all the Xamarin University course exercise repositories. It is intended for the Xamarin University curriculum team but is available for anyone to use.

How do I use this repo?

All of the other course repositories are Git submodules of this repository. In order to retrieve all course repositories with it, you need to both clone this repo and retrieve all submodule content. This can be done in many Git GUI applications with a few clicks, but can also be accomplished with the following Git commands.

git clone {this-repository-URL}
cd {new-cloned-repo-path}
git submodule init
git submodule update

How do I add a new course?

  1. Create a new repo with a name to match the course ID (e.g., XAM123 or IOS234)
  2. Create a new git repo locally: git init in your desired course ID folder
  3. Copy over a LICENSE and .gitignore from another course
  4. Copy over a README.md file and .github directory from another course, editing the course information (ID, title, GitHub organization, and proposed GitHub repo URL)
  5. Commit your new files to the repo and push your commits to the new repo created above
  6. Add a submodule in this repo to the new course repo's master branch: git submodule add -b master {course-repo-clone-url.git}
  7. Commit and push the submodule changes to this repo (or submit a pull request)

More Repositories

1

XAM110

XAM110 - Introduction to Cross-Platform Mobile Development
C#
25
star
2

ignite2018-labs

Xamarin University Labs for Microsoft Ingite 2018
C#
19
star
3

XAM120

XAM120 - Introduction to Xamarin.Forms
C#
15
star
4

build2018-labs

Instructor Led labs run at //BUILD2018
C#
14
star
5

AND101

AND101 - Introduction to Xamarin.Android
C#
13
star
6

IOS101

IOS101 - Introduction to Xamarin.iOS
C#
8
star
7

XAM130

XAM130 - XAML in Xamarin.Forms
C#
7
star
8

XAM150

XAM150 - Consuming REST-based Web Services
C#
6
star
9

AND102

AND102 - Activities and Intents
C#
5
star
10

AZR110

AZR110 - Building an Azure Mobile App Service
C#
4
star
11

PXF101

Build a complete Xamarin.Forms app targeting Windows, Android, and iOS
C#
4
star
12

XAM135

XAM135 - Layout in Xamarin.Forms
C#
3
star
13

IOS102

IOS102 - Introduction to the Xamarin Designer for iOS
C#
3
star
14

AZR115

AZR115 - Building an Azure Mobile App Client
C#
3
star
15

ENT410

ENT410 - Data Caching and Synchronization
C#
3
star
16

XAM301

XAM301 - Mobile Application Architecture
C#
3
star
17

XAM140

XAM140 - Resources and Styles in Xamarin.Forms
C#
3
star
18

AZR120

AZR120 - Authentication with Azure
C#
3
star
19

XAM330

XAM330 - Using Effects in Xamarin.Forms
C#
3
star
20

XAM250

XAM250 - Cross-Platform Patterns
C#
2
star
21

FSC101

FSC101 - Introduction to F# for C# Programmers
2
star
22

XAM290

XAM290 - Master-detail and Drawer Navigation with Xamarin.Forms
C#
2
star
23

XAM280

XAM280 - Using ListView in Xamarin.Forms
C#
2
star
24

Udemy-Xamarin.Forms1

C#
2
star
25

FSC102

FSC102 - Projects in F#
F#
2
star
26

FSC105

FSC105 - Type Providers in F#
F#
2
star
27

XAM335

XAM335 - Xamarin.Forms Renderers
C#
2
star
28

FSC104

FSC104 - Partial Application and Pattern Matching
F#
2
star
29

FSC103

FSC103 - Data Structures in F#
F#
2
star
30

CSC270

CSC270 - GC Fundamentals
1
star
31

AND115

AND115 - RecyclerView and CardView in Android
C#
1
star
32

XamUBot

Xamarin University Support Bot
C#
1
star
33

ENT170

ENT170 - Securing Local Data
C#
1
star
34

Udemy-Android1

C#
1
star
35

AZR101

AZR101 - Introduction to Azure
1
star
36

CSC350

CSC350 - Using Async and Await
C#
1
star
37

IOS230

IOS230 - Maps and Location in iOS
C#
1
star
38

AND110

AND110 - List Views and Adapters in Android
C#
1
star
39

XAM160

XAM160 - Working with SQLite and Mobile Data
C#
1
star
40

XAM270

XAM270 - Data Binding in Xamarin.Forms
C#
1
star
41

IOS205

IOS205 - Navigation Patterns
C#
1
star
42

Udemy-iOS1

C#
1
star
43

XAM205

XAM205 - Navigation Patterns in Xamarin.Forms
C#
1
star
44

IOS104

IOS104 - Add a launch screen and app icons
C#
1
star
45

AND210

AND210 - Android Services
C#
1
star
46

UWP101

UWP101 - Introduction to Universal Windows Platform
C#
1
star
47

IOS350

IOS350 - What's New in iOS8
C#
1
star
48

AND180

AND180 - Toolbar and App Bar
C#
1
star
49

XAM220

XAM220 - Preparing for Publishing
1
star
50

XAM101

XAM101 - Getting Started with Xamarin
C#
1
star
51

ACI101

Minute iOS app built with Xcode in Swift
Objective-C
1
star