Results 1 to 3 of 3

Thread: qt and android

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Nov 2012
    Posts
    38
    Thanks
    3

    Default qt and android

    hello.
    I would create some simple project for android with qt.
    I would use qt creator, what i need for test and debug a qt android application?
    is possible do all with qt creator?
    is possible use qt5 and canvas?
    and i wish use an opengl es 2.0 widget or gl area , with some dialog, what is the best
    application or plugin for do that?
    thanks.

  2. #2
    Join Date
    Jan 2012
    Location
    Dortmund, Germany
    Posts
    159
    Thanks
    69
    Thanked 10 Times in 8 Posts
    Qt products
    Qt4
    Platforms
    Windows Android

    Default Re: qt and android

    I would use qt creator, what i need for test and debug a qt android application?
    You can either use the Necessitas Qt which bases on 4.8 or go for Qt 5.1, where Android is not
    fully supported as of now. The latter seems to be pushed forward with more "steam" though.

    is possible do all with qt creator?
    Yes.

    is possible use qt5 and canvas?
    Qt5: see above. Canvas: I don't know. At least in 5.2 (due this year) it might probably be there,
    it's quite possible that they have implemented it already. I have never used it in Necessitas, so
    I don't know if it works there.

    and i wish use an opengl es 2.0 widget or gl area , with some dialog, what is the best
    application or plugin for do that?
    Can't answer that. But be aware that it will be a good Idea NOT to use widgets but to go
    for QML / QtQuick.

    It is said to be way easier to make *mobile* UIs with that stuff. Widgets are not recommended
    for the mobile sector. I can say that it's absolutely possible to use many them in Necessitas
    (at least the basics), but it is a pain in the brass to get them right, you'll really be up to
    some serious fixing and tweaking. I'd consider it a mistake to use them, if you start something new anyway.

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

    giugio (22nd August 2013)

  4. #3
    Join Date
    Nov 2012
    Posts
    38
    Thanks
    3

    Default Re: qt and android

    thanks.
    But with QML / QtQuick is possible use an opengl area or better opengl es 2.0 area?
    thanks.

Similar Threads

  1. How do you make android applications display correctly on android phone?
    By Cyrebo in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 17th August 2013, 07:31
  2. is android app with qt 5.1 just compatible with android 4 ?
    By solook in forum Qt for Embedded and Mobile
    Replies: 5
    Last Post: 14th August 2013, 16:23
  3. QML/Android
    By Viper666 in forum Qt Quick
    Replies: 11
    Last Post: 18th January 2013, 14:13
  4. Android
    By Viper666 in forum Qt Programming
    Replies: 9
    Last Post: 3rd January 2013, 12:45
  5. qt on android
    By carlovv81 in forum General Discussion
    Replies: 3
    Last Post: 1st February 2011, 11:42

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
  •  
Qt is a trademark of The Qt Company.