String attendance1 = ((TextView) view.findViewById(R.id.attendanceTxtView)).getText().toString();
int id= Integer.valueOf(((TextView)view.findViewById(R.id.rollNoTxtView)).getText().toString());
By this i am getting particular value and i updating into table.
I want that when i click on row 1,3,4 then click on conform button, all data are stored and will be update in table.
See my screenshot for detail.
Aucun commentaire:
Enregistrer un commentaire