Kotlin for Android Developers



Download 1,04 Mb.
Pdf ko'rish
bet98/125
Sana11.08.2021
Hajmi1,04 Mb.
#144654
1   ...   94   95   96   97   98   99   100   101   ...   125
Bog'liq
Kotlin for Android Developers Learn Kotlin the Easy Way While Developing an Android App ( PDFDrive )

22. Flow control and ranges
I’ve been using some conditional expressions in our code, but now it’s time to explain them more
deeply. Though we’ll usually use less mechanisms to control the flow of the code that we’d normally
use in a completely procedural programming language (some of them even practically disappear),
they are still useful. There are also new powerful ideas that will solve some particular problems
much easier.
22.1 If Expression
Almost everything in Kotlin is an expression, which means it returns a value.
If
conditions are not
an exception, so though we can use
if
as we are used to do:
1
if (x > 0) {
2
toast("x is greater than 0")
3
} else if (x == 0) {
4
toast("x equals 0")
5
} else {
6
toast("x is smaller than 0")
7
}
We can also assign its result to a variable. We’ve used it like that several times in our code:
1
val res = if (x != null && x.size() >= days) x else null
This also implies we don’t need a ternary operation similar to the Java one, because we can solve it
easily with:
1
val z = if (condition) x else y
So the
if
expression always returns a value. If one of the branches returns
Unit
, the whole expression
will return
Unit
, which can be ignored, and it will work as a regular Java
if
condition in that case.
98


22. Flow control and ranges
99

Download 1,04 Mb.

Do'stlaringiz bilan baham:
1   ...   94   95   96   97   98   99   100   101   ...   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