Libgdx Quiz- Using SQLite Database?
I have been learning Android development and using the Libgdx framework for over a month now and want to create a test app. The app i want to create is a quiz and im stuck on the situation on how i am going to store all the questions, answers. Being a web developer for many years i of course thought of a database but libgdx doesn't have much support for sqlite which leaves me stuck on how to achieve the storing without using a database. Does anyway know any way to use sqlite with libgdx or how i can achieve this another way, i would appreciate the help, thank you. I would not go with SQLite in