Kotlin for Android Developers



Download 1,04 Mb.
Pdf ko'rish
bet120/125
Sana11.08.2021
Hajmi1,04 Mb.
#144654
1   ...   117   118   119   120   121   122   123   124   125
Bog'liq
Kotlin for Android Developers Learn Kotlin the Easy Way While Developing an Android App ( PDFDrive )


2
#ff212121
3
@android:color/black
4
28 Extra concepts
Through this book, we’ve talked about most important concepts of Kotlin language. But we didn’t
use some of them when implementing the App, and I wouldn’t want to let them out of these pages.
In this chapter, I will review some unrelated features that you could need when you develop your
next Android App using Kotlin.
28.1 Nested classes
As in Java, we can define classes inside other classes. If it’s a regular class, it won’t we able to access
the members of the out class (it would work as an static class in Java):
1
class Outer {
2
private val bar: Int = 1
3
class Nested {
4
fun foo() = 2
5
}
6
}
7
8
val demo = Outer.Nested().foo() // == 2
If we want to access to the members of the outer class, we need to declare it as an
inner
class:
1
class Outer {
2
private val bar: Int = 1
3
inner class Inner {
4
fun foo() = bar
5
}
6
}
7
8
val demo = Outer().Inner().foo() // == 1

Download 1,04 Mb.

Do'stlaringiz bilan baham:
1   ...   117   118   119   120   121   122   123   124   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