I'm very new to Android and I have some problem in understanding DB concept in android.
When I create my table in android does android give my app static space? Or the DB size grows in a dynamic way, when I add more data to it?
If it does grows in dynamic way how much space it can grow to the max?
And the DB that is been created by my app is persistent? Android guarantees me that my data wont be removed by the Android OS?