Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的活动中发布 GreenRobot Event 。我注册的内部片段
EventBus.getDefault().register(this);
但无法自动触发订阅端片段。如果是的话,是否有可能在片段中更新任何建议。
呼吁EventBus.getDefault().register(this);_onStart()
onStart()
和
呼唤你EventBus.getDefault().unregister(this);的,onDestory()fragment
EventBus.getDefault().unregister(this);
onDestory()
fragment
足以register听听unregister 事件
register
unregister