我的誤解仍在繼續...有人可以澄清Android上下文引用?
任何人都可以引用正確使用get*Context()
的參考嗎?我得到了有關使用getBaseContext()
,getApplicationContext()
和getContext()
的衝突建議,我的理解是使用this
對get*Context()
是一種方便。我想更具體地研究Dalvik打算實現的目標和訪問方法。
我有代碼評論,改變了我的電話getBaseContext()
到getApplicationContext()
,現在我看到了使用這個建議。
嘗試閱讀此主題http://stackoverflow.com/questions/1026973/android-whats-the-difference-between-the-various-methods-to-get-a-context – 2011-05-02 04:07:57
可能的重複[區別getContext(),getApplicationContext(),getBaseContext()和「this」](http://stackoverflow.com/questions/10641144/difference-between-getcontext-getapplicationcontext-getbasecontext-and) – rds 2016-06-16 15:29:57