I am writing a program that needs to randomly select a line from a file or db. At first thought, I was going to just create a simple text file that my program would read and store in a list. Then it would randomly select one of the items from the list.
Is it better to store simple information in a SQLite db or can I just have a file that gets opened and read with typical java filestream stuff? I need the file to be editable by the user. Will I have to take advantage of the removable storage card to do this or can the file just go alongside my program? Sorry this isn't described better, please let me know if I'm not making any sense. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

