Reputation: 345
I would like to know how to modify android code to use in the native interface of codenameone. That is how to modify the activities with layouts and and handling the life cycles from android to codenameone. An example would be much appreciated. Thanks
Upvotes: 1
Views: 76
Reputation: 5192
Try something like this https://www.codenameone.com/how-do-i---access-native-device-functionality-invoke-native-interfaces.html
I have also taken reference from this code and it works fine to use native code for android.
Upvotes: 1