database - Creating Android Quiz with random Q and multiple A -


i'm trying make simple quiz app. need make question pop out in random order. now, have no problem working layout , button, concept of little quiz familiar me because have done in vb mysql, i'm unfamiliar working sqlite. now, question : 1. can create android app mysql? 2. if can't, how can make/code sqlite database fields this:

id | question | optiona | optionb | rightquestion

i match string in rightquestion radio button id validate each answer user clicked.

i have read this, this , this, none of them i'm looking for. need help

from point of view, can use mysql via web server, can send request sever , server interactive mysql.

on other hand, refer here sqlite programming in android using android sqlite database


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -