So,
I'm new to programming, my background is C, pretty much the basics. I want to program applications and games for Android/iPhone and I was wondering what's the best language and where do I start.
Thanks a lot.
5 replies to this topic
#1
Posted 28 November 2010 - 10:55 AM
|
|
|
#2
Posted 28 November 2010 - 12:00 PM
If I'm correct the Android apps are written in Java. You can get started using the Android SDK. Android SDK | Android Developers. iPhone apps are coded in Objective C. You can get started with this link iOS Dev Center - Apple Developer;it includes Code Samples and tutorials.
#3
Posted 28 November 2010 - 12:01 PM
If you know C, you can easily learn Java. Java is inherited from C. You can program for Android with Java. Java is very good language to learn Object Oriented Programming too. Or you can learn start Python. Start with what you have interest.
Lost!
#4
Posted 28 November 2010 - 12:06 PM
What's an SDK and how's that related to Java for example?
#5
Posted 28 November 2010 - 12:12 PM
An SDK is a software development kit. It contains tools that allow you to create certain software packages.
#6
Posted 28 November 2010 - 04:16 PM
teddy379 said:
What's an SDK and how's that related to Java for example?
Quote
It may be something as simple as an application programming interface (API) in the form of some files to interface to a particular programming language or include sophisticated hardware to communicate with a certain embedded system. Common tools include debugging aids and other utilities often presented in an integrated development environment (IDE). SDKs also frequently include sample code and supporting technical notes or other supporting documentation to help clarify points from the primary reference material.
You basically use SDK for programming. You use it to write programs and it includes API, Class Files, Help Files, and documentation.
Read more - Software development kit - Wikipedia, the free encyclopedia
Lost!
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









