How do I implement the GWS library in xamarin for android?

44 Views Asked by At

Body: I want to use this library using xamarin so I can run my code on an android device, the page says it's cross-platform. Does anyone have any experience with this? I'm not really sure on how to implement it.

1

There are 1 best solutions below

0
Manan Adhvaryu On BEST ANSWER

I have done an implementation of the library in Xamarin.Android, you can find the project on github here.

https://github.com/MananAdhvaryu/GWSAndroid

If you have any follow-up questions, please feel free to ask me in the comments.