Kotlin for Android Developers


 Nullity and Java libraries



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

20.2 Nullity and Java libraries
Ok, so the previous explanation works perfectly well with Kotlin code. But what happens with Java
libraries in general, and Android SDK in particular? In Java, every object can be null by definition.
So we would have to deal with a lot potentially null variables which in real life are never null. This
means our code could end up with hundreds of
!!
operators, which is not a good idea at all.
When you are dealing with the Android SDK, you’ll probably see that many parameters are marked
with a single ‘
!
’ when any Java methods are used. For instance, something that gets an
Object
in
Java will be represented as
Any!
in Kotlin. This means that it’s up to the developer to decide whether
that variable should be null or not.
Luckily, latest versions of Android are starting using the
@Nullable
and
@NonNull
annotations to
identify the parameters that can be null or the functions that can return null, and the Kotlin compiler
is able to detect that and choose the appropriate translation into Kotlin language.
Said that, if we are for instance overriding
onCreate
for an
Activity
, we need to mark
savedIn-
stanceState
as nullable:
1
override fun onCreate(savedInstanceState: Bundle?) {
2
}
Otherwise it will show an error. We can’t use this implementation:


20 Null safety in Kotlin
92
1
override fun onCreate(savedInstanceState: Bundle) {
2
}
This is great, because an activity can perfectly receive a null bundle and we get the right
implementation for free. But there are parts of the SDK that are not properly annotated yet. So
when in doubt, you can just use a nullable object and deal with the possible
null
. Remember, if you
use
!!
it’s because you are sure that the object can’t be null, so just declare it as non-nullable.



Download 1,04 Mb.

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