[android-developers] Limits on google map service in MapView?

2009-04-30 Thread gmb
Hi all, I have a question about MapView usage... If my application uses MapView, how many users could I expect to use the same map api key without getting into trouble? 1.000? 5.000? 200.000? The terms of service by Google reserves the right to limit the use, but there is no indication on

[android-developers] Re: Application storage data growing

2009-02-09 Thread gmb
I have faced the same problem, and finally found the cause: If you are starting new instances of your application from Eclipse (as it was my case) after compiling, the new apk replaces the old one, BUT the original one is not deleted, only UNLINKED from the file system... It is a problem similar