blog/native-apple-watch-and-wear/ #5368
Replies: 1 comment 2 replies
-
|
What is not clear to me is how the watch app and the iPhone app will communicate. In my understanding the watch app is typically lightweight and working on data from/on the iphone which then handles persistence, network and service calls. How should this be done? E.g. can the watch app access a singleton on the iPhone or call methods on the iPhone? Would be great if you could elaborate on this and maybe provide a small example? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
blog/native-apple-watch-and-wear/
The new native Apple Watch port runs real Codename One UI on watchOS through a dedicated Core Graphics backend inside a SwiftUI shell, while Wear OS rides the existing Android pipeline. The same code base, branched with CN.isWatch(), reaches both platforms, seamlessly!
https://www.codenameone.com/blog/native-apple-watch-and-wear/
Beta Was this translation helpful? Give feedback.
All reactions