There is or there will be a Portable versión of the ArcGIS Runtime SDK for .NET or for a part of it?
...See the first 3 projects in this demo repo which uses shared projects for sharing business logic for all the target platforms: Esri/arcgis-runtime-demos-dotnet · GitHub
Hi,
We don't have PCL version of the API due technology limitations in PCL.
But is very usefull when one have to make versions for many platforms: using Universal Apps paradigma answer the problem for Windows Store 8.1 / Windows Phone 8.1, but when the scope must be more wide?. PCL don't resolve all issues and have to rewritte a lot of code of the presentation layer, but bussiness and data layer of the App can be shared using PCL.
My suggestion is to use "shared projects" instead for sharing your source code among multiple platforms. It's like having a PCL project, except you don't compile a PCL binary, but just compile the source straight into the app.
"Shared Projects" work for Universal Apps only...(Windows Phone 8.1, Window 8.1)....
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.