Skip to content

atomaras/CrossGIS

Repository files navigation

"Best Development Practices and Patterns Using ArcGIS Runtime SDK for Windows Phone"

This project contains the C# source code of the CrossGIS demo app developed for the Esri DevSummit 2013 Session : "Best Development Practices and Patterns Using ArcGIS Runtime SDK for Windows Phone"

Description

This application demonstrates how to share code logic across Microsoft platforms and device form factors. By following common MVVM principles and practices we manage the reuseability of ViewModels across the various platform Views (WP7, WP8, WPF). Portable class libraries are also used, where possible, in order to be able to easily share our business logic across platforms.

Screenshots

Instructions

  1. Fork and then clone the repo or download the .zip file.
  2. Download the ArcGIS Runtime SDK for Windows Phone (requires Esri Global account).
  3. Copy the WP SDK dlls under the Libs/WP7 folder
  4. Download the ArcGIS Runtime SDK for WPF.
  5. Copy the WPF SDK dlls under the Libs/WPF folder
  6. In Visual Studio, open the solution CrossGIS.sln. If necessary, repair the references to the ArcGIS Runtime SDKs.
  7. Clean and build the solution, then run the application.

Resources

Issues

Find a bug or want to request a new feature? Please let us know by submitting an issue.

Contributing

Anyone and everyone is welcome to contribute.

Licensing

Copyright 2013 Esri

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

A copy of the license is available in the repository's license.txt file.

[](Esri Tags: DevSummit, 2013, Windows Phone, Esri, C#) [](Esri Language: C#)

About

Esri Dev Summit 2013 - Windows Phone - CrossGIS Demo App Source Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages