Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Brainstorm
  4. how can i create a chat app like telegram in Qt for mobiles
Forum Updated to NodeBB v4.3 + New Features

how can i create a chat app like telegram in Qt for mobiles

Scheduled Pinned Locked Moved Unsolved Brainstorm
androidnetworksocketmobile app devec++
14 Posts 4 Posters 6.8k Views 2 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.
  • SGaistS SGaist

    Hi,

    Do you mean a client for the Telegram network ?

    QjayQ Offline
    QjayQ Offline
    Qjay
    wrote on last edited by
    #4

    @SGaist Yeah that can work too .

    1 Reply Last reply
    0
    • timdayT timday

      There's several chat examples in Qt docs:

      • http://doc.qt.io/qt-5/qtwebsockets-simplechat-example.html
      • http://doc.qt.io/qt-5/qtwebchannel-chatserver-cpp-example.html
      • http://doc.qt.io/qt-5/qtnetwork-network-chat-example.html

      They're probably mainly about demonstrating Qt's network support for such things (looks like they're all-C++ apps; no QML).

      Does the world really need yet another chat app though? :^)

      QjayQ Offline
      QjayQ Offline
      Qjay
      wrote on last edited by
      #5

      @timday it's not for public . the chat ap is only for a small private group .

      1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #6

        How many user do you expect ?
        What kind of hardware are you targetting ?

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        QjayQ 1 Reply Last reply
        0
        • SGaistS SGaist

          How many user do you expect ?
          What kind of hardware are you targetting ?

          QjayQ Offline
          QjayQ Offline
          Qjay
          wrote on last edited by
          #7

          @SGaist i am expecting minimum 500 and at max 5000 ( i have stretched this number ) users.

          I am targetting both Android and IOS . but first priority is android !!

          Thank you !!

          1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #8

            Then you will likely also be interested in KDE's Telepathy.

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            QjayQ 1 Reply Last reply
            1
            • SGaistS SGaist

              Then you will likely also be interested in KDE's Telepathy.

              QjayQ Offline
              QjayQ Offline
              Qjay
              wrote on last edited by Qjay
              #9

              @SGaist thanks for sharing it , but i am not sure how i can use it ? .

              1 Reply Last reply
              0
              • SGaistS Offline
                SGaistS Offline
                SGaist
                Lifetime Qt Champion
                wrote on last edited by
                #10

                This application already support a wide range of chat services and technologies. You can take some inspiration from it. However as @timday wrote, do you really need to write yet another chat application ?

                Shouldn't you rather provide a server for your customer so they can connect to it with their usual clients.

                Interested in AI ? www.idiap.ch
                Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                QjayQ 1 Reply Last reply
                1
                • SGaistS SGaist

                  This application already support a wide range of chat services and technologies. You can take some inspiration from it. However as @timday wrote, do you really need to write yet another chat application ?

                  Shouldn't you rather provide a server for your customer so they can connect to it with their usual clients.

                  QjayQ Offline
                  QjayQ Offline
                  Qjay
                  wrote on last edited by
                  #11

                  @SGaist i do agree that there might not be a need for another chat application . So what exactly i want to do is / they want is a their own client .

                  So yeah i guess providing a server approach also seems right to me . Just my own server for chat app . Can you list me some chat clients that i can look into . Like you said telegraphy is one of them but i can' use it just like that .

                  1 Reply Last reply
                  0
                  • SGaistS Offline
                    SGaistS Offline
                    SGaist
                    Lifetime Qt Champion
                    wrote on last edited by
                    #12

                    Konversation is an IRC chat client
                    Kopete is an older multi-service chat client.

                    Interested in AI ? www.idiap.ch
                    Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                    1 Reply Last reply
                    0
                    • QjayQ Offline
                      QjayQ Offline
                      Qjay
                      wrote on last edited by
                      #13

                      Thanks everyone for insight . I have some idea now from where i should start .

                      1 Reply Last reply
                      0
                      • A Offline
                        A Offline
                        Alex Sam
                        Banned
                        wrote on last edited by Alex Sam
                        #14
                        This post is deleted!
                        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