I have a list with entry
fields where I am binding data from the server, now everything works fine but now I have an issue where I want to save the data entered by the user in the entry field on the ListView
to the the List object.
I am not able to figure out on how to do this as there is no such documentation on binding such things, Now my list may have 10 items and the user can randomly select any list cell and enter data in the entry field, On the tap of save button I want that newly entered record from the user to be binded into the list object which can be later pushed to the server.
How do i achieve this