Native interface for IOS is OK, how do I handle Android functionality?

Viewed 67

For IOS I have a native interface function and it works well. For Android I may use the standard codenameone function. How do I handle the Android function? I saw, using Display.getInstance().getPlatformName() is not a good idea to change functions between IOS and Android! Also in this case?

1 Answers
Related