I have a Forms app that shows a map with custom images pins and a polling service that triggers some actions when a specific state is returned from the service.
I have to add wearable functionallity (both Android Wear and WatchOS). The wearable app should mimic the phone app:
I haven't seen any implementation of a map in Android Wear or WatchOS in Xamarin...
How should I architecture my phone app and wearable apps?
I think you can take a look to https://github.com/jamesmontemagno/Hanselman.Forms
I don't know about maps on wearable
Answers
I think you can take a look to https://github.com/jamesmontemagno/Hanselman.Forms
I don't know about maps on wearable