如何在android中将参数传递给Context

时间:2013-08-07 10:59:08

标签: android

我是android新手, 有些时候,如果我通过

我的应用程序工作正常

如果我使用,

this for context // sometimes gets error  

如果我使用,

ClassName.this for context // sometimes gets error       

android.view.WindowManager$BadTokenException:
   Unable to add window -- token   
android.app.LocalActivityManager$LocalActivityRecord@40537450 is not valid; is your activity running?  

如果我使用,

getApplicationContext()

android.view.WindowManager$BadTokenException: 
Unable to add window -- token null is not for an application

如果我使用,

ClassName.this.getParent()  

我很困惑何时使用什么。

请解释

0 个答案:

没有答案