Handler、Message、MessageQueue随笔
Handler、Message
1、基本用法:
创建Handler重写handlerMessage(Message msg)处理消息
1 | Handler handler = new Handler(){ |
创建Handler重写handlerMessage(Message msg)处理消息
1 | Handler handler = new Handler(){ |
项目地址:https://github.com/alibaba/AndFix
AndFix is a solution to fix the bugs online instead of redistributing Android App.
AndFix is an acronym for “Android hot-fix”.
AndFix supports Android version from 2.3 to 6.0, both ARM and X86 architecture, both Dalvik and ART runtime.