Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Qt client-server qml application
Forum Updated to NodeBB v4.3 + New Features

Qt client-server qml application

Scheduled Pinned Locked Moved QML and Qt Quick
1 Posts 1 Posters 1.7k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    byagcioglu
    wrote on last edited by
    #1

    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)

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved