[android-developers] Re: Opinions on using large static arrays

2012-07-11 Thread Hydde
that could easily consume most of the available heap space for your app. On Monday, July 9, 2012 3:28:11 PM UTC-5, Hydde wrote: Hi, I'm quite new to Android and Java programming. I'm currently designing an app which is supposed to utilize a medium-size database (6-7MB). This database

[android-developers] Opinions on using large static arrays

2012-07-10 Thread Hydde
Hi, I'm quite new to Android and Java programming. I'm currently designing an app which is supposed to utilize a medium-size database (6-7MB). This database is static meaning there won't be any updates/deletes or inserts to it. It's basically a bulk of data. I've been googling around and