java - Libgdx Quiz Storage -
this question exact duplicate of:
- libgdx quiz- using sqlite database? 1 answer
i'm creating quiz in libgdx , trying find best solution storing questions , answers since don't support sqlite.
i've never coded in json before trying out pretty hard. tried out shared preferences worked few questions unsure on 500 questions.
i tried xml storage worked out too.
my question app have 500 questions/answers best choice here?
server :d
imagine setting server based quiz. change questions directly in database without forcing users download new version each time?
but in all, above said. if works, what's stopping you?
Comments
Post a Comment