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

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -