On Nov 30, 4:16 pm, Wouter <[email protected]> wrote: > Isn't there a better way to do this? I cannot save this file > in a database because the structure is to complex.
Don't save the text file in a database, save the data. This is exactly the sort of problem that databases exist for. I doubt very much that the data is too complex for SQL, and that accessing a well-designed set of table would be slower than parsing a text file. String -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

