我有一个类定义为
public class viewGroups extends ListActivity
在我班上的某个地方
objItem = new clsContactGroups(context);
我想知道这里建议使用什么?哪个语境?我知道四个选择,但也许还有其他选择...
this
this.getApplicationContext()
this.getBaseContext()
this.getParent()
我使用这个上下文来展示一个 Toast。所以我想在最前面的视图上显示。