You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[greenrobot's EventBus](https://github.com/greenrobot/EventBus)| yes | It adopts name pattern which is efficient but inconvenient to use. |
153
153
|[square's otto](https://github.com/square/otto)| no | It is convenient to use annotation but it’s not as efficient as EventBus|
154
154
| [AndroidEventBus]() | yes | It is convenient to use annotation but it’s not as efficient as EventBus. The subscription supports tag (like the Action in Broadcast Receiver) which can make event delivery more accurate and applicable to more usage scenarios. |
0 commit comments