, lambdas , , , Activity. , .
api.getEvents()
.subscribeOn(Schedulers.io())
.observeOn(AndroidSchedulers.mainThread())
.doOnSubscribe(() -> loadingIndication.show())
.doOnUnsubscribe(() -> loadingIndication.hide())
.subscribe(events -> {}, throwable -> {});
, , CompositeDisposable Disposable, , compositeDisposable.add() compositeDisposable.clear() onDestroy().