BTW hi @atilim Is the lua code excuted from the main thread for ios but not for the android? I debugged some plugins in both android and ios, I found the call stack for ios is running in the main thread,so the code for ui operation in the plugin can be called directly, but in android I remember you said UI related code must be called in main thread Explicitly .
Comments
http://www.giderosmobile.com/forum/discussion/1532/adplugin-for-android#Item_14
https://sites.google.com/site/xraystudiogame
What I really interested is make confirm whether it can be a little easier to write plugin for android.
https://sites.google.com/site/xraystudiogame
hi @atilim
Is the lua code excuted from the main thread for ios but not for the android?
I debugged some plugins in both android and ios, I found the call stack for ios is running in the main thread,so the code for ui operation in the plugin can be called directly, but in android I remember you said UI related code must be called in main thread Explicitly .
https://sites.google.com/site/xraystudiogame