Hi again:
I am sure this is a classic of this forum, but after searching and finding too many solutions that I cannot implement in my code as an efficient solution, I ask you for help to see if anyone has a simple example to help me with this:
I have an SQLite database that I am reading from my device, in it I have TESTS, QUESTIONS AND ANSWERS. As in college or university, the user must take an exam that has a certain number of questions and each of them has 5 possible answers (only one is correct).
How can I load in memory the TEST, its QUESTIONS and the ANSWERS in some type of variable to go through them and display them on the screen?
Thank you very much as always. ?
Demonio
I am sure this is a classic of this forum, but after searching and finding too many solutions that I cannot implement in my code as an efficient solution, I ask you for help to see if anyone has a simple example to help me with this:
I have an SQLite database that I am reading from my device, in it I have TESTS, QUESTIONS AND ANSWERS. As in college or university, the user must take an exam that has a certain number of questions and each of them has 5 possible answers (only one is correct).
How can I load in memory the TEST, its QUESTIONS and the ANSWERS in some type of variable to go through them and display them on the screen?
Thank you very much as always. ?
Demonio