If building an app for android tablet, how big can the local database be ?
Do you this it could handle a database of 5 million registries (Read Only) ?
If building an app for android tablet, how big can the local database be ?
Do you this it could handle a database of 5 million registries (Read Only) ?
Like Distwo describes, the size in a Sqlite
Database depends on what you put into the database not in the number of entries.
Check this document about Sqlite
limits http://www.sqlite.org/limits.html