Results 1 to 3 of 3

Thread: An idea for two QML apps

  1. #1
    Join Date
    Jan 2016
    Posts
    76
    Thanks
    28
    Thanked 1 Time in 1 Post
    Qt products
    Qt5
    Platforms
    Windows Android

    Default An idea for two QML apps

    Hi all,

    I want to develop two QML apps for Android devices, one installed only on the admin's device sending data (text, int and image) to a free physical sever and the other installed on many customers' devices receiving the data sent by the admin's app from that physical server. So the admin's app only sends new data over Internet, not on a shared network, and the clients' app only shows that data.
    The server must store (for a while) and forward the data to those client apps.

    For this I think I need to tackle the following two issues:
    1- To know if there is such a sever which freely offer these two services.
    2- Develop the clients' app so that it can fit the new data into itself and show it to customers.

    Will you please guide me if such a task is possible by QML programming and if so, what steps should I go through?

    Thanks in advance.

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: An idea for two QML apps

    Neither of your questions/tasks is related to QML/QtQuick.

    For the server part you can probably use Firebase Cloud Messaging.

    For the client part this can then probably also be solved using that service's C++ client API


    Cheers,
    _

  3. The following user says thank you to anda_skoa for this useful post:

    franky (1st July 2019)

  4. #3
    Join Date
    Nov 2019
    Posts
    1
    Qt products
    Qt/Embedded
    Platforms
    Unix/X11

    Default Re: An idea for two QML apps

    you can probably use Firebase Cloud Messaging for the server part

Similar Threads

  1. A Hippie Idea
    By qtoptus in forum Qt Programming
    Replies: 9
    Last Post: 18th December 2010, 00:28
  2. ???any one have idea about this ???
    By damodharan in forum Qt Programming
    Replies: 1
    Last Post: 29th May 2010, 10:08
  3. Replies: 0
    Last Post: 26th June 2009, 18:53
  4. skins idea
    By CopyrightPhilly in forum General Discussion
    Replies: 1
    Last Post: 11th November 2007, 16:16
  5. UI Idea please
    By munna in forum General Discussion
    Replies: 1
    Last Post: 9th May 2006, 12:14

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.