Тёмный
No video :(

Kotlin Sealed Class (With Demo Source code) 

Smartherd
Подписаться 135 тыс.
Просмотров 18 тыс.
50% 1

Опубликовано:

 

25 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 45   
@SriyankSiddhartha
@SriyankSiddhartha 2 года назад
Comment to support this video. Thanks folks!
@GK-rc3fd
@GK-rc3fd 2 года назад
The way you explain is unique, I got clear the concept just like magic. Thanks It would be great if you create a video for patterns in Android MVVM, MVC, etc.
@SergiiSukhanov
@SergiiSukhanov Год назад
That's amazing explanation. Thank you so much. Just 10 minutes and things becoming much clearer. Thank you.
@maximkarassev1016
@maximkarassev1016 Год назад
You forgot to mention that starting from Kotlin version 1.5 we can define subclasses of sealed class in other files as well if we want to. There is no any restriction to do that!
@SunilRathod-kl9fe
@SunilRathod-kl9fe 2 года назад
That was really superb video, easy to understand, Thank you
@vengateshm2122
@vengateshm2122 2 года назад
If possible kindly create a pure kotlin project which has all the features you have been telling. So that will be a single place to cover all kotlin language features.
@smartherd
@smartherd 2 года назад
Make sense. Noted
@cub3608
@cub3608 Год назад
this really helped my kotlin journey
@shortmoviecut
@shortmoviecut 6 месяцев назад
Appreciate ur work brother. Kinda usefull for me.
@samirthapa6145
@samirthapa6145 10 месяцев назад
Superb explanation. Thanks
@velturidasarath7420
@velturidasarath7420 5 месяцев назад
Thank you for clear information on sealed class
@messi13121
@messi13121 4 месяца назад
Just one word for explanation "CLASS"
@rajendrapawar7369
@rajendrapawar7369 Год назад
nice video but would like to add one correction , sealed class constructor is protected by default .
@FreakWitch
@FreakWitch 27 дней назад
thanks alot 🙂
@user-oo2ri6hq7q
@user-oo2ri6hq7q 5 месяцев назад
thank you
@bipinbharti6540
@bipinbharti6540 Год назад
Awesome sir ji. the way you explain it's very understandable sir. I learn many new things from you sir ji. Keep going.
@essohesmel5003
@essohesmel5003 Год назад
Hey man, It works great and without any problems.
@TarekBuhdeima
@TarekBuhdeima Год назад
amazing explanation. Thank you so much
@deleater
@deleater Год назад
Great explanation!
@cyberavater8103
@cyberavater8103 2 года назад
Can you make a lecture on Generics in Kotlin? I'm having hard time learning it (most of them are from java to kotlin). I find your teaching method very effective. It'll be nice if you can help out.
@reddysurender
@reddysurender Год назад
Really super
@bipulsarkar3910
@bipulsarkar3910 Год назад
Great tutorial (y) easy to learn
@vikassharma-by4kw
@vikassharma-by4kw 2 года назад
Why we can't use is keyword for singleton object??
@smartherd
@smartherd 2 года назад
That's already a singleton. And using 'is' makes that redundant
@programers
@programers Год назад
good job
@danielmwinzi9223
@danielmwinzi9223 2 года назад
I somehow in a way understand all of your tutorials
@emanoel724
@emanoel724 2 года назад
Thank you very much for the video, buddy. I"ve just subscribed to your channel.
@emu9991
@emu9991 Год назад
Hey if u can add summary and caveats which you show at the end of the video in the code as comment. It will act like a complete notes and will be a go to place for many people.. Hope u consider this. thanks
@bhardwajatul09
@bhardwajatul09 2 года назад
Awesome
@mdjahidulislam9205
@mdjahidulislam9205 2 года назад
would you please make a video, how to read Android documentation, how gradle is working in android, core things of android, i can build android app, but still having issue reading Android doc . please
@HoaNguyen-iu7hu
@HoaNguyen-iu7hu 2 года назад
Great video. Thanks
@sireeshasiri373
@sireeshasiri373 2 года назад
Amazing video
@saranyagovindan8423
@saranyagovindan8423 2 года назад
Great video
@s.m.isratara1056
@s.m.isratara1056 2 года назад
Sir please make a video on alarm manger time should be set in code manually ...please sir..!!!
@Guruprakashc
@Guruprakashc 6 месяцев назад
👍
@UpLiftingU007
@UpLiftingU007 2 года назад
Why not use abstract class rather than sealed class Because classes only can be inherited from sealed class in same file or there are more advantages?
@samirthapa6145
@samirthapa6145 10 месяцев назад
Compile time error if we miss any class that extended sealed class in the when condition. Mainly used to manage state .
@owenlie
@owenlie 2 года назад
I still don't get why private keyword is not enough? I still confused
@Kepler57
@Kepler57 2 года назад
Big thumb up!
@MrSojek
@MrSojek 2 года назад
Do you have any apps in Google Play store?
@smartherd
@smartherd 2 года назад
No
@vinaybakle6443
@vinaybakle6443 2 года назад
Thoda bahut samja
@2chotti
@2chotti Год назад
thank you
@John-qt6qk
@John-qt6qk 2 года назад
Awesome
@smartherd
@smartherd 2 года назад
Amazing
Далее
Kotlin Enum class (with Demo Source Code)
11:05
Просмотров 12 тыс.
STOP Using Classes In JavaScript | Prime Reacts
14:02
Просмотров 234 тыс.
TypeScript: Should you use Types or Interfaces?
4:06
Просмотров 155 тыс.
Every Kind of Class in Kotlin
10:44
Просмотров 10 тыс.
Kotlin Generics Explained with Example
10:18
Просмотров 18 тыс.
The Essence of Coroutines
8:10
Просмотров 9 тыс.
How to Make Your Code Clean With Kotlin Sealed Classes
18:09