ACCESS NATIVE DEVICE FUNCTIONALITY? INVOKE NATIVE INTERFACES?
Native interfaces are how you call platform-specific code from a Codename One application without giving up the portability of the rest of the project. When Codename One says “native” in this context, it does not mean Java’s ordinary native keyword. It means “use the platform’s own language and APIs” when you need something that the portable Codename One layer does not expose directly. ...