I need to know important limits in sqlite in the android. so my question is this:
What is the maximum storage limit for db that is specific to a single app?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I believe there is no maximum storage. As long as you store the database in the SDcard, I think it should grow as much as the SDcard allows. This is the idea of databases right ? Probably you can specify how big you allow the database to be, but there shouldn’t be a maximum storage.
Check here: http://developer.android.com/reference/android/database/sqlite/SQLiteDatabase.html