Context in Android - A Deep Dive

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ก.พ. 2025

ความคิดเห็น • 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 3 ปีที่แล้ว +1

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

  • @mhdunknown
    @mhdunknown 3 ปีที่แล้ว +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  3 ปีที่แล้ว +1

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

    • @mhdunknown
      @mhdunknown 3 ปีที่แล้ว

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

  • @shaishavsaraswat3791
    @shaishavsaraswat3791 2 ปีที่แล้ว

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

  • @Ramu_Sriram
    @Ramu_Sriram 8 หลายเดือนก่อน

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

  • @handpuppetmr.3752
    @handpuppetmr.3752 3 ปีที่แล้ว

    Really insightful video, Konstantinos. Thx for your dedication.

    • @KonstantinosReppas
      @KonstantinosReppas  3 ปีที่แล้ว

      I really appreciate it! Thank you for your comment:)

  • @rohitjakhar6672
    @rohitjakhar6672 3 ปีที่แล้ว

    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 3 ปีที่แล้ว +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.