Kotlin in 100 Seconds

preview_player
Показать описание
Kotlin is a programming language designed as a modern alternative to Java. It supports functional patterns, coroutines, multi-platform compilation, and is now the recommended language for Android mobile development.

#programming #android #100SecondsOfCode

🔗 Resources

🔥 Get More Content - Upgrade to PRO

Use code lORhwXd2 for 25% off your first payment.

🎨 My Editor Settings

- Atom One Dark
- vscode-icons
- Fira Code Font

🔖 Topics Covered

- Kotlin vs Java
- Kotlin basic syntax
- Using kotlin on Android
- Kotlin coroutines overview
- What is kotlin?
- Is kotlin a JVM language?
Рекомендации по теме
Комментарии
Автор

When i learn how to run a function in Kontlin, it was literally fun

farhansangaji
Автор

I like how we are kind of getting to the point where all modern languages have extremely similar syntax

SwimCraft
Автор

- How's Kotlin?
- We have a lot of "private fun" in it 😆😅

immersivevr
Автор

My 3D printing teacher: mentions Kotlin when we were talking
Fireship: I'm on it.

stqvvwq
Автор

One of my favourite things about Kotlin is how it automatically generates (and USES) getters and setters, not just for data classes but for normal classes as well.
When you write class.property, it implicitly calls the getter associated with the property (~ class.getProperty()) and you can overwrite the getters & setters yourself. It really makes code a lot shorter once you get used to it. class.property = value <-> class.setProperty(value);

stijndcl
Автор

Man, I can't believe how qualitative and frequent your content on this channel is. Good stuff!

dreamisover
Автор

Really well done summary, you really mentioned everything important

codinginflow
Автор

"Look Mom! No Semicolons;" has gotta be the best thing I've heard in the last 3 months!

MotM
Автор

Well, never ever stop this series. Whenever I need to learn anything new, I search for your 100s videos to get familiarized with the topic before I actually start learning it.

hmshuvo
Автор

This man has answered the prayers I've been praying for a while. I think he saw my request in one of the comments or this vid was inevitable. Either way, you're a solid one, Mr. Fireship 🚀🚀🚀🔥🔥🔥

nanonkay
Автор

Kotlin isn't the first java alternative, but it's definitely the best so far.
There's also Groovy and Scala

AhmadSattout
Автор

Guys, u know what, this is actually been more than 2 years and im so much in love with kotlin, i literally enjoy it a lot, also it have the fun keyword that tells that Kotlin is actually very fun to write, and i literally don't have any complaints or regrets for learning and using Kotlin.

mohanaggarwal
Автор

i swear you are going to talk about all languages in existence

manuelalfonzoml
Автор

Still waiting for "How to write a Unix kernel in C in 100 seconds."

modolief
Автор

I am litteraly addicted to those videos. They're the first video I watch when I see them in my feed thanks to the simplicity of the information. It just gives a taste of the technology enough to motivate me in learning more. Amazing work as always.

Swift would be very nice next! :)

oli_ctu
Автор

When I first discovered Kotlin, I was like, man.... How can something like this comes to mind ?!! Being multiplatform, a better Java, boiler-less, and many more. Not even TypeScript came close, in my opinion, when it comes to developer experience. I know both language BTW, and I also had Java in the past. Kotlin, for me, feels very human to read.

ronanharris
Автор

Random dev: so how's kotlin

Me: It's so much *fun*

baggier
Автор

Kotlin makes you feel motivated learning OOP. Been using it for 6 months now for android development and damn I wish Ive known it sooner.

rhen
Автор

You’re a logical machine my dude! Churning out the high quality content DAILY

UnknownFounder
Автор

i have no word to describe the quality of the content.
It's nearly unbelievable that someone thought me some basic about Kotlin in 100 seconds.
Thanks for that qualitative and so frequent content.

itishermann