I am developing an android quiz application for teachers where the teacher can login into a web interface and create questions, which can then be deployed to an android application.
My question is what database should i use? i am thinking that the data will have to be sorted on a mysql database when entered to the website.
Is it possible to connect to an external database on a android application? Is this the best method ?