Cant get the values from dynamically added check box
问题 While click the button i have added a checkbox, finally need to get the all checked checkbox value by means of clicking submit button, This is my code mIncrementButton.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { // TODO Auto-generated method stub LinearLayout.LayoutParams params = new LinearLayout.LayoutParams( LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT); params.setMargins(20, 0, 0, 0); CheckBox checkbox = new CheckBox(MainActivity.this);