Built-in delegates - Kotlin Vocabulary

Поделиться
HTML-код
  • Опубликовано: 5 фев 2025

Комментарии • 18

  • @gabormiklay9209
    @gabormiklay9209 4 года назад +3

    Lazy thread start is sometimes important. Otherwise, if multiple threads are started and a certain order is needed, they may not start in the right order.
    I love Kotlin vocabulary titles. Kotlin is fun! 👍

  • @droidcasts7350
    @droidcasts7350 3 года назад

    nice explanation, vetoable is a great name as well

  • @neerajpant4071
    @neerajpant4071 4 года назад +1

    Waiting for this vocab👍

  • @farhanlearn8753
    @farhanlearn8753 4 года назад +2

    that was perfect

  • @segarrarios
    @segarrarios 4 года назад +1

    What book do you guys recommend in order to learn Kotlin/Android studio?

    • @ЛёхаБодунов-б7ж
      @ЛёхаБодунов-б7ж 4 года назад +1

      If you are already familiar with programming I would recommend "Kotlin In Action". To get started with android apps you can try google android codelabs but they sometimes contain bad code. Sometimes this code is really awful, and you won't even understand it.

  • @sayitsjose
    @sayitsjose 3 года назад

    I have a question about these two statements in the video:
    2:37 "Lazy initialization still takes the same amount of time as non-lazy initialization of the object on the first access. This means objects which take long to initialize can still block the UI thread if accessed from it."
    2:55 "Lazy initialization can be helpful to initialize expensive resources."
    I don't see how you drew a parallel between the time it takes with lazy and without lazy being the same, and how it's helpful to initialize expensive resources. Wouldn't the benefit simply be that you reduce the cost of initializing it along with other heavy initializations by doing it a later time?

  • @carloszetula2307
    @carloszetula2307 4 года назад +1

    Great!

  • @forntoh
    @forntoh 4 года назад

    I liked just because he asked nicely

    • @yenerm
      @yenerm 4 года назад

      I knew it! ;)

  • @javadjafari6373
    @javadjafari6373 4 года назад

    very usefull

  • @WilliamLindblom
    @WilliamLindblom 4 года назад +1

    The observer delagate isn't an implementation of the Observer pattern first described here, as it holds no list of dependents as it just calls the provided lambda when property is set. This was really misleading in the video. Just made me really confused instead of helping me understand it.

  • @gurses8483
    @gurses8483 4 года назад

    Congratulations 🇹🇷

  • @gabormiklay9209
    @gabormiklay9209 4 года назад

    Next word description should be: Context. I'm eagerly waiting.

  • @discovery_bang
    @discovery_bang 4 года назад

    Too small code, please next time zoom in when showing the code.

    • @yenerm
      @yenerm 4 года назад

      Sure will do! Until next time you can check out the code sniplets here medium.com/androiddevelopers/built-in-delegates-4811947e781f

  • @twokayoh9347
    @twokayoh9347 Год назад

    You need a microscope to watch this on phone