Mobile database maximum size

0
Hi, When creating a mobile app (especially an offline app), how much data I can store on the device becomes an important issue. Is there a maximum size for the database or is it only limited by what the device can hold?  
asked
1 answers
1

Is this a general question or are you having a specific situation? SQLLite has no limit so if that's your choice than the only limit is the device.

answered