as853749515 发表于 2019-5-26 12:29:11

求助消息管理器如何使用

this.fanhui5 = new Handler(){
            public void handleMessage(Message message) {
                final String string = (String)message.obj;
                if (this.lists.get(string) == null) {
                  mainActivity.getContext().runOnUiThread(new Runnable(){
                        @Override
                        public void run() {
this.资源访问链接(string);
                        }
                  });
                }
this.lists.put(string, "1");
            }
      };
      this.停止变量 = true;</font>比如上面这些代码怎么放到信息管理器里的

华天微读 发表于 2019-5-26 20:48:31

你要的答案,





as853749515 发表于 2019-5-26 21:56:31

华天微读 发表于 2019-5-26 20:48
你要的答案,

那上面的代码怎么写成火山的代码知道吗?

创世魂 发表于 2019-5-27 08:48:58

as853749515 发表于 2019-5-26 21:56
那上面的代码怎么写成火山的代码知道吗?

上面的就是火山代码了……

创世魂 发表于 2019-5-27 08:49:36

本帖结贴,如有其他疑问请重新发帖提问。
页: [1]
查看完整版本: 求助消息管理器如何使用