Click here to Skip to main content
15,881,172 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm just starting to get into programming and I wanted to know how people make a single program for two different operating systems. Do you have to use two different frameworks because they will have different APIs and do you have to use a different programming languages?Please give me the lowdown on how programming works. Also, if you can answer this, what programming languages do you use for the windows phone, iOS, and android?
Posted

1 solution

Java is the object oriented, platform independent programming language which can run on any OS with JVM. Nowadays, everybody installs java on their computers. You can even check by typing "java -version" in your command prompt for windows or terminal for mac, linux. You can also write android application with it. All programming languages are started with one purpose in mind and we don't need to care about it. For example, we use vb.net to develop the application that run on windows desktop and objective-C for Mac. Still, we like to use Java or Python to develop application for all systems. It's all depends on personal preferences and area of interest. So, just learn one and expand the knowledge.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900