标签: android handler
Android处理程序消息数据被下一条消息覆盖。如何解决这个问题?
答案 0 :(得分:0)
public void handleMessage(Message msg) { switch (msg.what) { } }