簡單使用EventBus刷新ui

EventBus 依賴: implementation ‘org.greenrobot:eventbus:3.0.0’ 所要刷新的某個activity的類裏 EventBus.getDefault().post(LocationMessageEvent(「刷新數據」)) 接收的類裏註冊,解綁,以及刷新數據的操作 EventBus.getDefault().register(this); @Subs
相關文章
相關標籤/搜索