I'm a java developer. I don't know much about C++. should I learn C++ to develop Ubuntu apps?
Asked
Active
Viewed 281 times
2 Answers
6
No. You can also use Java, Python, C, Javascript, QML, Vala, and C#, and probably other languages too.
4
You don't need to learn C++ to write apps for Ubuntu.
Ubuntu apps are based on the Ubuntu SDK, with which you'll be programming in QML and JavaScript for some of the logic. There is the possibility to use C++ if your application does any operations that require maximum performance (e.g. advanced image processing), but for most apps QML should be enough.
The Get Started page on developer.ubuntu.com should give you all the information you need. Check it out.
David Planella
- 15,610
