My misunderstanding continues ...
Can anyone cite references for the proper use of get*Context()
? I get conflicting recommendations about using getBaseContext()
, getApplicationContext()
and getContext()
and my understanding is that using this
is a convenience to get*Context()
. I would like to study more specifically of what Dalvik is intending its object and access methods.
I had code reviews that changed my calls to getBaseContext()
to getApplicationContext()
, now I am seeing suggestions to use this.