beanshell : bjtime.bsh

source("/sdcard/com.googlecode.bshforandroid/extras/bsh/android.bsh");a = Android();a.call("addOptionsMenuItem","Exit","exit");a.call("webViewShow","http://open.baidu.com/special/time/");while (true){        response = a.call("eventWait").get("result");        if (response == null) continue;        print(response);        if (response.get("name").equals("exit")) break;}



版权声明:本文博客原创文章,博客,未经同意,不得转载。

更多相关文章

  1. IFL嵌入式小组技术博客入口导航
  2. 调用android手机微博客户端发送微博
  3. 值得学习的博客内容
  4. android market过滤规则研究 - 第二届 Google 暑期大学生博客分
  5. android学习路线和环境搭建、推荐一个博客地址
  6. Android判断网络状态是否断开+Android完全关闭应用程序+ 本文讲
  7. [整理]学习Android的博客和网站

随机推荐

  1. 关于Android的问号?和@符号的用法
  2. Android之进度条控件和常用资源分类总结
  3. android 玩转ContentProvider之二--实现多
  4. android core dump测试
  5. android UI进阶之弹窗的使用
  6. Android系统的Binder机制分析
  7. android TextView设置字过多长长度后面显
  8. [Android] AIDL的使用情况和实例介绍
  9. Android中使用mvvm
  10. Android:Handler事件处理机制