I am making a cross-platform app which requires me to call web services and then store that data into a sql lite database on the users device.
I have a lot of data(text) from the webservice that I need to store in a local db, so that the app can work offline. I was wondering how much data it is possible to store. Also has anyone got any tips on challenges I could experience in doing such a thing.
I see the original that you have posted is very old. Android has changed a lot since 2010.
Thanks