if (parent.getContext() instanceof yourActivity) {
//execute code
}
this condition will enable you to execute something if the Activity which has the GroupView
that requesting views from the getView()
method of your adapter
is yourActivity
NOTE : parent
is that GroupView