I want to know what's the best way to save data in android.
I am developing an application whose basic operation is simple, the user can fill in fields of a form, once you have done this data is saved on the device (smartphone or tablet).
When the application is closed and then reopened, the user can view and edit what has been entered in the previous form.
(I would like to avoid saving the data on the network.)
I would like to save the data directly to the memory of the device, the data structure that would make me more comfortable is a table (database style), how can I do?