EventBus封装使用
封装
1 | implementation 'org.greenrobot:eventbus:3.2.0' |
1 | import org.greenrobot.eventbus.EventBus; |
1 | public class Event<T> { |
BaseActivity/BaseFragment
中
1 | import android.os.Bundle; |
使用
1 | //可选 |
1 | import android.os.Bundle; |
1 | implementation 'org.greenrobot:eventbus:3.2.0' |
1 | import org.greenrobot.eventbus.EventBus; |
1 | public class Event<T> { |
BaseActivity/BaseFragment
中
1 | import android.os.Bundle; |
1 | //可选 |
1 | import android.os.Bundle; |