Looking for advice on how to deal with rest service mapping to local storage for off-line list usage.
I want to load a json response from mysql DB that contains data to populate list elements.
example DB.
What is the best way to do this?
I should note that I have full control of php script that generates the output.