Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Call for Presentations - Qt World Summit

    Unsolved Qt for developing mobile apps?

    Mobile and Embedded
    9
    13
    3339
    Loading More Posts
    • 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.
    • S
      Schluchti last edited by

      I answered pretty much the same question a few weeks ago. See https://forum.qt.io/topic/74845/why-use-qt-for-mobile-development

      I also published my app at google play store a few days ago which also went really smoothly. The iOs version will follow in a few days. So all in all I can't complain about Qt. ;)

      Want to read more about Qt?

      https://gympulsr.com/blog/qt/

      Latest Article: https://gympulsr.com/blog/qt/2017/06/14/ios-background-music-qt.html

      A 1 Reply Last reply Reply Quote 3
      • GTDev
        GTDev last edited by GTDev

        Hi,

        Creating mobile apps and games with Qt is definitely possible! ;-)
        For example, you can have a look at the Qt-based cross platform engine V-Play.

        Senior Developer at Felgo - https://felgo.com/qt

        Develop mobile Apps for iOS & Android with Qt
        Felgo is an official Qt Technology Partner

        1 Reply Last reply Reply Quote 0
        • A
          ambershark @Schluchti last edited by

          @Schluchti I know it's off topic but what was your app? I'd like to see a finished Qt mobile app. I have similar questions about whether or not I should use Qt for mobile.

          I've been doing cross platform (desktop OSes) coding with Qt for about 14 years now so it seems logical to use it for mobile, but I wanted to see how things turn out. :)

          Plus it never hurts to get some free advertising for your new app. ;)

          My L-GPL'd C++ Logger github.com/ambershark-mike/sharklog

          S S 2 Replies Last reply Reply Quote 0
          • S
            SamGrant @ambershark last edited by

            @ambershark I just published working iOS and Android versions of my Qt/QML app...

            It utilizes Qt Websockets to connect to my server, to access 'live' weather data from participating organizations. If you check out the Store pages, you can see the screenshots... you need an AccessCode to view it live on your device.

            Android:
            https://play.google.com/store/apps/details?id=com.nascg.nascg.btstwx_brand

            iOS:
            https://itunes.apple.com/us/app/btstwx/id1202082151?ls=1&mt=8

            Anyone interested in seeing it in action, contact me directly for an Access Code.

            S 1 Reply Last reply Reply Quote 0
            • S
              SamGrant @SamGrant last edited by

              @SamGrant ...and another Android app used for tracking boats during a regatta:

              https://play.google.com/store/apps/details?id=com.nascg.nascg.btstupload&hl=en

              Utilizes GPS (via native JAVA for Android and Objective-C for iOS) and network connection to upload data files to my server.

              1 Reply Last reply Reply Quote 0
              • S
                Schluchti @ambershark last edited by Schluchti

                @ambershark Not sure if I am allowed to post it here? My experience with forums is, that they usually have very strict rules about that.

                Do we have a private messaging system here?

                Want to read more about Qt?

                https://gympulsr.com/blog/qt/

                Latest Article: https://gympulsr.com/blog/qt/2017/06/14/ios-background-music-qt.html

                S 1 Reply Last reply Reply Quote 0
                • tekojo
                  tekojo last edited by

                  Hi @Schluchti ,
                  No problem posting a link to your app here. It is Qt related after all.
                  Private messages can be found on the top bar, the speech bubble at the right hand side, next to your avatar picture.

                  @ambershark the Qt Showroom https://showroom.qt.io/ has a bunch of Qt mobile apps in it too.

                  1 Reply Last reply Reply Quote 0
                  • Lorenz
                    Lorenz last edited by Lorenz

                    If you are going for native Look & Feel on iOS and Android, you should most definitely have a look at V-Play.

                    For example, check out the awesome App for Qt World Summit: https://wiki.qt.io/Qt_World_Summit_2016_Conference_App)

                    Developer @ V-Play Engine - http://v-play.net/qt

                    V-Play simplifies

                    • Game Development with Qt
                    • Mobile App Dev with Qt esp. iOS & Android

                    What others say
                    V-Play scored #1 in Cross-Platform App Development Tools Report - see why: https://goo.gl/rgp3rq

                    1 Reply Last reply Reply Quote 0
                    • S
                      Schluchti @Schluchti last edited by

                      @Schluchti said in Qt for developing mobile apps?:

                      @ambershark Not sure if I am allowed to post it here? My experience with forums is, that they usually have very strict rules about that.

                      Do we have a private messaging system here?

                      Thanks for the info. ;)

                      @ambershark
                      Ok, in that case, you can find the links to the iOs/android app on the webpage: https://www.gympulsr.com.

                      You are very welcomed to sign up and post stuff, but please make sure that you post something that's related to the topic ;-)

                      As you are probably more interested in the technical details, just a short summary:
                      The app is currently based on Qt 5.7.1 and makes use of most of the modules provided by Qt (i.e: qml quick positioning location network quickcontrols2 svg multimedia webview). Apart from the "usual" stuff the app also deals with some more "advanced" stuff.

                      • Push Notification handling
                      • Map Integration + GPS posititioning
                      • playing embedded videos with Qt multimedia
                      • playing GIFs
                      • using the android/iOs image gallery
                      • saving pictures/gifs to phone
                      • playing youtube videos (not yet implemented in the uploaded version, but will follow soon)

                      Some of the things were really easy to implement (as already perfectly covered by the Qt framework), but some of them were a little bit tricky to implement.

                      Want to read more about Qt?

                      https://gympulsr.com/blog/qt/

                      Latest Article: https://gympulsr.com/blog/qt/2017/06/14/ios-background-music-qt.html

                      A 1 Reply Last reply Reply Quote 1
                      • A
                        ambershark @Schluchti last edited by ambershark

                        @Schluchti Cool! I'm going to check it out.

                        Yea I don't think the forums here would have an issue with it as already stated by tekojo.

                        I mean if it was just plain advertising maybe, but certainly not in a discussion. :)

                        I find forums (on topic of course) are some of the best ways to get the word out about your applications. I write apps for large corporations so I don't need to advertise, but if I did, I would definitely do it via forums a lot.

                        My L-GPL'd C++ Logger github.com/ambershark-mike/sharklog

                        1 Reply Last reply Reply Quote 0
                        • ekkescorner
                          ekkescorner Qt Champions 2016 @t0msk last edited by

                          @t0msk there's a blog post series by me about Qt for mobile apps.
                          https://appbus.wordpress.com/category/qt-for-mobile/overview/
                          I'm using QtQuickControls2 for Android and iOS
                          You can take a look at some apps I built. in GooglePlay or Apple Store look for 'ekkescorner' and you'll find per ex. conference apps for QtCon and QtWorldSummit
                          Or see here some screenshots Qt World Summit App: https://appbus.wordpress.com/2016/10/14/qt-world-summit-2016-conference-app/
                          also src at GitHub: https://github.com/ekke/c2gQtWS_x

                          last weeks I was 'silent' on my blogs. but only because I'm using QtQuickControls2 in real-life customer projects to see if it all works well.
                          will blog about this later and also continue my blog series and sample apps

                          ekke
                          Qt Champion
                          mobile business apps
                          Qt Quick Controls 2 (Material style) for Android / iOS

                          1 Reply Last reply Reply Quote 2
                          • V
                            vondes Banned last edited by

                            This post is deleted!
                            1 Reply Last reply Reply Quote 0
                            • First post
                              Last post