摘要:
pd = ProgressDialog.show(getActivity(), "请稍候..", "正在收集软件信息...", true,false); Thread thread = new Thread(this); thread.start(); @Override public void run() { if(mlistAppInfo==null){ mlistAppInfo = new ArrayList(); queryAppInfo(); ... 阅读全文
posted @ 2014-02-27 15:24
Object 罗
阅读(571)
评论(0)
推荐(0)