Which Programming language is good to create a multimedia application such as music application? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Which Programming language is good to create a multimedia application such as music application?

23rd Jan 2017, 1:37 PM
Mohamed Himayoon Rifas Safri
Mohamed Himayoon Rifas Safri - avatar
5 Answers
+ 5
Different languages for different platforms. Windows - C# + UWP iOS, macOS - Swift Android - Java Web - JavaScript
23rd Jan 2017, 1:45 PM
Vladimir Honcharenko
Vladimir Honcharenko - avatar
+ 2
There are many languages which are good for multimedia app development but it depends on operating system for which you are developing the app as different operating systems require different languages for app development Android: For android I usually suggest Java with XMl (just because Java is very efficient and very very good language) Windows : Firstly If you want to develop for Windows then I recommend you to develop for Universal Windows Platform (UWP). This is because you would need to write the code just once and it will be available for all windows devices (including pc, windows phone , hololens, etc) C# with XAML is most widely used to make windows apps and one of the best developer's choice. Windows app can also be created using HTML with JavaScript. iOS : For iOS Objective C in X Code is used. Plus iOS app can also be created using Swift. Web : And for web , I simply recommend HTML, CSS, and JavaScript (or jQuery). And if you ask for server side programming language then you can choose PHP or ASP.NET (ASP.NET is one of my favourite language) I know it's quite irritating to make app separately for all platforms as they they require different programming languages for application development and multimedia APIs of different operating systems are different. For developing a multi-platform app Xamarin is the best solution (type Xamarin in the browser to know more about Xamarin). OR Appecelator (an alternative to Xamarin)
23rd Jan 2017, 2:51 PM
Abhishek Dogra
Abhishek Dogra - avatar
+ 2
windows: c# , even vb.net ( but is not very complex ), C++, java mobile: java with Android Studio IDE web: javaScript... etc
26th Jan 2017, 11:13 AM
Catalin Popinciuc
Catalin Popinciuc - avatar
+ 1
if you can use python you can combine it with blender to create 3D art
23rd Jan 2017, 1:47 PM
Dr.roo
Dr.roo - avatar
0
I can recommend Python, C or even C#
23rd Jan 2017, 2:07 PM
Bremmurd
Bremmurd - avatar