I am planning to do some development for Nokia Devices. Can someone tell me which to use between Qt framework and j2me?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Qt applications are platform native and you can do almost whatever you want. Qt is mainly C++.
J2ME development on the other hand is Java based and yields byte code binaries that are limited by the Java virtual machine running on the phone.
If you can do C++/Qt go for it