Kotlin for Android Developers



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

14.2 Constructors
By default, all constructors are
public
, which means they can be used from any scope where their
class is visible. But we can make a constructor private using this specific syntax:
1
class C private constructor(a: Int) { ... }
14.3 Revising our code
We’ve already been making use of the
public
default refactor, but there are many other details we
could change. For instance, in
RequestForecastCommand
, the property we create from the
zipCode
constructor parameter could be private.
1
class RequestForecastCommand(private val zipCode: String)
The thing is that as we are making use of immutable properties, the
zipCode
value can only be
requested, but not modified. So it is not a big deal to leave it as
public
, and the code looks cleaner.
If, when writing a class, you feel that something shouldn’t be visible by any means, feel free to make
it
private
.
Besides, in Kotlin we don’t need to specify the return type of a function if it can be computed by the
compiler. An example of how we can get rid of the returning types:
1
data class ForecastList(...) {
2
fun get(position: Int) = dailyForecast[position]
3
fun size() = dailyForecast.size()
4
}
The typical situations where we can get rid of the return type are when we assign the value to a
function or a property using
equals
(=) instead of writing a code block.
The rest of the modifications are quite straightforward, so you can check them in the repository.



Download 1,04 Mb.

Do'stlaringiz bilan baham:
1   ...   59   60   61   62   63   64   65   66   ...   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