Reactive Programming on Android with RxJava


Disposable and the Activity/Fragment Lifecycle



Download 1,47 Mb.
Pdf ko'rish
bet49/60
Sana20.04.2022
Hajmi1,47 Mb.
#566724
1   ...   45   46   47   48   49   50   51   52   ...   60
Bog'liq
reactiveandroid

Disposable and the Activity/Fragment Lifecycle
So far we have overlooked a key component in a reactive stream–the
Disposable
. A
Disposable
is returned as a result from a subscription so that we can control when to unsubscribe so that the
underlying
Observable
can stop emitting events. Failure to do so can cause unwanted memory leaks
that are hard to trace.
When dealing with the Activity/Fragment lifecycle, a good place to unsubscribe would be when the
Activity or Fragment is no longer needed. That is, in the
.onDestroy()
lifecycle.


Chapter 5: Reactive Modeling on Android
76
1
public class
MyActivity
extends
Activity
{
2
Disposable disposable
;
3
4
protected
void
onCreate
(
Bundle savedInstanceState
) {
5
this
.
disposable
=
// ...subscribe to some Observable
6
}
7
8
protected
void
onDestroy
() {
9
if
(!
disposable
.
isDisposed
()) {
10
disposable
.
dispose
();
11
}
12
}
13
}
RxJava also has classes that implement
DisposableContainer
, such as
CompositeDisposable
, to
make disposing from multiple
Disposable
instances easy.
1
public class
MyActivity
extends
Activity
{
2
CompositeDiposable disposables
=
new
CompositeDisposable
();
3
4
protected
void
onCreate
(
Bundle savedInstanceState
) {
5
Disposable disposable1
=
// ...subscribe to some Observable
6
Disposable disposable2
=
// ...subscribe to another Observable
7
disposables
.
addAll
(
disposable1
,
disposable2
);
8
}
9
10

Download 1,47 Mb.

Do'stlaringiz bilan baham:
1   ...   45   46   47   48   49   50   51   52   ...   60




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish