I have a screen with 5 lines. There are 3 editTexts in each line. After the 5th line there is a flag, and below it is another line with 3 editors. I wish the 6th line to be invisible when I first open my application, and when the user checks the checkbox, a line appears. Is it possible? thanks
final CheckBox checkbox = (CheckBox) findViewById(R.id.box); checkbox.setOnClickListener(new OnClickListener() { public void onClick(View v) {
source share