Results 1 to 20 of 30

Thread: Android Chat Application Qt ?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Dec 2012
    Posts
    197
    Thanks
    25
    Thanked 41 Times in 33 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Android Chat Application Qt ?

    Thanks for the reply.
    I kinda asked it that way at first but then i added that i mean does Qt have or add extra features to android developmemt. If you i would start right away with Qt for Android otherwise, i would just use java and eclipse for that.
    Thats exactly my question.
    Extra fratures such as more android widgets, more styles, good looking GUI. like would it be more facilitated using Qt for android ?
    Im confortable with using Qt and java. I usualy use java for android but if Qt offers more regarding android developmemt, features, UI,s, custome widgets, etc... i would be more than ready to use Qt.
    hope this clears my idea.
    Great, however we don't so how do you want us to help you?
    Just a general idea for what i asked.
    For example you suggested QStandardAndroidChat
    Suggest some examples or documentaions or references regarding my case
    Thanks.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Android Chat Application Qt ?

    Quote Originally Posted by toufic.dbouk View Post
    does Qt have or add extra features to android developmemt.
    What kind of "extra features"? Does it make your phone brew coffee? No, it doesn't. But it has Qt Quick you can use for your UI. I don't know if you consider it an edge or not.

    Extra fratures such as more android widgets, more styles, good looking GUI.
    No, no "more widgets", no "more styles". As for "good looking GUI" I guess this is kind of personal preference.

    Suggest some examples or documentaions or references regarding my case
    I don't know what "your case" is. As you said yourself it is you who knows what you want to do, not us.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


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

    toufic.dbouk (24th September 2013)

  4. #3
    Join Date
    Dec 2012
    Posts
    197
    Thanks
    25
    Thanked 41 Times in 33 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Android Chat Application Qt ?

    Alright thanks for your fast reply. staright to the point answer, i appreciate that.
    Btw nice joke or sarcasm there * does it make your phone brew coffee * good one :P
    Best Regards.

  5. #4
    Join Date
    Oct 2006
    Location
    New Delhi, India
    Posts
    2,467
    Thanks
    8
    Thanked 334 Times in 317 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Android Chat Application Qt ?

    You are asking a Qt forum group,, so we would anyway suggest you to use Qt,,,
    you can search on net for advantages of Qt and decide if you want it.

    Also for your understanding, Qt for Android was not a primary target. So you may not even find 100% features of Qt on Android.
    But then why use Qt ? Because you may be able to deploy your application to other supported platforms like Symbian, MeeGo, SailFish in future. [Unless you dont use platform specific code]

  6. The following user says thank you to aamer4yu for this useful post:

    toufic.dbouk (25th September 2013)

  7. #5
    Join Date
    Jun 2007
    Location
    India
    Posts
    1,042
    Thanks
    8
    Thanked 133 Times in 128 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Android Chat Application Qt ?

    Stick to Java. Qt is not mature enough on android. Specially for the case of a university project, you will waste more time setting up you environment then actual code.

  8. The following user says thank you to nish for this useful post:

    toufic.dbouk (25th September 2013)

  9. #6
    Join Date
    Dec 2012
    Posts
    197
    Thanks
    25
    Thanked 41 Times in 33 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Android Chat Application Qt ?

    Quote Originally Posted by aamer4yu View Post
    You are asking a Qt forum group,, so we would anyway suggest you to use Qt,,,
    I guess its the fact that i prefere using C++ Qt for programming over other languages and framewroks made me ask this question on Qt forum.
    Thanks for your reply.

    Quote Originally Posted by nish View Post
    Stick to Java. Qt is not mature enough on android. Specially for the case of a university project, you will waste more time setting up you environment then actual code.
    Thanks for your concern. Thats what iam going to do.
    Best regards.

  10. #7
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Android Chat Application Qt ?

    Quote Originally Posted by nish View Post
    Stick to Java. Qt is not mature enough on android. Specially for the case of a university project, you will waste more time setting up you environment then actual code.
    I think this depends on a case-by-case basis. I've seen projects run on Android without any effort.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  11. #8
    Join Date
    Jun 2007
    Location
    India
    Posts
    1,042
    Thanks
    8
    Thanked 133 Times in 128 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Android Chat Application Qt ?

    Quote Originally Posted by wysota View Post
    I think this depends on a case-by-case basis. I've seen projects run on Android without any effort.
    yes correct. For simple apps (but then all *apps* are supposed to be simpler than applications!), no need for shipping huge qt runtime, code them in native framework.

  12. #9
    Join Date
    Sep 2013
    Location
    Kerala, India
    Posts
    1
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Android Maemo/MeeGo

    Default Re: Android Chat Application Qt ?

    Hi,

    You can create chat application in Android using Qt. I have done one project before that was done in Qt 4.8 necessitas version. Here is the link, www.7dyne.com/products-and-services.html or https://www.youtube.com/watch?v=Cba6Y4407Ks

    Check the KNARA chat application, that will work on windows and Android.

    Regards
    Ansif

  13. #10
    Join Date
    Dec 2012
    Posts
    197
    Thanks
    25
    Thanked 41 Times in 33 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Android Chat Application Qt ?

    Quote Originally Posted by ansifpi View Post
    Check the KNARA chat application, that will work on windows and Android.
    Alright thanks ill give it a look. But if its just a demo video it wont be helpful. so i hope its an open source product that i might seek help from.
    Take Care.

  14. #11
    Join Date
    Nov 2013
    Posts
    1

    Default Re: Android Chat Application Qt ?

    Yes you correct. Demo video it wont be helpful. Thanks for your good reply.Best app to download free movies on android - Top List Best app to download free movies on android Here are the best way to download Movies on your Android Mobile ,it include some Android apps list to download movies Keep in mind that in most of the count


    Added after 38 minutes:


    Good way to download movies on android
    Last edited by d_stranz; 16th March 2021 at 20:11. Reason: removed URL

  15. #12

    Default Re: Android Chat Application Qt ?

    Quote Originally Posted by Kosta View Post
    Yes you correct. Demo video it wont be helpful. Thanks for your good reply.Best app to download free movies on android - Top List Best app to download free movies on android Here are the best way to download Movies on your Android Mobile ,it include some Android apps list to download movies Keep in mind that in most of the count


    Added after 38 minutes:


    Good way to download movies on android
    I am waiting for the reply...
    Last edited by d_stranz; 16th March 2021 at 20:10. Reason: removed URL

  16. #13
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,230
    Thanks
    302
    Thanked 864 Times in 851 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Android Chat Application Qt ?

    I am waiting for the reply...
    Do you realize that "Kosta" was a spammer who made only one post in this forum in 2013? You will be waiting a long, long time for any reply.
    <=== The Great Pumpkin says ===>
    Please use CODE tags when posting source code so it is more readable. Click "Go Advanced" and then the "#" icon to insert the tags. Paste your code between them.

  17. #14
    Join Date
    Jan 2011
    Posts
    127
    Thanks
    42
    Thanked 4 Times in 4 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Android Chat Application Qt ?

    Quote Originally Posted by wysota View Post
    I think this depends on a case-by-case basis. I've seen projects run on Android without any effort.
    It is damn cool to run a Qt project on android without any effort(thanks for the efforts of Qt team)
    but Qt on android still far from mature(Qt5.2 beta1) in my opinion

    1 : unstable, some apps can't work properly(ex : crash, mul-function, image broken, can't open camera) or very slow(ex : maroon)
    2 : lack of some basic yet important features, like how to get the
    default folder location of image, music;in-apps purchase and so on

    Qt team said Qt5.2 will provide users a mature android port
    Hope that release version of Qt5.2 could give us a stable Qt on android

  18. #15
    Join Date
    Dec 2017
    Posts
    4
    Qt products
    Qt5 Qt/Embedded
    Platforms
    MacOS X Windows Android

    Lightbulb Re: Android Chat Application Qt ?

    V-Play Engine for Qt-based apps and games comes with many components to make mobile development easier. For example, you can integrate a chat service to build your own cross-platform messenger with a few lines of code:


    import VPlay 2.0
    import VPlayApps 1.0

    App {

    // app navigation
    Navigation {
    NavigationItem {
    title: "User Profile"
    icon: IconType.user
    NavigationStack {
    initialPage: socialView.profilePage
    }
    }

    NavigationItem {
    title: "Chat"
    icon: IconType.comment
    NavigationStack {
    initialPage: socialView.inboxPage
    }
    }
    }

    // service configuration
    VPlayGameNetwork {
    id: gameNetwork
    gameId: 285
    secret: "AmazinglySecureGameSecret"
    multiplayerItem: multiplayer
    }

    VPlayMultiplayer {
    id: multiplayer
    appKey: "dd7f1761-038c-4722-9f94-812d798cecfb"
    pushKey: "a4780578-5aad-4590-acbe-057c232913b5"
    gameNetworkItem: gameNetwork
    }

    // social view setup
    SocialView {
    id: socialView
    gameNetworkItem: gameNetwork
    multiplayerItem: multiplayer
    visible: false // we show the view pages on our custom app navigation
    }
    }


    You can find more information here:
    https://v-play.net/cross-platform-app-development/how-to-add-chat-service-and-cross-platform-leaderboard-with-user-profiles-to-your-ios-or-android-app#in-app-chat-and-cloud-storage

  19. #16
    Join Date
    Dec 2017
    Posts
    4
    Qt products
    Qt5 Qt/Embedded
    Platforms
    MacOS X Windows Android

    Default Re: Android Chat Application Qt ?

    Hi!

    V-Play Engine for Qt-based apps and games offers many components to make mobile development easier. For example, you can create a messenger app using the included chat service with only a few lines of code:


    import VPlay 2.0
    import VPlayApps 1.0

    App {

    // app navigation
    Navigation {
    NavigationItem {
    title: "User Profile"
    icon: IconType.user
    NavigationStack {
    initialPage: socialView.profilePage
    }
    }

    NavigationItem {
    title: "Chat"
    icon: IconType.comment
    NavigationStack {
    initialPage: socialView.inboxPage
    }
    }
    }

    // service configuration
    VPlayGameNetwork {
    id: gameNetwork
    gameId: 285
    secret: "AmazinglySecureGameSecret"
    multiplayerItem: multiplayer
    }

    VPlayMultiplayer {
    id: multiplayer
    appKey: "dd7f1761-038c-4722-9f94-812d798cecfb"
    pushKey: "a4780578-5aad-4590-acbe-057c232913b5"
    gameNetworkItem: gameNetwork
    }

    // social view setup
    SocialView {
    id: socialView
    gameNetworkItem: gameNetwork
    multiplayerItem: multiplayer
    visible: false // we show the view pages on our custom app navigation
    }
    }


    For more information, please see:
    https://v-play.net/cross-platform-ap...-cloud-storage

Similar Threads

  1. Develop an Chat Application as use QT
    By phuong_90 in forum Qt Programming
    Replies: 2
    Last Post: 5th November 2011, 03:04
  2. Chat application using web services
    By user_mail07 in forum Qt Programming
    Replies: 2
    Last Post: 4th April 2011, 18:52
  3. How to build a Chat application in Qt??
    By Gokulnathvc in forum Newbie
    Replies: 6
    Last Post: 23rd March 2011, 07:48
  4. Specialised Network Chat Application
    By TropicalPenguin in forum Jobs
    Replies: 0
    Last Post: 28th September 2010, 22:40
  5. which class i should used to make chat application ??
    By kunalnandi in forum Qt Programming
    Replies: 3
    Last Post: 3rd May 2008, 09:33

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.