Kotlin for Android Developers



Download 1,04 Mb.
Pdf ko'rish
bet50/125
Sana11.08.2021
Hajmi1,04 Mb.
#144654
1   ...   46   47   48   49   50   51   52   53   ...   125
Bog'liq
Kotlin for Android Developers Learn Kotlin the Easy Way While Developing an Android App ( PDFDrive )

Companion objects
Kotlin allows to declare objects to define static behaviours. In Kotlin, we can’t create static
properties or functions, but we need to rely on objects. However, these objects make some
well known patterns such as
Singleton
very easy to implement.
If we need some static properties, constants or functions in a class, we can use a companion
object. This object will be shared among all instances of the class, the same as a static field
or method would do in Java.
Check the resulting code:
1
class ForecastRequest(val zipCode: String) {
2
3
companion object {
4
private val APP_ID = "15646a06818f61f7b8d7823ca833e1ce"
5
private val URL = "http://api.openweathermap.org/data/2.5/" +
6
"forecast/daily?mode=json&units=metric&cnt=7"
7
private val COMPLETE_URL = "$URL&APPID=$APP_ID&q="
8
}
9
10
fun execute(): ForecastResult {
11
val forecastJsonStr = URL(COMPLETE_URL + zipCode).readText()
12
return Gson().fromJson(forecastJsonStr, ForecastResult::class.java)
13
}
14
}
Remember you need to add Gson library to
build.gradle
dependencies:
1
compile "com.google.code.gson:gson:2.4"

Download 1,04 Mb.

Do'stlaringiz bilan baham:
1   ...   46   47   48   49   50   51   52   53   ...   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