欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

android的EventBus模式 解决各种handler,asynctask的问题,能够帮助解耦 博客分类: android  

程序员文章站 2024-02-21 09:02:34
...
https://github.com/greenrobot/EventBus


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