TableLayout
プルアップとプルダウンの更新を行う方法の下にあるアクティビティに動的ビューを追加しています。
TableLayout tl =(TableLayout)findViewById(R.id.myTableLayout);
LayoutInflater vi =(LayoutInflater)getApplicationContext().getSystemService(Context.LAYOUT_INFLATER_SERVICE);
TableLayout
プルアップとプルダウンの更新を行う方法の下にあるアクティビティに動的ビューを追加しています。
TableLayout tl =(TableLayout)findViewById(R.id.myTableLayout);
LayoutInflater vi =(LayoutInflater)getApplicationContext().getSystemService(Context.LAYOUT_INFLATER_SERVICE);