Get all the selected radio button and check box value created dyamically?
问题 I want to save all the selected answer(checkbox and radiobutton) and its corresponding question which is set in dynamic Textview in sqlite db , but the problem is when i am clicking "save button" only last selected radio button value is saved to sqlite , not all selected value and not able to get all selected check box value also . Please help me . save= (Button) findViewById(R.id.save); save.setOnClickListener(this); ll = (LinearLayout) findViewById(R.id.linearLayout1); for (int j = 0; j <