多线程操作
摘要:对于多线程的操作:有两种方式: 1.继承Thread类。new Thread(){run()}.start(); 2.实现Runnable类。new Thread(){new Runnable(){}}.start(); 对于多线程的异步操作,处理方式有两种: Handler+Thread方式: 对
阅读全文
posted @ 2017-04-26 11:17
posted @ 2017-04-26 11:17
posted @ 2017-04-25 14:22
posted @ 2017-04-25 13:52