I have a list of Activities that I retrieve from a database-
Each activity has a start time and an end time that is already set and show up in my list
I am adding an action on the start time / end time text field to pick a new time and I'd like to store the new picked value directly in the database so it reflects as well directly in my list.
Today the date picker selector does not allow me to trigger an action after the date / time has been picked. I guess the value is somehow store somewhere on a date picker selected variable
How would you approach this?