Kotlin for Android Developers



Download 1,04 Mb.
Pdf ko'rish
bet70/125
Sana11.08.2021
Hajmi1,04 Mb.
#144654
1   ...   66   67   68   69   70   71   72   73   ...   125
Bog'liq
Kotlin for Android Developers Learn Kotlin the Easy Way While Developing an Android App ( PDFDrive )

16.3 Standard Delegates
There exists a set of standard delegates included in the Kotlin standard library. These are the most
common situations where a delegate is really useful, but we could also create our own.
Lazy
It takes a lambda that is executed the first time
getValue
is called, so the initialisation of the property
is delayed up to that moment. Subsequent calls will return the same value. This is very interesting
for things that are not always necessary and/or require some other parts to be ready before this one
is used. We can save memory and skip the initialisation until the property is required.
1
class App : Application() {
2
val database: SQLiteOpenHelper by lazy {
3
MyDatabaseHelper(applicationContext)
4
}
5
6
override fun onCreate() {
7
super.onCreate()
8
val db = database.writableDatabase
9
}
10
}
In this example, the database is not really initialised until it’s called first time in
onCreate
. At that
moment, we are sure the application context exists and is ready to be used. The
lazy
operation is
thread safe.
You can also use
lazy(LazyThreadSafetyMode.NONE) { ... }
if you’re not worried about multi-
thread and want to get some extra performance.

Download 1,04 Mb.

Do'stlaringiz bilan baham:
1   ...   66   67   68   69   70   71   72   73   ...   125




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