1

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

RRB
  • 118
  • 1
  • 11

1 Answers1

1

I think you don't need to care about maximum size, because it can be up to 140 terabytes. http://www.sqlite.org/limits.html

Actually, you will be limited by size of the storage of the phone.

Alex
  • 617
  • 4
  • 15