Click here to Skip to main content
15,885,537 members
Please Sign up or sign in to vote.
4.00/5 (2 votes)
which tools do i have to use?

i want to develop applications on ios , mac and safari

resources to use

can i develop using c# and java or not?
Posted
Updated 29-May-11 4:28am
v2

http://developer.apple.com/[^]

Beyond that, google is a mighty fine resource.
 
Share this answer
 
For the iOS part, you can use MonoTouch and MonoDevelop IDE.
Check out http://mono-project.com/Main_Page[^]
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 29-May-11 15:45pm    
Good option, my 5.
--SA
Kim Togo 30-May-11 2:22am    
Thanks SA
You can develop for Mac using Java (for sure) and C# (mono), but to program for iOS it's best to learn Objective C. Solutions that cross-compile your code for use with iOS from other languages are available, but in my experience the learning curve of getting into Objective C is not steep enough to justify jumping through third-party hoops. To my taste, the language has more than its fair share of "cruel and unusual" syntax (mostly around the method calls area) but then again most computer languages look ugly to an untrained eye, so you'll get used to it. So get yourself a good book (there are so many of them - I wouldn't recommend a specific one), download XCode, and get the $99 membership in Apple's developer program: you need membership to upload your program to iOS devices (you can debug with a simulator for free).
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 29-May-11 15:46pm    
Good introduction. My 5.
--SA

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