I welcome all newcomers who have never programmed before and want to learn programming on Mac OS X.
All Lessons by Lucas Derraugh
-
7 minFREEAndroid Development lessonFree4 CQ
Once you build a solid foundation of the programming language Objective-C, you’ll be equipped to create the latest and great app for Apple iOS or OS X.
with Lucas DerraughOnce you build a solid foundation of the programming language Objective-C, you’ll be equipped to create the latest and great app for Apple iOS or OS X.
-
4 minAndroid Development lesson3 CQ
Ready to begin using Objective-C to create the next big app for iOS or OS X? Learn about the history of this language as well as how to get started!
with Lucas DerraughReady to begin using Objective-C to create the next big app for iOS or OS X? Learn about the history of this language as well as how to get started!
-
7 minAndroid Development lesson4 CQ
In this lesson, Lucas Derraugh breaks down the functions of each line of XCode's default Objective-C project, from the import function to NSAutorelease Pool.
with Lucas DerraughIn this lesson, Lucas Derraugh breaks down the functions of each line of XCode's default Objective-C project, from the import function to NSAutorelease Pool.
-
7 minAndroid Development lesson4 CQ
Descriptions are a great example of an important Objective-C feature: overriding. Learn how overriding works with this demonstration of the description method.
with Lucas DerraughDescriptions are a great example of an important Objective-C feature: overriding. Learn how overriding works with this demonstration of the description method.
-
8 minAndroid Development lesson5 CQ
Classes are the building blocks of Objective-C; without them, your code would be a mess. Continue your quest to Objective-C mastery with this lesson on classes.
with Lucas DerraughClasses are the building blocks of Objective-C; without them, your code would be a mess. Continue your quest to Objective-C mastery with this lesson on classes.
-
6 minAndroid Development lesson4 CQ
What good are methods if they aren't used within your code? Use this tutorial to explore the @implementation and @interface sections of Objective-C programming.
with Lucas DerraughWhat good are methods if they aren't used within your code? Use this tutorial to explore the @implementation and @interface sections of Objective-C programming.
-
8 minAndroid Development lesson5 CQ
Once you have the structure for your Objective-C project, it's time to get down to business! This tutorial shows you how to write simple Objective-C methods.
with Lucas DerraughOnce you have the structure for your Objective-C project, it's time to get down to business! This tutorial shows you how to write simple Objective-C methods.
-
8 minAndroid Development lesson5 CQ
NSStrings are essential to your Objective-C projects; they allow you to input text and attach it to any object. Learn the many ways to use and format strings.
with Lucas DerraughNSStrings are essential to your Objective-C projects; they allow you to input text and attach it to any object. Learn the many ways to use and format strings.
-
11 minAndroid Development lesson6 CQ
Confused about the difference between objects and classes? This tutorial reviews what you need to know about how each functions within your project.
with Lucas DerraughConfused about the difference between objects and classes? This tutorial reviews what you need to know about how each functions within your project.
-
10 minAndroid Development lesson6 CQ
Arrays are useful programming tools for working with large amounts of information. This tutorial covers how they work in Objective-C, using the NSArray class.
with Lucas DerraughArrays are useful programming tools for working with large amounts of information. This tutorial covers how they work in Objective-C, using the NSArray class.