android的EventBus模式 解决各种handler,asynctask的问题,能够帮助解耦

https://github.com/greenrobot/EventBus

引用
Android optimized event bus that simplifies communication between Activities, Fragments, Threads, Services, etc. Less code, better quality.

相关推荐