Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 06-15-2011, 09:18 AM   #1 (permalink)
Registered Member
 
Join Date: Jun 2011
Posts: 1
kirkaleze is on a distinguished road
Smile Where to start?

Hi,

I'm a newbie looking to jump into iOS development. I would really appreciate it if somebody could help point me in the right direction regarding where I should start?

-I have already downloaded and installed Xcode.
-I have downloaded about 10 different docs from the getting started area on the apple dev center.
-I have downloaded quite a few videos from iTunes U on App development.

There definitely does not appear to be a shortage of information. In fact, I'm mostly confused about where I should start. I have begun reading the docs and watching some of the videos, but I am not a developer. Is that where I should start? I do understand what OOP is and have had some very basic Java development training in the past, however, I have not used Objective-C, and do not have experience with C

Before I get in too deep, I was wondering if somebody could tell me where the best place to start is? Should I start by getting an introduction to C? Should I skip that and try to start with Objective-C? Are there are any resources or tutorials available for absolute beginners?

Thanks!

Kirk
kirkaleze is offline   Reply With Quote
Old 06-15-2011, 09:58 AM   #2 (permalink)
Registered Member
 
Join Date: Jan 2011
Location: Tokyo
Posts: 163
kazbluesky is on a distinguished road
Default

I was where you are now 4 months ago. I just finished my first (very modest) app.

Apple documentation sux and Stamford U was waaay above my head.

I suggest:

Lynda.com, YouTube, this forum, Stack Overflow

And finally, start your app today.
kazbluesky is offline   Reply With Quote
Old 06-15-2011, 10:05 AM   #3 (permalink)
Nuisance Developer
 
Join Date: Jul 2009
Location: Italy
Posts: 4,691
dany_dev is on a distinguished road
Default

