Reputation: 93
I am working on an Android App that will have a database. I am sure that the database will grow big. Is it a good idea to create the database in the App Space or sdcard, especially when you know that it will grow big ?
Are there any security concerns if we use sdcard for the database ?
Upvotes: 2
Views: 50
Reputation: 39846
Use the app space. Even if it will grow bigger. Use the app space.
on SD-Card your database can:
Upvotes: 3