I have an Android app which handles strings with web adresses and connects to them with a webview.
Then I have a mysql db with the strings and some more information.
I've read that I should connect my app through a webservice. But if I want to store the info on the app, and only connect to the app once in the beginning when I start the app. What is the best way to go at it?
Can I store all the information from the tables into a local sqlite database? Are there any tutorials for the whole scenario. Mysql->php webservice->android app sqlite.
Best regards Joe