美文网首页
rxLifecycle 处理rxjava生命周期

rxLifecycle 处理rxjava生命周期

作者: Solang | 来源:发表于2018-11-05 17:30 被阅读13次

    1.首先,导入相关包
    compile 'com.trello.rxlifecycle2:rxlifecycle:2.0.1'
    compile 'com.trello.rxlifecycle2:rxlifecycle-android:2.0.1'
    compile 'com.trello.rxlifecycle2:rxlifecycle-components:2.0.1'

    2.改变baseActivity baseFragmeng依赖rxActivity

    3 observable.compose(bindToLifecycle())

    相关文章

      网友评论

          本文标题:rxLifecycle 处理rxjava生命周期

          本文链接:https://www.haomeiwen.com/subject/vgosxqtx.html