I have an app that must save form inputs instead of send if there is no web connection.
And send them once the phone is connected.
I was wondering if there is already some code made to handle the feature.
Otherwise, the solution would be to save in sharedpreferences something like :
1_inputA
1_inputB
2_inputA
2_inputB
Do you have any other idea ?