app.js 120 Bytes
Newer Older
wanli's avatar
wanli committed
1 2 3 4 5 6 7
function onCreate() {
    print("Application onCreate");
}

function onDestroy() {
    print("Application onDestroy");
}