Hi

Better opt for SQL as it would be convenient for you to do further SQL
query.
where as in property file you have to do manual search and have to do string
operation.

create table with 3 columns

question
 possibleanswer
correct answer

Might be this will help you



On Tue, Aug 3, 2010 at 2:19 AM, amos <milan.ku...@gmail.com> wrote:

> Hello,
> I want to create such application that would show a question to user
> and possible 3 (or n) answers and user should pick correct answer
> (some kind of learning quiz). I'm not sure about the storage for those
> data - questions and possible answers. What would be most natural way
> for Android. I know that I can either use property files or tables in
> sqlite database. There will be about 500 items (1 question, 3 answers,
> 1 correct answer ).
> Any ideas?
> Thanks
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to