android - Creating graphical apps using C++ -


i can it's long time i've been searching more correct way of using c++ skills making real world apps. me, of real world apps graphical ones — have graphical environment , guis, ordinary app used on ms windows. of course there many other (and vital) real world apps used embedded systems may don't have gui.
apart ms windows, there quite bit programs other oses linux.
on smartphones use ios apps devices made apple , android ones well.

my purpose being able create apps following platforms, in order of priority:
1- ms windows platform
2- ios , android platform
3- maybe in future, linux platform or embedded systems these needs generally.

saying these matters, 1 idea comes view: ide can use our c++ experience in make cross-platform apps can supports 3 needs perfectly, yes, qt.

but there seem difficulties on using qt. read of discussions said in link below, since i'm not familiar yet, couldn't understand high-level subjects.
https://softwareengineering.stackexchange.com/questions/88685/why-arent-more-desktop-apps-written-with-qt

i know each choice may have own advantages , weaknesses. have choose. intention start learning qt in near future , sure chosen way near future (one or 2 months later) not wrong!

now want expert guys please novice make correct decision.
question on making issue clear me that:
is qt best choice needs please? (those 3 needs)

thanks in advance.

you can use qt qml qt5

qml allows develop desktop , mobile applications. need compile application new platform.

qml language developing ui, qml javascript-based language , can logic in qml files. provide c++ classes can register in c++ code.

p.s qt mobile platforms idea fast-developed solutions mobile platform. if want available features , functionality androidsdk, example, must use androidsdk or androidsdk wrappers.

p.s.s qt best solution crossplatform gui applications, , qt easy learn framework


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -