我對Android中的術語「上下文」有疑問。我發現上下文提供了有關應用程序運行環境的信息,但Application Context和Activity Context之間有什麼區別?什麼是Android中的上下文
,爲什麼我做這樣的事情:
AlertDialog.Builder dialog = new AlertDialog.Builder(mContext);
爲什麼我通過上下文到構造?任何人都可以提供幫助我理解什麼是上下文,以及上下文對象是什麼?
我不想從android引用中複製/粘貼,因爲我已經閱讀過.....沒有理解太多次。
下面是關於[上下文]的類似問題的一個很好的答案(http://stackoverflow.com/questions/1026973/android-whats-the-difference-between-the-various-methods-to-get-a -context/1027438#1027438) – Adinia 2011-03-15 11:41:46