Kotlin Generics Explained with Example

  Рет қаралды 18,884

Simplified Coding

Simplified Coding

Күн бұрын

Пікірлер: 34
@FemiOkedey
@FemiOkedey 3 жыл бұрын
For the first time, I really understand generics. Thanks a lot
@vengateshm2122
@vengateshm2122 3 жыл бұрын
Add a video on covariance, contrravariance, invariant.
@DSW2022
@DSW2022 Жыл бұрын
You are a brilliant teacher Bilal. Thanks to you now I understand generics.
@kevgits
@kevgits 2 жыл бұрын
I couldn't understand this concept even after going through the docs. Thank you for this simplified version.
@milon27
@milon27 3 жыл бұрын
When to use & when only
@SimplifiedCoding
@SimplifiedCoding 3 жыл бұрын
In very simple words When you make your T out you can only define it as return type in function if you try to write it as a parameter you will get error.
@SimplifiedCoding
@SimplifiedCoding 3 жыл бұрын
For more details you can search Covariance, Invariance and Contravariance
@milon27
@milon27 3 жыл бұрын
@@SimplifiedCoding thanks
@decloudius
@decloudius 2 жыл бұрын
I don't know how to tell you my gratitude but, I love you sir, thank you
@GriNAME
@GriNAME 3 жыл бұрын
Thank you so much! Your vidios are so useful for me (and for other I guess). You made my coding live more better, I mean it! With love from Russian 💪👍
@nishu33389
@nishu33389 3 жыл бұрын
Thanks Belal for the kotlin tutorial series 😃🙏
@janadonis5211
@janadonis5211 2 жыл бұрын
What a great teacher! keep up the good work, thanks a lot man!
@gilong1311
@gilong1311 2 жыл бұрын
Great video, do you have a video on usage of covariance and contravariance?
@positive_vibes_alone
@positive_vibes_alone 2 жыл бұрын
How can we achieve the same using pojo class as T ?
@Sumitmaurya070
@Sumitmaurya070 3 жыл бұрын
very good feature of kotlin. Thanks for the info,
@vengateshm2122
@vengateshm2122 3 жыл бұрын
Can we use Any instead T ? Because Any is the class which is extended by all classes in default?
@SimplifiedCoding
@SimplifiedCoding 3 жыл бұрын
When you write T or any character; it basically means any. Here you cannot define the actual type not even any. Any is there by default. It means T : Any that is you can define any type that inherits Any and Any is the super type of all classes. You can also restrict by defining a specific parent for example T : View It means here for T we can define any type that is a View. So you cannot write the class name here. But you can define a super type if required.
@vengateshm2122
@vengateshm2122 3 жыл бұрын
@@SimplifiedCoding Thank you Belal
@jkeriatamboli2101
@jkeriatamboli2101 3 жыл бұрын
As in java for we compair int value using == like 1==1 but for string we compair using equals() like str1.equals(str2) so in kotlin for string == work
@nocompromise8264
@nocompromise8264 3 жыл бұрын
How to upload .db file (Of SQLite Database) to user's Google Drive?, in Kotlin?
@kpranjith
@kpranjith 2 жыл бұрын
wow great explanation with example!!! 😍
@mdjahidulislam9205
@mdjahidulislam9205 3 жыл бұрын
Covariance and Contravariance what about this?
@MisterWealth
@MisterWealth 3 жыл бұрын
Are generics for beginners intermediate or pros? Because this seems like a difficult concept to grasp for me :(
@kristianabrahamsen7019
@kristianabrahamsen7019 2 жыл бұрын
good explanations!
@techmarinar
@techmarinar 3 жыл бұрын
Thanx man this was very helpful 😊
@IUfidi
@IUfidi 3 жыл бұрын
I like ur style!
@spy9789
@spy9789 2 жыл бұрын
Thank you master
@shreyashchoudhary7413
@shreyashchoudhary7413 3 жыл бұрын
Loved it!
@امیرحسینكامرانپور
@امیرحسینكامرانپور 2 жыл бұрын
good examples
@johndominicjasmin
@johndominicjasmin 3 жыл бұрын
Thank you
@ampo2004
@ampo2004 3 жыл бұрын
360p ? : ( too blurry
@SimplifiedCoding
@SimplifiedCoding 3 жыл бұрын
KZbin is processing the HD version, wait for a while, it will become Full HD.
@KikeonR
@KikeonR 3 жыл бұрын
Is it helpful
@brahmadathv3593
@brahmadathv3593 3 жыл бұрын
nice manh
Kotlin Nested Class Example
4:16
Simplified Coding
Рет қаралды 3,4 М.
Kotlin Scope Functions Tutorial - let, run, with, apply and also
11:59
Simplified Coding
Рет қаралды 12 М.
小丑女COCO的审判。#天使 #小丑 #超人不会飞
00:53
超人不会飞
Рет қаралды 16 МЛН
Kotlin Sealed Class Tutorial with Example
5:49
Simplified Coding
Рет қаралды 19 М.
Kotlin Newbie to Pro - GENERICS - Part 29
19:41
Philipp Lackner
Рет қаралды 33 М.
Kotlin Delegation Tutorial with Example
6:54
Simplified Coding
Рет қаралды 20 М.
10 Kotlin Tricks in 10 ish minutes by Jake Wharton
17:24
Devoxx
Рет қаралды 68 М.
Kotlin Singleton Tutorial - Companion Object, Operator Invoke
7:47
Simplified Coding
Рет қаралды 16 М.
Let, Also, Apply, Run, With - Kotlin Scope Functions
11:44
Philipp Lackner
Рет қаралды 99 М.