okay. I was thinking of using like a sqlite database? But I guess you're right, I don't reallly have that much data I can just probably store it...
fixedlist
I was just wondering where I could store the words/definitions. I could simply use an array of a new class called VocabWords which could store a...
Hi so I want to design a flashcard app. What would you guys recomend on how to store this data? This is a premade flashcard set, not one which the...
Hi Thank you! I've done a bit research so I'm getting started. So should I just store my data of the words/definitions in a new class? I was...
So I just started programming in android (I already know Java) I am planning to do a simple SAT Vocab app just with some flashcards. Does anyone...