Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Comparison of Qt/C++ and Android SDK development (in term of Ease and Difficulty)

Comparison of Qt/C++ and Android SDK development (in term of Ease and Difficulty)

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 503 Views 1 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.
  • F Offline
    F Offline
    freesix
    wrote on last edited by
    #1

    Hi guys,

    I'd like to start learning Android SDK to develop with
    and I just wanna know if it's easy or difficulty compared to Qt/C++ (not QML).

    If maybe someone out there already use both.

    Any ideas appreciated !!

    PS : Logic will get you from A to B, but Imagination will take you everywhere...

           Albert Einstein
    
    1 Reply Last reply
    0
    • VRoninV Offline
      VRoninV Offline
      VRonin
      wrote on last edited by
      #2

      It is a different way of programming. What I usually do is create a library (that does not link to QtQuick nor QtWidgets) with objects that do all the work and expose all signal and models that will be used by the user interface.

      Basically, program everything regardless of interface.

      After that build the UI in either QML (desktop/app) or QWidgets (Desktop only) using the library object for the functionality.

      base line: make the UI part as stupid as possible and do all the work inside QObjects that can be exposed

      "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
      ~Napoleon Bonaparte

      On a crusade to banish setIndexWidget() from the holy land of Qt

      1 Reply Last reply
      2

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved