EventBus TODO

Source code: https://github.com/greenrobot/EventBus

EventBus is a publish/subscribe event bus optimized for Android. The main function is to replace Intent, Handler, and BroadCast to pass messages between Fragment, Activity, Service, and thread. The advantage is that the overhead is small and the code is more elegant. And decoupling sender and receiver.

//TODO

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326098220&siteId=291194637