sqlite - Android Sqllite db is static or dynamic in nature? -


i'm new android , have problem in understanding db concept in android.

when create table in android android give app static space? or db size grows in dynamic way, when add more data it?

if grows in dynamic way how space can grow max?

and db been created app persistent? android guarantees me data wont removed android os?

sqlite database management system, light version of sql. yes database's size grows enter data it's table. data ( text,int,float,image ) self made of binary information going take place.

if grows in dynamic way how space can grow max?

it depends on available space.

and db been created app persistent? android guarantees me data wont removed android os?

yes, data style persistence, stay system long dont remove programmatically or manually.


Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -