我们都知道你不能在上面使用静态findViewById
...
基本代码是:
public class DiffViewFlowExample extends Activity implements OnItemClickListener {
@Override
public void onCreate() {
}
static void hereismymethod() {
}
我怎样才能在findViewById
这里使用?我知道我不能在本地,但因为static
不会工作......
哦,你可能会说:添加它作为参数,我会的,但我会从服务中调用 hereismy 方法,我们都知道服务不喜欢玩关于显示的东西......
那么有人能救我吗?