Excellent, great reply! Thanks! I know what you mean about storing the images on the SD card, but the location in the DB.
And textview is the way to go? That's what I was going for, ease and a one-liner is good for me! :) On Jan 10, 1:45 pm, theSmith <[email protected]> wrote: > Very feasible, I would use a database to hold the images filenames but > actually store the images on the sd card. > Changing the text of a textView is like one call, very easy. > > -theSmith > > On Jan 9, 1:05 pm, Breezy <[email protected]> wrote: > > > 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

