4

I'm a java developer. I don't know much about C++. should I learn C++ to develop Ubuntu apps?

Zanna
  • 70,465
remogoku
  • 141
  • 2

2 Answers2

6

No. You can also use Java, Python, C, Javascript, QML, Vala, and C#, and probably other languages too.

enter image description here

Source (archived)

Zanna
  • 70,465
jobukkit
  • 5,220
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.