Kotlin For Beginners - Reified

Поділитися
Вставка
  • Опубліковано 15 жов 2024
  • 📩 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...

КОМЕНТАРІ • 13

  • @MirrorsEdgeGamer01
    @MirrorsEdgeGamer01 20 днів тому

    Thank you. I no longer need to pass a class parameter for simple inline functions. Thank you once again.

  • @ДмитроЯковлєв-ч6ф

    best visualization regarding refied that I have seen in youtube

  • @cameronjavier7207
    @cameronjavier7207 2 роки тому +1

    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!

  • @metacodeine
    @metacodeine Рік тому +1

    Спасибо, очень понятное объяснение.

  • @johndominicjasmin
    @johndominicjasmin 2 роки тому +1

    Thanks dude! you are saving my career.

  • @SuperBodet
    @SuperBodet 2 роки тому +1

    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!

  • @faisgray8202
    @faisgray8202 2 роки тому +1

    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 роки тому +1

      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)