bsh for android : 广州公交实时查询

gzbus.bsh

source("/sdcard/com.googlecode.bshforandroid/extras/bsh/android.bsh");
a = Android();

a.call("addOptionsMenuItem","Exit","exit");
a.call("webViewShow","http://gzbusnow.sinaapp.com/index.php");

while( true){
        response = a.call("eventWait").get("result");
        if( response == null) continue;
        print( response);
        if( response.get("name").equals("exit")) break;
}


bsh for android : 广州公交实时查询,布布扣,bubuko.com

bsh for android : 广州公交实时查询

上一篇:Activity基类广播退出APP


下一篇:UE4入门实例34(Unreal制作水晶星光效果)