Re: [android-developers] What is the maximum memory capacity

2010-04-25 Thread Anurag Singh
The maximum heap memory an process (app) gets in Android is 16M. That's not that much, a basic app takes already several MBs after you've only just started it. - Anurag Singh On Mon, Apr 26, 2010 at 9:34 AM, Karteek N wrote: > Hi all, > If i have implemented a database in an application. > So w

[android-developers] What is the maximum memory capacity

2010-04-25 Thread Karteek N
Hi all, If i have implemented a database in an application. So what ever the tables i create in that database will be saved in /data/data/packagename/databasess My question is how many tables i can create or how much data can i insert. How to know capacity of the database.In which factors will it d