Jump to content

New to programming

- - - - -

  • Please log in to reply
5 replies to this topic

#1
teddy379

teddy379

    Newbie

  • Members
  • Pip
  • 2 posts
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.

#2
nicckk

nicckk

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 629 posts
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
isuru

isuru

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 233 posts
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
teddy379

teddy379

    Newbie

  • Members
  • Pip
  • 2 posts
What's an SDK and how's that related to Java for example?

#5
nicckk

nicckk

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 629 posts
An SDK is a software development kit. It contains tools that allow you to create certain software packages.

#6
isuru

isuru

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 233 posts

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