@sanjaya wrote:
runOnUiThread(new Runnable() { @Override public void run() { progressDialog = ProgressDialog.show(GameActivity.this, "", Constants.ALERT_CONN_ERR_RECOVABLE); } });
How we achieve the same functionality in cocos2dx C++? Without using JNI Call.
Tutorial or code snippet or link regarding this will be helpful.
Posts: 13
Participants: 4