android异步实现方法

1. 同一个thread: 模拟MessageQueue, looper, handler的原理; 或使用looper; 需处理结束点;

2. 多个thread: 通过wait, notifyAll实现同步;

原文地址:https://www.cnblogs.com/toven/p/2695790.html