Skip to content

Commit

Permalink
Added README and navigation (#155)
Browse files Browse the repository at this point in the history
Resolves #116
  • Loading branch information
Gary Sheppard authored Jan 8, 2019
1 parent e3ecd50 commit 17a5c71
Show file tree
Hide file tree
Showing 9 changed files with 64 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# GeoDev D.C. Labs
Lab exercises for Esri GeoDev events held in the Washington, D.C., area.

These lab exercises were developed for Esri GeoDev events held in the Washington, D.C., area. They are available for anyone who wants to get to know ArcGIS Runtime using step-by-step tutorial-style exercises in a variety of development platforms.

Do you want to go step by step? [Go to the exercises.](runtime-workshop/exercises/README.md)

Do you want to cut to the chase and see the code? [Go to the solutions.](runtime-workshop/solutions)

## Licensing

Expand Down
7 changes: 7 additions & 0 deletions runtime-workshop/exercises/Android/README.md
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)
7 changes: 7 additions & 0 deletions runtime-workshop/exercises/AppStudio_QTQML/README.md
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)
7 changes: 7 additions & 0 deletions runtime-workshop/exercises/Java/README.md
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)
7 changes: 7 additions & 0 deletions runtime-workshop/exercises/Qt/Qt Quick/README.md
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)
9 changes: 9 additions & 0 deletions runtime-workshop/exercises/README.md
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)
7 changes: 7 additions & 0 deletions runtime-workshop/exercises/dotNETWPF/README.md
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)
7 changes: 7 additions & 0 deletions runtime-workshop/exercises/iOS/Swift/README.md
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)
7 changes: 7 additions & 0 deletions runtime-workshop/exercises/macOS/Swift/README.md
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)

0 comments on commit 17a5c71

Please sign in to comment.