Kotlin's better than Java? Or vice versa? Let's find out...

  Переглядів 55,858

Jelvix | TECH IN 5 MINUTES

Jelvix | TECH IN 5 MINUTES

День тому

Kotlin is expected by many to kill Java. So is it true? Let’s find out.
▶ Contact Jelvix: hello@jelvix.com | jelvix.com
We are a technology consulting and software development company eager to share our knowledge and experience.
Subscribe for more tech tips and tutorials: / @jelvix
▶ LINKS:
- Java vs .Net - jelvix.com/blog/java-vs-net-c...
▶ TIME CODES:
00:00 Kotlin review
01:32 Java for Android development
02:41 Differences: Java vs Kotlin
​05:11 Contact Jelvix
▶ Follow us:
Facebook - / jelvixcompany
Twitter - / jelvix
Instagram - / jelvix
Linkedin - / jelvix
Upwork - www.upwork.com/ag/jelvix/
▶ About this video:
For Android development, we use Java 7 as default, while Java 8 version has been supported natively since Android SDK 26. Keep this in mind.
Java is an object-oriented, multi-platform programming language. Kotlin is an open-source, general-purpose programming language. Let’s compare them.

КОМЕНТАРІ: 149
@Jelvix
@Jelvix 9 місяців тому
Do you expect Kotlin to replace Java so soon? Let's discuss whether this claim holds true...🫡
@emisosa
@emisosa 2 роки тому
-you can extend a class funtionality in Java. -the code isn't complex or longer from using getter or setters. That's encapsulation, and you can do it in Kotlin too. It's not a language feature but a methodology of OOP. -then It rants about java being verbose and longer for writting than Kotlin. but shows a manifest xml file. That you also would have to use in Kotlin.
@zacharylippard2994
@zacharylippard2994 2 роки тому
"you can extend a class functionality in Java" You can only create static functions or subclasses in Java. With Kotlin you can write extension functions directly on an existing class, which comes in handy in numerous places where subclassing would be cumbersome (perhaps special functionality on the Android TextView). The last point about the verbosity is true. I caught that in the video too and when I saw XML it gave me a good laugh.
@emisosa
@emisosa 2 роки тому
@@zacharylippard2994 subclases. Yes. It ain't cumbersome. But yes. I get it. In kotlin is even easier to extend it on the spot.
@4t196
@4t196 11 місяців тому
He also mention verbosity which actually turns out to be healthier for my brain than I expected. He also mention performance, like, is Java slower than Kotlin?
@nowonmetube
@nowonmetube 2 місяці тому
Dude 4:49
@fuzzy-02
@fuzzy-02 2 місяці тому
I so know right? He showed cons of java then said Kotlin is easier and didnt show any how or why. Bruh,
@someonerandom704
@someonerandom704 2 роки тому
2:22 : "Java is verbose and requires more lines of code!" *shows XML*
@someonerandom704
@someonerandom704 2 роки тому
@@jappleng8283 I understand where you're coming from, and I have less experience than you (still quite a bit though, Java has been my main programming language for a few years now), but I think you're underestimating Kotlin. While Java's syntax is certainly familiar, it's very rigid and repetitive. Kotlin implements more modern syntax features that deviate from the traditional c-style, and tbh I kinda dig it. Ofc both languages compile to the same bytecode so this isn't really a huge deal, plus any library written in Kotlin is backwards compatible with Java and vice versa, so like you said it's really just a preference thing. Android development certainly is comically messy though lol, and Google's lack of any semblance of support for developers is downright astonishing.
@TBiscuit1
@TBiscuit1 2 роки тому
@@jappleng8283 I think what they ment by unsecure and secure is that In java, public variable are unsecured and it's why we just do a private variable with getter and setter, it makes it safe In Kotlin however, a public variable is in reality a java private variable with getter and setter included, this is safer since you can never have unsecure public values (also no identifier just turns it public by default) Kotlin's protected changes the variable's getter/setter method to be protected and private just creates none So Java is safe, Kotlin is safer, that's what they ment, but this channel seems like they know nothing since they showed an XML file instead of Java code which is idiotic cause Kotlin would also use the very same XML file
@SiimKoger
@SiimKoger Рік тому
Also, Java isn't slow by any means unless you compare it to C or C++ ... just uses lots of memory.
@lewisayers5983
@lewisayers5983 Рік тому
@@TBiscuit1 for the getters and setters, you could always use lombok to get the same safety and conciseness
@TBiscuit1
@TBiscuit1 Рік тому
@@lewisayers5983 Yeah that thing is great!
@scitechplusexplorer2484
@scitechplusexplorer2484 9 місяців тому
The fight between Google and Oracle, and especially Google's ego towards Oracle has led to slow adoption of new Java LTS versions in Android. If JDK 17 is done today, it will be awesome to write Java code. As regards to KOTLIN, I am Java developer, I love Java programming very much. And I am learning Kotlin for quite few weeks. I think rather than Java vs Kotlin, Java + Kotlin is really damn powerful than any combo. The best of both worlds in every project is a guarantee of success. Also, I am liking Kotlin and its style of writing code. But not at the cost of Java, but alongside Java. I would say a Java developer should learn Kotlin, and vice-versa. It will give them the most powerful tools to write and develop.
@syedzaid4346
@syedzaid4346 4 місяці тому
Absolutely! Learning both Java and Kotlin gives you a powerful toolkit for development. Their combination offers the best of both worlds, enhancing flexibility and efficiency in projects. Happy coding!
@boskovaskovic
@boskovaskovic 10 місяців тому
Kotilin is just child of legal issues between Oracle and Google and Java source code. I don't see any benefits using Kotlin over Java. Maybe some things u can write in less code. Compose is disaster for complex ui. (My personal experience)
@vladimir.bychkov
@vladimir.bychkov 2 роки тому
Kotlin: Code conciness! Java: Did you heard about Lombok? And so on...
@vladimir.bychkov
@vladimir.bychkov Рік тому
@Miracle oh, man. Many interesting things are waiting you :) For beginning: "Java" is not only island and kind of tea.
@tseby1172
@tseby1172 29 днів тому
how to spot an inexperienced programmer
@kenadams5371
@kenadams5371 2 роки тому
Good video! What's your thought about flutter for mobile development ?
@AntidotAleks
@AntidotAleks Рік тому
3:40 in newer versions of java you can do "if(object instanceof String string) {return string.length();}". Little alternative
@jessicabrown5723
@jessicabrown5723 2 роки тому
I'm trainee in mobile application development for Android and this is the most helpful video I've seen in the past month.
@AhmadNasriya
@AhmadNasriya Рік тому
You need to remember that on Android, a compiler is needed to convert kotlin code to a Java code, so no, Java won't go.
@Airon_FE
@Airon_FE Рік тому
That makes sense to me 🗿
@noviccen388
@noviccen388 Рік тому
what do you mean Java wont go? So for android, which is prefered java or kotlin?
@AhmadNasriya
@AhmadNasriya Рік тому
@@noviccen388 Kotlin is based on Java, that means without Java, there will be no Kotlin
@Mark-kt5mh
@Mark-kt5mh Рік тому
​@@AhmadNasriya That's not true. Kotlin is not *based* on Java, it can be compiled into byte-code that runs on the Java Virtual Machine and is interoperable with existing Java libraries. Applications built for Android must be be compiled to byte-code to run on the Android Runtime environment, that, although similar in function to JVM, IS NOT THE SAME!
@_slier
@_slier 9 місяців тому
no.. its not trasnpile to java code at all..its transpile to bytecode.. nothing related to java at all.. since java code also transpile to byte code..so do groovy, scala, jython and slew of others.. java is not needed.. jvm is the only thing its needed
@zacharylippard2994
@zacharylippard2994 2 роки тому
Great video! It's interesting with how far behind Android is when it comes to Java. Only just recently had it supported JDK 11. This is probably another reason as to why Kotlin is preferred by Google. It provides more powerful language features SOONER than Java even though later versions of Java now support similar things (lambdas for example).
@deepakbisht4957
@deepakbisht4957 3 місяці тому
By the time Java will get some features then Kotlin will get new features. It will always be ahead...
@emilyhill9421
@emilyhill9421 2 роки тому
Thanks for video. What language is better to start from, bearing in mind that I’m null in programming?
@adrenaline16junki
@adrenaline16junki 2 роки тому
C because then you will understand pointers really well which can be something difficult to grasp if you start out with python
@nilebrixton8436
@nilebrixton8436 Рік тому
Definitely give Kotlin a try. I'm having fun learning Kotlin on JetBrains (the developer behind Kotlin) as my first programming language and about to complete my third project in less than a month in. I tried to learn C++ and Java in the past and struggled.
@chhatrapatikumar7311
@chhatrapatikumar7311 Рік тому
@@nilebrixton8436 java vs kotlin vs dart which is best for starting app development ?
@KangoV
@KangoV Рік тому
The best part of Java is the JVM. Compiling Java to native code with GraalVM is just awesome.
@Eloii_Xia
@Eloii_Xia 6 місяців тому
Yes like Kotlin !
@alessapeterson4563
@alessapeterson4563 2 роки тому
We are currently learning Android development using Kotlin at my college!
@FihamCredit
@FihamCredit Рік тому
Great
@marcrusselmagsino3164
@marcrusselmagsino3164 10 місяців тому
As a beginner I wanna know which language to pursue
@trevorelvis1355
@trevorelvis1355 Рік тому
I've done many languages and when he said "Java is easy to learn", I almost had a heart attack.....I some how pick other languages so fast...but java, NO
@AminAramoon
@AminAramoon Рік тому
For a c++ developer, learning Java is the simplest thing. However, Java developers will have a steep learning curve to write code in cpp
@ndujamz
@ndujamz Рік тому
I started with C++ and then Java. If u started with those 2 languages, no other language can be difficult to learn.
@manasez2548
@manasez2548 Рік тому
@@AminAramoon so true once you learned c++ , java is literally a breath of fresh air
@jackdanyal4329
@jackdanyal4329 9 місяців тому
if Java is hard for you, then which language is easier to learn? name it, please :) and what exactly was easier?
@dedsussybaka4619
@dedsussybaka4619 9 місяців тому
Started with python for a few weeks, until i heard about java really hard and whatever And when i got my hand on java Im shocked, cuz in my eyes java is just a python with longer syntax
@helengeller1966
@helengeller1966 2 роки тому
I think that kotlin was made to replace java
@Anshulkatta
@Anshulkatta 5 місяців тому
but wait a minute, these are just syntactic changes, i dont understand, you are still dealing with the jvm and related classes, right?
@brodderick
@brodderick 6 місяців тому
Thanks for the video. FYI the narration mispronounce many cs terms
@monicasmith6007
@monicasmith6007 2 роки тому
Nicely explained how reading the code is important
@petergarcies4640
@petergarcies4640 2 роки тому
Simple and to the point! Thanks
@cesaugusto108
@cesaugusto108 2 роки тому
background music too loud. But thanks anyway.
@brunoaduarte
@brunoaduarte 2 місяці тому
Could show examples on each topic.
@MrRaktim
@MrRaktim Рік тому
have you heard about Lombok? With this plugin dependency, you dont need getter setter or Constructors in Java classes, it's quite handy !
@trekimpossible2850
@trekimpossible2850 8 місяців тому
Java is very good to build up OOP knowledge (don't blame NPE, that means your design has flaws), Kotlin has some handy features (like coroutines and data class as mentioned in the video), that is fun to write but confusing to read sometimes.
@deepakbisht4957
@deepakbisht4957 3 місяці тому
Lol we all know that NPE is a developers mistake but it is called a million dollar mistake for a reason if Kotlin can solve this thing to an extent by giving compile time errors then it's a win situation for the developers . Plus your comment sounds idiotic when you are saying Kotlin is confusing in terms of readability. Kotlin is not confusing it's you who are struck with java long syntax that you can't understand the readability and conciseness of Kotlin Syntax. The Kotlin code is clean and readable at the same time...
@Zumito
@Zumito Рік тому
so, kotlin lacks in performance like java?
@Jelvix
@Jelvix Рік тому
Good day👋! If you use Kotlin with JVM as a target to run applications, then yes. But Kotlin can be used to write programs with compiling to JavaScript or Native. And these cases ver different from JVM target
@franciscomorando4274
@franciscomorando4274 Рік тому
4:48 "Data Class" is a "smell code" (Martin Fowler - Refactoring), it produces a non-cohesive class. Both exaples "smells" but i see a pro in java, if the "smell code" is textual you can recognize it better. Also, i think the type sistem is your friend. Gives you control and security in your desing and development process. :)
@tamawashere6855
@tamawashere6855 2 роки тому
Less code is always better, and anything missing from a new language is usually implemented over time. I really hope Kotlin removes the Javascape from existence for anything but legacy.
@cya3mdirl158
@cya3mdirl158 10 місяців тому
One of the biggest eCommerce in Europe is written mostly in Kotlin nad Java. ( about 1000 microservices in Kotlin ) JIT can optimize Java code much better than static compilers
@alessandrogabrieleambrose4324
@alessandrogabrieleambrose4324 9 місяців тому
for those complaining, java is really easy to learn, you learn about OOP and advanced concepts in a really easy and high level way. if you start with somethig like python it'll be harder to learn other languages and you'll lack many things
@GMIosi
@GMIosi Рік тому
Great video! Would help to explain the usual pronunciation of words in the context of code (e.g. "record", which was pronounced like in "I'll _record_ something" instead of like in "a music _record_"). I think saying it in the correct way makes developers feel more at home. Edit: Just by looking at your content both here and your page anyone can see the attention to every detail, great job! Slava Ukraini
@RoseTechServices
@RoseTechServices Рік тому
I'd be surprised if the speaker isn't just reading from a script and has any idea of what he's talking about. They'll often say a simple word when it would have been an easy place to elaborate on what it means, e.g. "in Kotlin, it's a lot easier" 🔚, "that is coroutines" 🔚. Or they emphasize the wrong word: "it *is* considered an object". Or pronounce the word wrong like how they said "inference" like "interference" just without the "ter"
@drygordspellweaver8761
@drygordspellweaver8761 Рік тому
it's text to speech...
@dedoyxp
@dedoyxp 2 роки тому
this is like bot-made video
@oliviagreen8364
@oliviagreen8364 2 роки тому
Perfectly explained and exactly what I needed.
@redpanda8904
@redpanda8904 2 роки тому
high quality content 🔥🔥🔥
@swastikjainsj
@swastikjainsj 2 роки тому
Swiggy Deiliverh App made by Konltin
@alexparker9557
@alexparker9557 2 роки тому
I was honestly appreciate UKposts algorithm, that I find this video!
@jiminnovator1556
@jiminnovator1556 2 роки тому
Another well explained video. Currently I use Java since I have not learned Kotlin
@oheil5694
@oheil5694 Рік тому
Hi man, I just started learning, do u recommend me Java or Kotlin ? Thanks
@davidthewise6617
@davidthewise6617 9 місяців тому
@@oheil5694 Kotlin because java is no longer supported by google
@nguyenthaile2024
@nguyenthaile2024 7 місяців тому
​@@davidthewise6617hi sir. In my country VietNam, i consider that the job for Kotlin is quite little. So which one is better to start? Java or Kotlin?
@pykalier5965
@pykalier5965 2 роки тому
Thank's
@Wiintb
@Wiintb Рік тому
1:50. Java is easy to learn as it has a simple syntax. Said the guy who invented the Chinese language.
@alexmayer8943
@alexmayer8943 Рік тому
Those drawbacks aren’t even drawbacks! So you actually didn’t even find any drawbacks of Kotlin. Pure facts!
@seanthomas9398
@seanthomas9398 Рік тому
At 2:23, that's XML not Java. :)
@Jelvix
@Jelvix Рік тому
We’re so happy to hear from you! Thank you for your valuable feedback. 💗
@iosifcostin
@iosifcostin Рік тому
... Kotlin can also use Java libraries
@nicooto9343
@nicooto9343 Рік тому
Java? Easy to learn? Dude wtf mostl people hate (or are scared of) Java due his sintax
@Jelvix
@Jelvix Рік тому
We love hearing from you! Thank you for leaving feedback for us. 🤓
@lucaspiano
@lucaspiano Місяць тому
Yes, pretty easy. Compare to C/C++ where Java was inspired from! C/C++ has pointers (Java doesnt), multiple inheritance (Java doesnt), lack of dynamic memory allocation (Java doesnt), lack of automatic garbage collector (Java doesnt)... And you say that Java isnt easy?! C'mon!
@nicooto9343
@nicooto9343 Місяць тому
Yes and C/C++ it's easier than assembly... of course. And python it's easier than java@@lucaspiano
@RelaxedKiller
@RelaxedKiller Рік тому
Null Safety can be dealt with by using Optionals and with the var keyword you can infer variable types
@conner_b_griften
@conner_b_griften Рік тому
If Java goes away, so goeth I: Back to Visual Studio with MFC and my Android devices get acid bathed.
@mohamadshqeer8864
@mohamadshqeer8864 2 роки тому
Kotlin is the Future
@gboy6120
@gboy6120 2 роки тому
What about flutter?
@drammatik21
@drammatik21 2 роки тому
@@gboy6120 Nope
@TriNguyen-ym3hf
@TriNguyen-ym3hf 2 роки тому
@@gboy6120 I think dart sucks
@John-qt6qk
@John-qt6qk Рік тому
@@gboy6120 Flutter is for baby programmer but it could be better in the future, and now it's not a native language lol
@frederic_millenial
@frederic_millenial Рік тому
@@TriNguyen-ym3hf + poor performance over native (java or kotlin) on android.
@hooolas1
@hooolas1 Рік тому
Mmm I really like verbosity lenguages :D
@dennismasinde3030
@dennismasinde3030 3 місяці тому
Me too... I can read and understand the damn thing months later.
@AntonArhipov
@AntonArhipov 4 місяці тому
2:25 XML verbosity attributed to the Java language makes this video immediately irrelevant
@user-lt9ey6gw3x
@user-lt9ey6gw3x 3 місяці тому
In Android app development, JAVA is dead and replaced by Kotlin. That is Fact !
@user-zv9um9pb6w
@user-zv9um9pb6w 11 місяців тому
Hmm might be biased
@androdeveloper7261
@androdeveloper7261 Рік тому
Java is far more better then kotlin. Google just made kotlin as official language because of the partnership with jetbrain (Inventor of kotlin and Android studio)
@baphomet8958
@baphomet8958 Рік тому
Well to be honest i rly like Kotlin 😁Its very simple but powerful 👍
@androdeveloper7261
@androdeveloper7261 Рік тому
@@baphomet8958 I agree that it is simpler then java, but still it lacks in many areas. Specially in frameworks and community
@kanmeo
@kanmeo Рік тому
@@androdeveloper7261 weird statement considering you can literally run any java library/framework in kotlin
@androdeveloper7261
@androdeveloper7261 Рік тому
@@kanmeo Yes it can. I meant that programmer still choose java for writing frameworks because of the compatibility that you started above
@KueJiin
@KueJiin Рік тому
Java is dead mate
@justinprakashraj6256
@justinprakashraj6256 2 роки тому
java
@rokib_ru_cse
@rokib_ru_cse 6 місяців тому
not over the kotlin . JAVA is the untold king over all the programming language.
@williamjones2128
@williamjones2128 2 роки тому
Java is my second programming language, I learned it in school, but never really liked it
@bonganintshangase6051
@bonganintshangase6051 Рік тому
Java is easy to what???
@rahimullah783
@rahimullah783 Рік тому
Java easy to learn lol 😆 , it's sometimes Chinese food hhh
@romanstoleru7936
@romanstoleru7936 Рік тому
you say that java is easy to learn? I`m crying with JS xD
@AlmazKojaxmet
@AlmazKojaxmet 2 місяці тому
Kotlin is just marketing of JAVA forever
@element1192
@element1192 Рік тому
I learned about Kotlin through minecraft mods
@Jelvix
@Jelvix Рік тому
Best way to learn, to be honest! Why still don't we have programming schools in minecraft?🤔
@sharperguy
@sharperguy Рік тому
Biggest downside of Kotlin is if you speak German, it sounds like the name means "puke language".
@Jelvix
@Jelvix Рік тому
😉
@Rockyzach88
@Rockyzach88 10 місяців тому
Is this some sort of AI narrating? Core-atines? infur-ance?
@dhirajdeore434
@dhirajdeore434 10 місяців тому
wait a minute did u just say -"java easy to learn" !!!!!!!!!!!!!!!!!!!!!!!! dude are u alright??
@element1192
@element1192 Рік тому
Kotlin won't replace Java because it has to be compiled into java
@Krzys6301
@Krzys6301 Рік тому
Java supports RECORDS. Just because Android doesn't support java RECORD and Kotlin automatically generates the boilerplate code, is it a problem of Java or Android? And since Android ecosystem is a Google's child, same as the choice of Kotlin being default language in AndoridStudio, then doesn't it look like there is artificial fight with java by not implementing the higher versions and features of java properly? Someone wants to have monopol over the whole Android, and that's where kotlin kicks in. Java is also very concise, especially newer versions. You say java java don't have automatic type inference, well maybe on Android it is another feature that is fighted with, but java has "var" since long time now, funny that in 2022 you still enumerate it as a Kotlin advantage over java. And you said that java is not secure, and that Kotlin can laverage the libraries of java becuases uses JVM - this implies that Kotlin can't be more secure than java. And the point about java allowing "null", well, to me it is very unwise to point this as any advantage or disadvantage of one language over another - this whole "null" thing is artficial problem of people not understanding the languge, the null thing can't really be reasonably opted out, every solution to this introduces additional level of complication, because in Object Oriented programming the concept that the referenced object is not existing which is the concept of "null" is like the concept of "zero" in math is part of the world, and so we should have Optional for zero, because dividing by 0 can cause RuntimeException? No, imagine the readablity of code checking before every divison - that would be a mess and a bugs cradle - the program needs to be designed that where there can't be zero, there is no zero, and where there can't be null, there is no null, the programmer is responsible (proper code, proper tests, documentation etc...). In java you have the Optional type where you can return some object instead of null, but I never saw a scientifically conducted examination stating that the lack of null in language is better than having it, especially to prove that it improves code readability, lowers the bugs rate etc, actually what I've found is the the more complex the code, the more fancy ideas there is more bugs, and that's it. KISS
@RogueTravel
@RogueTravel Рік тому
Sound null safety is actually important in production. Don't kid yourself
@frederic_millenial
@frederic_millenial Рік тому
The video implicitly compare java for android to kotlin and not newer version of java. So your comment is unnecessarily long.
@Se7_7
@Se7_7 5 місяців тому
Man's just a Java fan.
@Boyarsskiy
@Boyarsskiy 6 місяців тому
Kotlin compiled into Java, and just can’t kill himself.
@liamwelsh5565
@liamwelsh5565 Рік тому
Who taught this narrator how to speak English?
@Jelvix
@Jelvix Рік тому
Something was unclear in video? Please, specify what exactly, so we can upgrade our vocabulary or accent in further videos!
@liamwelsh5565
@liamwelsh5565 Рік тому
@@Jelvix Many words were pronounced incorrectly.
@jabumzizi1492
@jabumzizi1492 8 місяців тому
There’s nothing wrong with your English, this is just a hater
@Yslohr
@Yslohr Рік тому
Kotlin is fun
@Jelvix
@Jelvix Рік тому
We appreciate you sending us your feedback. 😉
@Yslohr
@Yslohr Рік тому
@@Jelvix Ye I learned Kotlin cause I felt like making minecraft mods in another language to be honest. Thanks to ShadowFacts, that's possible using their API.
@nowonmetube
@nowonmetube 2 місяці тому
I hate Jave... More than sand.
@waleedkh9769
@waleedkh9769 7 місяців тому
Is this AI voice? I don't like it 👎👎
Java vs Kotlin for Android Development in 2022
14:56
Cody Engel
Переглядів 32 тис.
What is the Java Job delusion?
12:23
Stefan Mischook
Переглядів 97 тис.
10 Minutes To Escape Or This Room Explodes!
10:00
MrBeast
Переглядів 66 млн
Learn Kotlin in 12 Minutes
12:01
Rahul Pandey
Переглядів 300 тис.
Top 5 KEY DIFFERENCES between Java and Kotlin
8:27
Visual Computer Science
Переглядів 6 тис.
Java is mounting a huge comeback
3:40
Fireship
Переглядів 1,1 млн
Big Tech AI Is A Lie
16:56
Tina Huang
Переглядів 35 тис.
Flutter vs React Native vs. Swift/Kotlin In 5 Minutes
5:20
Your Average Tech Bro
Переглядів 97 тис.
Why is Kotlin better than Java?
3:40
Tom Rocks Maths
Переглядів 22 тис.
15 Python Libraries You Should Know About
14:54
ArjanCodes
Переглядів 345 тис.
Такого вы точно не видели #SonyEricsson #MPF10 #K700
0:19
BenJi Mobile Channel
Переглядів 1,3 млн
Распаковка айфона под водой!💦(🎥: @saken_kagarov on IG)
0:20
Взрывная История
Переглядів 9 млн