摘要: 转自:http://www.jb51.net/article/43377.htm android TextView不用ScrollViewe也可以滚动的方法。 TextView textview = (TextView) findViewById(R.id.text); /** * * 只有调用了该 阅读全文
posted @ 2017-03-05 23:51 Sunor 阅读(5421) 评论(0) 推荐(0)
摘要: Handler主线程子线程之间的互相通信 阅读全文
posted @ 2017-03-05 13:31 Sunor 阅读(2364) 评论(0) 推荐(0)