I am little confused with following scenario:
I have an add button which I use it to add a number of EditText fields, when I tap on the save button I sh
EditText
btn_no_of.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { // TODO Auto-generated method stub String str1=edittext1.gettext.tostring(); String str2=edittext2.gettext.tostring(); } });