Context in Android - A Deep Dive

Поділитися
Вставка
  • Опубліковано 16 жов 2024

КОМЕНТАРІ • 17

  • @mhdunknown
    @mhdunknown 2 роки тому +3

    Every few months I come back to this video as a refresher. Thanks again. And do please continue uploading these. You're good at explaining complicated concepts.

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

    Simply the best Android video's I have watched. Learn to make applications the right way. Thanks a lot man!

  • @shaishavsaraswat3791
    @shaishavsaraswat3791 Рік тому

    Very well presented video. Learnt a lot of new concepts. Thanks for putting in the time to create this!

  • @handpuppetmr.3752
    @handpuppetmr.3752 2 роки тому

    Really insightful video, Konstantinos. Thx for your dedication.

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

    10:56 slide should've said "Inherits from ContextThemeWrapper" since that's the class that Activity inherits from (which does itself inherits from ContextWrapper), but awesome video either way! Learned a lot.

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

      Yees nice catch! ContextThemeWrapper instead of ContextWrapper. Thank you🙏

    • @mhdunknown
      @mhdunknown 2 роки тому

      @@KonstantinosReppas I learned from the best :) thanks again for the vid.

  • @Ramu_Sriram
    @Ramu_Sriram 4 місяці тому

    Thank you for the video! This is very beginner friendly and has helped me understand what it actually is.

  • @rohitjakhar6672
    @rohitjakhar6672 2 роки тому

    In my understanding, context is type scope where your other function run like your function run at fragment context so you use require context, if activity scope then use activity context if run at application scope so use application context

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

    Nice vid!

  • @emanoellucas4101
    @emanoellucas4101 2 роки тому

    I would say that context is class/object that represents the current global state of my application. Then we can get many information from it at runtime.