i can advice to buy these books
Amazon.com: Programming in Objective-C (3rd Edition) (Developer's Library) (9780321711397): Stephen G. Kochan: Books

Amazon.com: Beginning iPhone 4 Development: Exploring the iOS SDK (9781430230243): David Mark, Jack Nutting, Jeff LaMarche: Books

the first will consolidate OO things, Objective-c synthax and patterns, etc... the second will make clear how work iOS SDK...

You can also see some Standford video if you are native english....

I completely discorauge to use StackOverflow, this forum as learning service......use it only when you can't solve a particolaur problem...
__________________

Last edited by dany_dev; 06-15-2011 at 10:09 AM.
dany_dev is offline   Reply With Quote
Old 12-12-2011, 10:08 PM   #4 (permalink)
Cocoa Junkie
 
Duncan C's Avatar
 
Join Date: Dec 2008
Location: Northern Virginia
Posts: 6,003
Duncan C has a spectacular aura about
Default

Quote:
Originally Posted by kirkaleze View Post
Hi,

I'm a newbie looking to jump into iOS development. I would really appreciate it if somebody could help point me in the right direction regarding where I should start?

-I have already downloaded and installed Xcode.
-I have downloaded about 10 different docs from the getting started area on the apple dev center.
-I have downloaded quite a few videos from iTunes U on App development.

There definitely does not appear to be a shortage of information. In fact, I'm mostly confused about where I should start. I have begun reading the docs and watching some of the videos, but I am not a developer. Is that where I should start? I do understand what OOP is and have had some very basic Java development training in the past, however, I have not used Objective-C, and do not have experience with C

Before I get in too deep, I was wondering if somebody could tell me where the best place to start is? Should I start by getting an introduction to C? Should I skip that and try to start with Objective-C? Are there are any resources or tutorials available for absolute beginners?

Thanks!

Kirk

Buy the new Aaron Hillegass Objective C book, and read it. He's an excellent writer, and you are the ideal target audience for that book. The first 75 pages is a crash course in C, and then it walks you through learning the basics of Objective C. If you read the whole book and do some of the challenge problems, you will have a decent grounding in Objective C once you're done. You'd then be ready to read one of the iOS books that teaches you Cocoa Touch and Xcode in more depth.

So far I haven't seen a good book that covers Xcode 4.2, or even Xcode 4.0. I would not spend any money on Xcode books that only cover Xcode 3.x. Xcode 4 is very, very different from Xcode 3.x, and you will get confused and frustrated if you try to learn Xcode 4 from a book that teaches you Xcode 3.x.
__________________
Regards,

Duncan C
WareTo

Check out our apps in the Apple App store


Check out this password generator app that shows various techniques including using a data container singleton object to share data between objects in your project.

See this tutorial on using UIView animations and layer animations:

See this thread on generating random, non-repeating text

Check out a very cool Macintosh Kaleidoscopes app called ScopeWorks that we released to the Mac App store.

Last edited by Duncan C; 12-12-2011 at 10:11 PM.
Duncan C is offline   Reply With Quote
Old 12-13-2011, 03:07 AM   #5 (permalink)
Registered Member
 
SundialSoft's Avatar
 
Join Date: Oct 2010
Location: Scotland
Posts: 176
SundialSoft is on a distinguished road
Default

Quote:
Originally Posted by kirkaleze View Post
Hi,

I'm a newbie looking to jump into iOS development. I would really appreciate it if somebody could help point me in the right direction regarding where I should start?

-I have already downloaded and installed Xcode.
-I have downloaded about 10 different docs from the getting started area on the apple dev center.
-I have downloaded quite a few videos from iTunes U on App development.

There definitely does not appear to be a shortage of information. In fact, I'm mostly confused about where I should start. I have begun reading the docs and watching some of the videos, but I am not a developer. Is that where I should start? I do understand what OOP is and have had some very basic Java development training in the past, however, I have not used Objective-C, and do not have experience with C

Before I get in too deep, I was wondering if somebody could tell me where the best place to start is? Should I start by getting an introduction to C? Should I skip that and try to start with Objective-C? Are there are any resources or tutorials available for absolute beginners?

Thanks!

Kirk
Hi Kirk and welcome. What kind of development do you want to do? This breaks down into 2 main paths, apps or games & there's the extra issue of ipad or iphone.

Videos are only useful for baby steps as otherwise they take forever to explain things you can grasp in a few lines of reading. Among the best learning sites is Ray Wenderlich's. Google & you will find a lot of useful material to get you going.

Stack Overflow is a saviour as it has so much material but make sure you are looking at up to date info as ios is a rapidly moving target with new features coming out regularly.

Re: C or Objective-C which are similar variants of the same thing I suggest sticking with Objective-C or you will get even more confused.

Last edited by SundialSoft; 12-13-2011 at 05:24 AM.
SundialSoft is offline   Reply With Quote
Old 12-13-2011, 08:12 AM   #6 (permalink)
Registered Member
 
Join Date: Nov 2010
Posts: 1,106
Meredi86 is on a distinguished road
Default

Get some of the suggested books above and read through those. I came from only HTML and skipped straight into Obj-C, and for me i has worked, i have now got 3 apps on the store and things are starting to look up for me. Just don't expect to be able to write an app in the first week of looking into the language as there will be things you have not come across yet.

Good luck
__________________
Meredi86 is offline   Reply With Quote
Old 12-21-2011, 08:31 PM   #7 (permalink)
Registered Member
 
Join Date: Dec 2011
Posts: 5
Dysko is on a distinguished road
Default

I agree with Duncan's comment above. Are you wanting to make games or apps?

If you're looking to make games, the best thing I've found on getting started is this guide to how to make iPhone games. I bought it because it comes with game source code and includes a book that taught me Objective C and all the basics. I'm now halfway through writing my first adventure game!
Dysko is offline   Reply With Quote
Old 12-21-2011, 08:32 PM   #8 (permalink)
Bringing fun to you
 
davidlxk's Avatar
 
Join Date: Dec 2011
Posts: 43
davidlxk is on a distinguished road
Default

if you are looking into game development, you can try Ray Wenderlich's website which is full of tutorials on it (it also has many other topics as well)
__________________
Drop Dem is out now! You should check it out at http://itunes.apple.com/us/app/drop-dem/id490101113

You should follow Drop Dem on Twitter http://twitter.com/dropdemgame
or find us on Facebook http://www.facebook.com/pages/Drop-Dem/314923981881703
davidlxk is offline   Reply With Quote
Reply

Bookmarks

Tags
beginner, newbie, tutorials?

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 313
6 members and 307 guests
chemistry, Dnnake, iOS.Lover, lendo, Leslie80, pbart
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,664
Threads: 94,120
Posts: 402,898
Top Poster: BrianSlick (7,990)
Welcome to our newest member, Leslie80
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 02:24 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0