+ 2
Which Programming language is good to create a multimedia application such as music application?
5 ответов
+ 5
Different languages for different platforms.
Windows - C# + UWP
iOS, macOS - Swift
Android - Java
Web - JavaScript
+ 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)
+ 2
windows:
c# , even vb.net ( but is not very complex ), C++, java
mobile:
java with Android Studio IDE
web:
javaScript...
etc
+ 1
if you can use python you can combine it with blender to create 3D art
0
I can recommend Python, C or even C#