Esri / indoor-routing-xamarin

Indoor routing open source app built with Xamarin for iOS and the ArcGIS .Net Runtime SDK
Apache License 2.0
51 stars 67 forks source link

Xamarin android sample #66

Open sruthibandi0110 opened 4 years ago

sruthibandi0110 commented 4 years ago

Can you provide any sample for getting started with the indoor mapping and navigation using Xamarin.forms for both android and iOS, preferably android?

esreli commented 4 years ago

At this time the application builds for Xamarin.iOS only. You can refer to the development instructions in the README to learn how to download and build this project for iOS.

With that said, I will note that the app is architected in such a way that the business logic is abstracted from the UI. As such, building Indoor Routing for Xamarin.Android would require building only a front-end rather than starting from scratch, substantially reducing the amount of development work required to get this application up and running on other supported Xamarin platforms.

We accept contributions from the community, I encourage you to fork the repo and see what you come up with!