Kotlin for Android Developers



Download 1,04 Mb.
Pdf ko'rish
bet60/125
Sana11.08.2021
Hajmi1,04 Mb.
#144654
1   ...   56   57   58   59   60   61   62   63   ...   125
Bog'liq
Kotlin for Android Developers Learn Kotlin the Easy Way While Developing an Android App ( PDFDrive )

Inline functions
Inline functions are a bit different from regular functions. An inline function will be
substituted by its code during compilation, instead of really calling to a function. It will
reduce memory allocations and runtime overhead in some situations. For instance, if we
have a function as an argument, a regular function will internally create an object that
contains that function. On the other hand, inline functions will substitute the code of the
function in the place where it is called, so it won’t require an internal object for that.
Another example: we could create blocks of code that are only executed if the version is Lollipop or
newer:


13 Lambdas
49
1
inline fun supportsLollipop(code: () -> Unit) {
2
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
3
code()
4
}
5
}
It just checks the version and executes the code if it meets the requirements. Now we could do:
1
supportsLollipop {
2
window.setStatusBarColor(Color.BLACK)
3
}
For instance, Anko is also based on this idea to implement the DSL for Android layouts. You can
also check an example from Kotlin reference, where a
DSL to write HTML²⁰
from code is created.
²⁰
http://kotlinlang.org/docs/reference/type-safe-builders.html



Download 1,04 Mb.

Do'stlaringiz bilan baham:
1   ...   56   57   58   59   60   61   62   63   ...   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