I have a list view and each row containing a TextView
and EditText
.
while click in the EditText
box soft key board gets open and i'm entering the value.
After that while pressing back button to close the key board my list view gets refreshed and all the values entered in EditText
also gone.
Please help me how to keep the values while key board gets closed?
if (ConvertViewP == null) {
LayoutInflater inflater = (LayoutInflater) mContextL.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
ConvertViewP = inflater.inflate(R.layout.add_cart_row_layout, ParentP, false);
}