Database... problem
-
You need to use the Offline Storage API. It is a subset of MySql and it works fine.
Take a look here: http://doc.qt.nokia.com/4.7-snapshot/qdeclarativeglobalobject.html#offline-storage-api
and also the following game tutorial does exactly what you are looking for. It stores the highscores offline which can easily be extended to save any data you want ( the state of the game ). http://doc.qt.nokia.com/4.8/declarative-tutorials-samegame-samegame4.html
-
Yeah... I saw this but can i use javascript if i go to an embedded level projects?.
-
bq.store the current state of the game as well as the scores
you can make use of "QSettings":http://doc.qt.nokia.com/stable/qsettings.html#details as well.
-
I have no knowledge on that but i would suppose that if QML is supported to that embedded device then the offline storage & javascript would be supported as well.