Kotlin for Android Developers



Download 1,04 Mb.
Pdf ko'rish
bet102/125
Sana11.08.2021
Hajmi1,04 Mb.
#144654
1   ...   98   99   100   101   102   103   104   105   ...   125
Bog'liq
Kotlin for Android Developers Learn Kotlin the Easy Way While Developing an Android App ( PDFDrive )

try
and
throw
are expressions
In Kotlin, almost everything is an expression, which means it returns a value. This is really
important for functional programming, and particularly useful when dealing with edge
cases with
try-catch
or when throwing exceptions. For instance, the example above shows
how we can assign an exception to the result even if they are not of the same type, instead
of having to create a full block of code. This is very useful too when we want to throw an
exception in one of
when
branches:
1
val x = when(y) {
2
in 0..10 -> 1
3
in 11..20 -> 2
4
else -> throw Exception("Invalid")
5
}
The same happens with
try-catch
, we can assign a value depending on the result of the
try:
1
val x = try { doSomething() } catch { null }
The last thing we need to be able to perform the request from the new activity is to create a command.
The code is really simple:
1
class RequestDayForecastCommand(
2
val id: Long,
3
val forecastProvider: ForecastProvider = ForecastProvider()) :
4
Command {
5
6
override fun execute() = forecastProvider.requestForecast(id)
7
}
The request returns a
Forecast
result that will be used by the activity to draw its UI.

Download 1,04 Mb.

Do'stlaringiz bilan baham:
1   ...   98   99   100   101   102   103   104   105   ...   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