Click here to Skip to main content
15,886,832 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hello everybody i'm new in programming and wanted to know what language i really need to write a calling app
thanks
Posted
Comments
Sergey Alexandrovich Kryukov 10-Sep-15 2:08am    
The one you prefer. If you don't prefer anything, you are too new to write your application.
—SA

1 solution

Basically, the "one you know" is a good start. But...if you want to write an application that works on Android and iOS, then you are pretty much looking at C# via Xamarin[^]
Be aware that that is not a free solution - they have a free version, but it's very limited, and the costs can be significant unless you are selling a lot of copies of your app.

Other than that, for Android, you pretty much want to learn Java, and for iOS it's Objective-C. Neither of these are going to take you too long to learn, but the framework behind each will take a considerable amount of time to learn before you are proficient enough to write "good code" for either device.
 
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