Looking for assistance completing an android app which will handle about a million entries. I used this tutorial which lead me to the source code here [EmployeeDirectory6-1.0.apk] but i am getting error java.lang.OutOfMemoryError when the database begins to get bigger, i've read in different places to use a different database, break the database and then merge them, i am new to android programming, if someone can help on the right path or we can work on this together would be greatly appreciated it

link|improve this question
When are you hitting the Out of Memory? What phone(if any?) are you trying on? Hate to say it but you're going to be pretty hard pressed with getting a million entries working well on many if not all android devices. Can't you do the processing on a server and ship back the results? – Brian Colvin Dec 22 '11 at 18:25
Nexus one, at the moment i can see about 30k entries, a server is ok, but i really want the user to have the data at all times – LowvaPrg Dec 22 '11 at 18:33
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.