I'm about to begin work on a simple app that is just flash cards and answers... It will be a couple hundred flash cards (some with images, some with just text) and the answers to those cards.
My question is, how should I set this up? Should I use a database to store each one or what? I'm afraid if I just initialize an array when the app opens with ALL of these cards it would make it extremely sluggish. What do you think? Also, I was thinking of having a simple label area that will display the question and when the user presses a button it will simply change the text of the label area. I'm bad with GUIs, is this a feasable idea?
-- 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

