-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolves #116
- Loading branch information
Gary Sheppard
authored
Jan 8, 2019
1 parent
e3ecd50
commit 17a5c71
Showing
9 changed files
with
64 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Android exercises | ||
|
||
- [Exercise 1: Map and Scene](Exercise%201%20Map%20and%20Scene.md) | ||
- [Exercise 2: Add Zoom In and Zoom Out Buttons](Exercise%202%20Zoom%20Buttons.md) | ||
- [Exercise 3: Add Operational Layers](Exercise%203%20Operational%20Layers.md) | ||
- [Exercise 4: Buffer a Point and Query Features](Exercise%204%20Buffer%20and%20Query.md) | ||
- [Exercise 5: Routing](Exercise%205%20Routing.md) |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# AppStudio for ArcGIS (QML) exercises | ||
|
||
- [Exercise 1: Map](Exercise%201%20Map.md) | ||
- [Exercise 2: Add Zoom In, and Zoom Out, and Location Buttons](Exercise%202%20Zoom%20Buttons.md) | ||
- [Exercise 3: Add a Feature Service](Exercise%203%20Add%20Feature%20Service.md) | ||
- [Exercise 4: Buffer a Point and Query Features](Exercise%204%20Buffer%20and%20Query.md) | ||
- [Exercise 5: Service Area](Exercise%205%20ServiceArea.md) |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Java exercises | ||
|
||
- [Exercise 1: Map and Scene](Exercise%201%20Map%20and%20Scene.md) | ||
- [Exercise 2: Add Zoom In and Zoom Out Buttons](Exercise%202%20Zoom%20Buttons.md) | ||
- [Exercise 3: Add Operational Layers](Exercise%203%20Operational%20Layers.md) | ||
- [Exercise 4: Buffer a Point and Query Features](Exercise%204%20Buffer%20and%20Query.md) | ||
- [Exercise 5: Routing](Exercise%205%20Routing.md) |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Qt (Qt Quick) exercises | ||
|
||
- [Exercise 1: Map and Scene](Exercise%201%20Map%20and%20Scene.md) | ||
- [Exercise 2: Add Zoom In and Zoom Out Buttons](Exercise%202%20Zoom%20Buttons.md) | ||
- [Exercise 3: Add Operational Layers](Exercise%203%20Operational%20Layers.md) | ||
- [Exercise 4: Buffer a Point and Query Features](Exercise%204%20Buffer%20and%20Query.md) | ||
- [Exercise 5: Routing](Exercise%205%20Routing.md) |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Exercises | ||
|
||
- [Android](Android/README.md) | ||
- [AppStudio for ArcGIS (QML)](AppStudio_QTQML/README.md) | ||
- [.NET (WPF)](dotNETWPF/README.md) | ||
- [iOS](iOS/Swift/README.md) | ||
- [Java](Java/README.md) | ||
- [macOS](macOS/Swift/README.md) | ||
- [Qt](Qt/Qt%20Quick/README.md) |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# .NET (WPF) exercises | ||
|
||
- [Exercise 1: Map and Scene](Exercise%201%20Map%20and%20Scene.md) | ||
- [Exercise 2: Add Zoom In and Zoom Out Buttons](Exercise%202%20Zoom%20Buttons.md) | ||
- [Exercise 3: Add a Local Feature Layer](Exercise%203%20Operational%20Layer.md) | ||
- [Exercise 4: Buffer a Point and Query Features](Exercise%204%20Buffer%20and%20Query.md) | ||
- [Exercise 5: Routing](Exercise%205%20Routing.md) |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# iOS (Swift) exercises | ||
|
||
- [Exercise 1: Map and Scene](Exercise%201%20Map%20and%20Scene.md) | ||
- [Exercise 2: Add Zoom In and Zoom Out Buttons](Exercise%202%20Zoom%20Buttons.md) | ||
- [Exercise 3: Add Operational Layers](Exercise%203%20Operational%20Layers.md) | ||
- [Exercise 4: Buffer a Point and Query Features](Exercise%204%20Buffer%20and%20Query.md) | ||
- [Exercise 5: Routing](Exercise%205%20Routing.md) |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# macOS (Swift) exercises | ||
|
||
- [Exercise 1: Map and Scene](Exercise%201%20Map%20and%20Scene.md) | ||
- [Exercise 2: Add Zoom In and Zoom Out Buttons](Exercise%202%20Zoom%20Buttons.md) | ||
- [Exercise 3: Add Operational Layers](Exercise%203%20Operational%20Layers.md) | ||
- [Exercise 4: Buffer a Point and Query Features](Exercise%204%20Buffer%20and%20Query.md) | ||
- [Exercise 5: Routing](Exercise%205%20Routing.md) |