Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

Qt client-server qml application

$
0
0
I’m trying to do an application which has a client on android device and a server side with apache,php and mysql server. On the server side php page interacts with mysql database and creates results in JSON format. On the client app, in qml code i use js code which uses xmlhttprequest to get the json data from server and displays this in one of the view formats of qml. And for recording to the database on mysql, my qml code uses another php page with sql query parameters. My question is: the above apporach is right? Or do i have to follow another way to achieve this goal. (I’ve spent a lot of time to read posts in this forum, it was very very helpful. Thanks to everyone)

Viewing all articles
Browse latest Browse all 4972

Trending Articles