|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 | |
|
Stanford Offers iPhone App Development Course Free on iTunes U
![]() ![]() Stanford University is offering the iOS 5 edition of its well-regarded iPhone and iPad application development course free on iTunes U. Quote:
The university notes that the two Stanford prerequisite courses, Programming Methodology [Link] and Programming Abstractions [Link], are also available on iTunes U. iPhone Application Development is available free on iTunes [Link]. Article Link: Stanford Offers iPhone App Development Course Free on iTunes U |
||
|
|
2
|
|
|
#2 |
|
This lecture was there years ago. And they update it every year. Awesome stuff (although I only followed for 4 lectures before working on my own project).
Last edited by Doctor Q; Nov 18, 2011 at 01:49 PM. Reason: no need to quote entire article |
|
|
|
0
|
|
|
#3 |
|
Awesome resource. The one's in the past have been a bit fast paced for my experience level which is a beginner. But it is indeed excellent and I keep coming back to it as I learn more.
Thanks to Apple and the Universities for such an wonderful learning experience!!!!
|
|
|
|
1
|
|
|
#4 |
|
Very true (the last was Fall 2010) but the Fall 2010 was outdated rather quickly because of XCode releases. It's nice to finally have an updated lecture and hopefully this utilizes the latest and greatest!
The Stanford lecture is by far the best out of all iOS lectures available on iTunes U. |
|
|
|
1
|
|
|
#5 |
|
There's not as many videos as Fall 2010 for some reason
|
|
|
|
0
|
|
|
#6 |
|
The class isn't over; there are still lectures that have been yet to be delivered and filmed. Others are in the post-production pipeline.
__________________
(My signature goes here.) |
|
|
|
1
|
|
|
#7 |
|
An absolute must for beginning iPhone developers.
|
|
|
|
0
|
|
|
#8 |
|
But according to what I read, not for beginning developers. You must know C++ already or have a good foundation on it.
---------- Apparently, either the course is still in progress with new videos posting every time there's a class, or they are just going to post as they finish editing.
__________________
17" MacBook Pro (2007) iPad 3G / new iPad LTE 64GB AppleTV 2 ![]() Follow @AmazingIceman for useful tech info and more (mention MacRumors). |
|
|
|
0
|
|
|
#9 |
|
It's an upper level undergraduate computer science course. This means that, at a bare minimum, the students will already have had an intro to object-oriented programming (probably Java or C++) and something on data structures.
|
|
|
|
0
|
|
|
#10 |
|
I'm following it as well... I was following last year's course, but I find this years' iOS 5 course more suitable as it's become more easy for non-C developers to understand. For example, due to ARC (automatic reference counting) the whole retain/release mess is overboard and memory management is more or less out of the way. Which means you can focus more on the 'how' and the functionality than on boilerplate code. Also this course seems to focus on the dot notation from the start, while in previous year(s) it was more focussed on how it was supposed to go, how that changed over the years, and how you're supposed to do it now. This year's course is focussed on how it is supposed to do now (e.g. from the start the dot notation, synthesizing properties, etc), and how one was supposed to do it before is pretty much out of scope of the course. I find this year's course a more hands-on experience and practical while the previous ones were more theoretical.
The whole idea of designing the view, hooking it up to code through outlets and actions is really quite elegant. The syntax is the bit to get used to, but due to the dot notation that becomes more easy to follow. If you have a history in OO-programming and are familiar with the MVC design pattern, you will find this course is quite easy to follow. In my opinion the best iOS course out there... Must see if you want to head into iOS development... Especially as it covers the iOS 5 SDK and Xcode 4 very well (a lot of new API's were introduced, and Xcode 4 has changed quite dramatically compare to the previous iterations). And what better a teacher than one who actually helped set up Objective-C at NeXT at the very beginning? ![]() The course started at the end of september and is still underway... It might indeed be a bit hard to grasp if you do not understand basic OO programming, as it it constantly referring to Class, Object, Instance, Inheritance, Introspection, etcetera. If you do not have the basic OO-knowledge this is gonna be a tough cookie... But, any OO will do... C++ definitely not a requirement... Last edited by 4np; Nov 16, 2011 at 05:19 PM. |
|
|
|
1
|
|
|
#11 |
|
Wirelessly posted (Mozilla/5.0 (iPhone; CPU iPhone OS 5_0_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Version/5.1 Mobile/9A405 Safari/7534.48.3)
Def going to check this out! |
|
|
|
0
|
|
|
#12 |
|
What's a good one on learning just the C programing language?
|
|
|
|
0
|
|
|
#13 |
|
Wirelessly posted (Mozilla/5.0 (iPhone; CPU iPhone OS 5_0_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Version/5.1 Mobile/9A405 Safari/7534.48.3)
Wow, that is fsarking awesome. Just watched one of the first classes. Wish I had the time to sit around all day and learn this stuff, but im a bit of an old dog now to be starting developing (32). Maybe in a year or so I can have an app out. I think iTunes U is one of the totally underrated things Apple has done.
__________________
"That's quite obsessive isn't it?!" -Ive Last edited by powers74; Nov 16, 2011 at 09:27 PM. |
|
|
|
0
|
|
|
#14 |
|
See the programming forum section for this issue....
__________________
Silicon Valley Digerati MacBook C2D & iPad |
|
|
|
0
|
|
|
#15 |
|
Positively GREAT course!!! (fall2010)
Really excited to retake it all over again!!!! I wish it was a bit easier to find similar courses!!
__________________
!!A MacBook Family ¡¡ 2012 13" MBAir + 2 MBPs for the kids!! iPhone5 | iPad2 (64-WiFi) | TV2 | Time Capsule 2T |
|
|
|
0
|
|
|
#16 |
|
Another alternative to developing cross-platform apps for iOS, Mac OS, Android, etc is using RunRev's easy to use LiveCode....
They have great support, support forums, as well as a live online learning program (like webex seminars...) with downloadable supporting materials.... Check it out at http://runrev.com/ FYI, I have no connection to RunRev other than being a satisfied customer....
__________________
Silicon Valley Digerati MacBook C2D & iPad Last edited by ArchiMark; Nov 18, 2011 at 08:25 AM. Reason: clarified that LiveCode is cross-platform |
|
|
|
0
|
|
|
#17 |
|
|
0
|
|
|
#18 |
|
The question you raised regarding learning C.....that has been discussed over in the programming section of these forums...
__________________
Silicon Valley Digerati MacBook C2D & iPad |
|
|
|
0
|
|
|
#19 |
|
Of course if you have a great app idea you could just contract a developer to do the coding for you.
Nevertheless, a great resource and I'll definately be watching it.
__________________
http://www.1goodidea.com - a website for people with app ideas and app developers |
|
|
|
0
|
|
|
#20 |
|
My friend and former colleague, Julie Zelenski, has been teaching at Stanford for nearly 2 decades and as a Software Engineer at NeXT and Apple--in short, an expert in ObjC/Cocoa.
|
|
|
|
0
|
|
|
#21 | |
|
I've watched many iTunesU videos on iOS and Dr. Hegarty's are by far the best. I didn't know he worked at NeXT. That certainly explains how well-versed he is!
Quote:
Then again, I might be biased. ![]() Another benefit of learning C# is that you can use MonoTouch to develop apps for any of the 3 major mobile platforms. It's not cheap software but it would be a good option if you're looking to reach the widest possible audience with your apps. |
||
|
|
0
|
|
|
#22 |
|
Yes, indeed. It is such a pleasure to even just watch the course videos. At the start of the fourth lecture, the teacher pays tribute to SJ. When he graduated from Stanford almost two decades ago, he went to work for SJ at Next.
|
|
|
|
0
|
|
|
#23 | |
|
Quote:
|
||
|
|
0
|
|
|
#24 |
|
So happy i can Attend this ...... yet so far away and anytime i feel like.
U gotta love iTunesU
__________________
2011 13" Macbook pr ![]() -- iPhone 4s 16gb -- iPAD 2 32gb
|
|
|
|
0
|
|
|
#25 |
|
Updated for iOS 5. Tools and APIs required to build applications for the iPhone and iPad platform using the iOS SDK. User interface designs for mobile devices and unique user interactions using multi-touch technologies. Object-oriented design using model-view-controller paradigm, memory management, Objective-C programming language. Other topics include: object-oriented database API, animation, multi-threading and performance considerations. Prerequisites: C language and programming experience at the level of 106B (Programming Abstractions) or X. Recommended: UNIX, object-oriented programming, graphical toolkits Offered by Stanford’s School of Engineering, the course will last ten weeks and include both the lecture videos and PDF documents. A new lecture will be posted each Monday, Wednesday and Friday. Subscribe to this course, and automatically receive new lectures as they become available. Released with a Creative Commons BY-NC-ND license.
__________________
iphone app development |
|
|
|
0
|
![]() |
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| thread | Thread Starter | Forum | Replies | Last Post |
| Is there a software available for making iPad or iPhone apps | technoawareness | iPhone/iPad Programming | 29 | Mar 30, 2012 04:36 AM |
| Begin Making iPhone Apps | applereviewguy | iPhone and iPod touch Apps | 1 | Oct 18, 2011 11:42 PM |
| iPhone App Testing Help? | jonclarkccnp | iPhone and iPod touch Apps | 3 | Nov 11, 2010 08:21 AM |
| iPhone app which reads out caller ID? | emilemac | iPhone and iPod touch Apps | 1 | Nov 7, 2010 08:08 AM |
All times are GMT -5. The time now is 12:04 PM.









iPad 3G / new iPad LTE 64GB 

Then again, I might be biased. 


Linear Mode

