The SDL forums have moved to discourse.libsdl.org.
This is just a read-only archive of the previous forums, to keep old links working.


SDL Forum Index
SDL
Simple Directmedia Layer Forums
SDL 2 Android which database to use
agakisiyev


Joined: 18 Jun 2015
Posts: 7
I am trying to make a question/answer style game for android by using SDL2. Game will be oflline but I am not sure what to use for storing question and answer strings. I was hoping to use some version of SQL library (I have never used any) but I found out that ndk does not support any of them and I should use Java, but I dont know Java or aim to learn it. I would like to get suggestions from you for storing that data and using it Smile

PS. when I googled it, only thing I found is this ( http://stackoverflow.com/questions/5523067/sqlite-with-android-ndk ) but I am not sure about setup, have anyone tried sth like that?