Data classes - Kotlin Vocabulary

Data classes - Kotlin Vocabulary

Android Developers

3 года назад

26,469 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@polendina
@polendina - 25.05.2023 03:22

You haven't really gotten into its restriction that much, or even like real life scenario of where they fit the best, instead of of regular classes.
Great anatomical explanation still!

Ответить
@willculpepper9637
@willculpepper9637 - 17.03.2023 04:13

All aboard for NotNullNovember

Ответить
@AmitJayant
@AmitJayant - 18.07.2022 11:31

The weirdest syntax in all of Programming languages

Ответить
@siddharthchughs100
@siddharthchughs100 - 09.11.2020 15:12

Hi , The videos is really good for good understanding for the data classes, but Would like to know , if we need to use the same class in the sqlite using kotlin , how to insert the data into the respective variables, as of when all the data items were kept val the sqlite was showing error and was suggesting convert the data item into the var and then was able to add all the data into the variables, therefore it was easy to show in the recyclerview using kotlin for the android application. In that case advice please, Thanks

Ответить
@atanasdoychinov6491
@atanasdoychinov6491 - 06.11.2020 21:56

The data class sounds so good to be used for creating of models, but without the inheritance its use is so limited...

Ответить
@samuelrake7832
@samuelrake7832 - 06.11.2020 05:26

Whenever i remember the way data classes made me write less code when creating recyclerviews compared to java.. i sigh in relief

Ответить
@xpopcornx1747
@xpopcornx1747 - 05.11.2020 19:19

again?

Ответить
@febaisi1
@febaisi1 - 04.11.2020 20:16

I am still not exactly sure why Data Classes can't inherit from another Data class. ;/

Ответить
@pradeepkumarreddykondreddy7048
@pradeepkumarreddykondreddy7048 - 04.11.2020 18:00

Is destructuring allowed only for data classes ?

Ответить
@gabormiklay9209
@gabormiklay9209 - 04.11.2020 17:53

I wonder what breed of doggo Florina has... 🤔

Ответить
@GemiDroid
@GemiDroid - 04.11.2020 00:47

So great video, but I am wondering what's the benefits of making data class final?

Ответить
@rayanfernandes2631
@rayanfernandes2631 - 03.11.2020 21:42

Why make data class if we can make class with data attributes

Ответить
@RahulPahuja1991
@RahulPahuja1991 - 03.11.2020 20:29

do u mean we cannot have a parent child relationship for a data class?

Ответить