Hi people!
I am start development in Android with QML and I need know how make to connect with database?
Thanks.
Printable View
Hi people!
I am start development in Android with QML and I need know how make to connect with database?
Thanks.
Have a look at Qt's database API http://qt-project.org/doc/qt-5.0/qts...ogramming.html
E.g. use a QSqlQueryModel instance exported to QML.
Cheers,
_
Thank's, I'll go read.
Hugs.