展開可能なリスト ビューで作業していますが、「タイプ ExpandableListAdapter をインスタンス化できません」というエラーが表示されます。私のコードは---
public class Calculator_new_Pop extends Dialog implements View.OnClickListener{
ExpandableListAdapter listAdapter;
public Calculator_new_Pop(Activity parent) {
// TODO Auto-generated constructor stub
super(parent);
this._act = parent;}
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.calculator);
listAdapter = new ExpandableListAdapter(_act, listDataHeader, listDataChild);
//
}}
誰でも私を助けることができますか?