mRS = rs;
mRes = res;
// Shows the loading screen with some text
renderLoading();
// Adds a little 3D bugdroid model to the laoding screen asynchronously.
new LoadingScreenLoaderTask().execute();
Methods Summary
void
renderLoading()
mScript = new ScriptC_test_app(mRS, mRes, R.raw.test_app);
mRS.bindRootScript(mScript);