Qt 5.1 for android (is it qtjambi or a normal qt version)
-
Hello,
The new Qt 5.1 says it supports Android app development.
Is it an extension of the "qtjambi" or "qtcreator"?
Normally the Android programming is done using Java.
So I want to know that is it a type of language binding such as "qtjambi" which is for java, or is it a separate IDE for Android development?
I am presently using Android Developer Tools(Eclipse based IDE) and Android Studio for my development of applications. -
It is not a language binding. You write your programs in C++ and QML; you don't write any Java code.
-
I don't think so.
Qt Jambi provided language bindings to let developers create Qt applications in Java, but it hasn't been maintained for many years. It only supported up to Qt 4.5, but you need Qt 5.1 for Android development.
There is an unofficial "community fork":http://qt.gitorious.org/qt-jambi/qtjambi-community of Qt Jambi but I don't know what its quality is like, and I don't know if they support Android.
You can subscribe to the "Development mailing list":http://lists.qt-project.org/mailman/listinfo/development and ask the Qt engineers if they have any plans to provide Java bindings.
-
I am looking forward for using this qtjambi in Ubuntu Software development for Ubuntu Store, so I am looking at concrete solution so that it would be easy for me to decide an IDE for my project work.
Though I also work on Eclipse and NetBeans but I was thinking of considering Qt as an extra option, because it has the qml. -
[quote author="shadabk92" date="1376993469"]I am looking forward for using this qtjambi in Ubuntu Software development for Ubuntu Store, so I am looking at concrete solution so that it would be easy for me to decide an IDE for my project work.
Though I also work on Eclipse and NetBeans but I was thinking of considering Qt as an extra option, because it has the qml.[/quote]The IDE doesn't need to be influenced by your tools. You can write Qt programs in Eclipse too :) -
[quote author="JKSH" date="1377777354"][quote author="shadabk92" date="1376993469"]I am looking forward for using this qtjambi in Ubuntu Software development for Ubuntu Store, so I am looking at concrete solution so that it would be easy for me to decide an IDE for my project work.
Though I also work on Eclipse and NetBeans but I was thinking of considering Qt as an extra option, because it has the qml.[/quote]The IDE doesn't need to be influenced by your tools. You can write Qt programs in Eclipse too :)[/quote]Does Eclipse and Netbeans completely support qml ?
-
[quote author="shadabk92" date="1377792442"]
[quote author="JKSH" date="1377777354"][quote author="shadabk92" date="1376993469"]I am looking forward for using this qtjambi in Ubuntu Software development for Ubuntu Store, so I am looking at concrete solution so that it would be easy for me to decide an IDE for my project work.
Though I also work on Eclipse and NetBeans but I was thinking of considering Qt as an extra option, because it has the qml.[/quote]The IDE doesn't need to be influenced by your tools. You can write Qt programs in Eclipse too :)[/quote]Does Eclipse and Netbeans completely support qml ?[/quote]
I dont think so. The Eclipse plugin hasnt been updated for ages and I dont even know if there ever was a plugin for netbeans.