Difference in context this and getContext()

前端 未结 3 514
灰色年华
灰色年华 2020-12-13 04:26

What is difference between this and getContext(), when I say this I mean this within an Activity.

3条回答
  •  再見小時候
    2020-12-13 04:57

    There is no difference. When you are in an Activity, getContext() will return this. This is because an Activity is a context!

提交回复
热议问题