Тёмный
No video :(

Kotlin For Beginners - Reified 

Charfaoui Younes
Подписаться 6 тыс.
Просмотров 2,6 тыс.
50% 1

📩 Sign up for my new newsletter here 👉 bit.ly/YCNewsl...
Join my Community on Discord:
/ discord
In this introduction to Kotlin, you'll learn about the Kotlin programming language.
Kotlin is a statically typed "pragmatic" programming language that is free and open source.
It may be used for a variety of purposes; over the last several years, Kotlin has grown in popularity,
and it's now widely used for Android apps, server programming, and scripting.
This mini-course will learn about variables, operators, strings, and if-else statements, for and while loops, functions, and OOP.
👨🏽‍🏭 Who I am:
I'm Younes Charfaoui, a Junior Software Engineer and Android Developer. I make videos about Android development, Technology, and productivity for software engineers.
😋 Be My Friend:
💻 GitHub - github.com/You...
🐦 Twitter - / charfaouiyounes
📑 Medium - / mxcsyounes
📷 Instagram - / charfaoui.y. .
🌍 My website - www.charfaouiy...

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

 

22 авг 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 11   
@cameronjavier7207
@cameronjavier7207 2 года назад
Finally, a video explaining reified my pea brain can understand
@CharfaouiYounes
@CharfaouiYounes 2 года назад
It's my pleasure I was able to explain it like that!
@user-us3pn5rt2g
@user-us3pn5rt2g Год назад
best visualization regarding refied that I have seen in youtube
@CharfaouiYounes
@CharfaouiYounes Год назад
Ohh thanks bro, I appreciate it!
@metacodeine
@metacodeine Год назад
Спасибо, очень понятное объяснение.
@SuperBodet
@SuperBodet 2 года назад
Really well explained, please do videos about the crossline and other complicated keywords
@CharfaouiYounes
@CharfaouiYounes 2 года назад
Thanks a lot Sir, Yeah in the next week hopefully I will post next week!
@johndominicjasmin
@johndominicjasmin Год назад
Thanks dude! you are saving my career.
@CharfaouiYounes
@CharfaouiYounes Год назад
Glad to hear that Dude!
@faisgray8202
@faisgray8202 2 года назад
u are doing awesome,i need little help.. i am developing a android app which need to capture image and crop it...what should i do about it...should i use camerax library thanks
@CharfaouiYounes
@CharfaouiYounes 2 года назад
Yeah CameraX would be the best, but there are other libraries that are built on CameraX, or you can use the phone camera to capture the image, then you can crop it using another library, like (github.com/ArthurHub/Android-Image-Cropper), or this one to capture and crop and edit (github.com/Dhaval2404/ImagePicker)