I have a requirement where I may need to store values when the network(Internet) is not available and then post(REST) them once the network is available. So 2 questions:
What is the best way to store multiple values chosen by user?
How to POST them in a batch? (Is this possible or do I keep looping each set of values and call the REST?)
thks,