I would like to display the output (a bitmap) of my existing App XYZ on my Smartwatch. I understand, that the Control API is the way to go, but the existing examples from the Sony SDK and the OpenSource projects (8Game and MusicPlayer) aren't clear to me. Am I right in the assumption, that I need following classes integrated into my existing App?
MyControlWatch.java
MyExtensionReceiver.java
MyExtensionService.java
MyRegistrationInformation.java
What else do I need and how do I get the SmartWatch to display my bitmap? Do I have to send a CONTROL_START_REQUEST_INTENT
and, if yes, from where should I do that? What do I have to change from the given SampleControlExtension to get my result?