For now, I have an Android project that I have many activity and fragments. The majority of activities must be convert into xamarin forms for more reuse but I have a complex activity that contain a toolbar and 3 framents. This activity must communication with android wear for synchronize my data (two way). The data change regulary because this application is a tennis match score as the iSetWatch http://isetwatch.com/. Is not just a notification communication.
Is it possible to make this ? If yes, do you have a simple example of that ?