Course Overview
Teacher
LearnToProgram is a leading publisher of web, mobile and game development courses that are used by individuals and companies worldwide. Based outside of Hartford, Connecticut, the LearnToProgram team is dedicated to teaching more people to program... View ProfileDetails
- Total Time 5 hr, 50 min
- Lessons 32
- Attachments 105
- Exercises 113
-
190 CQ
32 Lessons in This Course
-
17 minFREEiOS Development lesson 1Free9 CQ
Learning to program is a lot of work, but your first iPhone app doesn’t have to be. Create a "Hello World" project for iPhone or iPad using Xcode (iOS6)!
with LearnToProgramLearning to program is a lot of work, but your first iPhone app doesn’t have to be. Create a "Hello World" project for iPhone or iPad using Xcode (iOS6)!
-
16 miniOS Development lesson 29 CQ
Learn how to use outlets and actions to create an iPhone app in Xcode. This lesson explores writing property statements, linking objects, and so much more.
with LearnToProgramLearn how to use outlets and actions to create an iPhone app in Xcode. This lesson explores writing property statements, linking objects, and so much more.
-
10 miniOS Development lesson 36 CQ
Customize the look and feel of objects in iPhone apps using the many useful property tools in Xcode for iOS6 and iOS7. Learn to code with style!
with LearnToProgramCustomize the look and feel of objects in iPhone apps using the many useful property tools in Xcode for iOS6 and iOS7. Learn to code with style!
-
8 miniOS Development lesson 45 CQ
The features are flexible so why isn't the view? Learn how to make an iPhone app rotate left, right, and upside down in this lesson from Learn to Program.
with LearnToProgramThe features are flexible so why isn't the view? Learn how to make an iPhone app rotate left, right, and upside down in this lesson from Learn to Program.
-
7 miniOS Development lesson 54 CQ
Learn how to adjust auto-resizing of XCode objects and apply anchors, so your iPad or iPhone app will display correctly no matter how it is rotated.
with LearnToProgramLearn how to adjust auto-resizing of XCode objects and apply anchors, so your iPad or iPhone app will display correctly no matter how it is rotated.
-
10 miniOS Development lesson 66 CQ
Learn how to manually resize objects so they display correctly in your iPhone app (iOS 6). Make a button that fits the screen perfectly in any orientation!
with LearnToProgramLearn how to manually resize objects so they display correctly in your iPhone app (iOS 6). Make a button that fits the screen perfectly in any orientation!
-
9 miniOS Development lesson 75 CQ
Learn how to code an iPhone app so the keyboard pops down after the user hits Enter, and see how iOS 7 keyboards differ by coding in Xcode 5.
with LearnToProgramLearn how to code an iPhone app so the keyboard pops down after the user hits Enter, and see how iOS 7 keyboards differ by coding in Xcode 5.
-
7 miniOS Development lesson 84 CQ
Learn to Program shows how to use storyboards in Xcode when building iPhone apps, and how useful storyboarding is in iOS apps with multiple views.
with LearnToProgramLearn to Program shows how to use storyboards in Xcode when building iPhone apps, and how useful storyboarding is in iOS apps with multiple views.
-
8 miniOS Development lesson 95 CQ
Xcode gives Apple developers a lot of control over transitions between views in iPad and iPhone apps. Learn how to control segues in an iOS 6 app!
with LearnToProgramXcode gives Apple developers a lot of control over transitions between views in iPad and iPhone apps. Learn how to control segues in an iOS 6 app!
-
8 miniOS Development lesson 105 CQ
Learn how to trigger tasks before Xcode segues! Learn to Program demonstrates the process by teaching you how to code a simple calculator app.
with LearnToProgramLearn how to trigger tasks before Xcode segues! Learn to Program demonstrates the process by teaching you how to code a simple calculator app.
-
12 miniOS Development lesson 117 CQ
Want to build an app that can be used on both iPads and iPhones? Learn to build, code, and test an iOS app that works on multiple Apple devices!
with LearnToProgramWant to build an app that can be used on both iPads and iPhones? Learn to build, code, and test an iOS app that works on multiple Apple devices!
-
8 miniOS Development lesson 125 CQ
Learn how to make a simple, static view app for iPhone! Learn to Program teaches how to build an iOS app displaying text and an image in a static table view.
with LearnToProgramLearn how to make a simple, static view app for iPhone! Learn to Program teaches how to build an iOS app displaying text and an image in a static table view.
-
8 miniOS Development lesson 135 CQ
Now that you know how to make static table view apps in iOS 6, try building a dynamic table view iPhone app! Learn to Program shows the steps in Xcode.
with LearnToProgramNow that you know how to make static table view apps in iOS 6, try building a dynamic table view iPhone app! Learn to Program shows the steps in Xcode.
-
13 miniOS Development lesson 147 CQ
Now that you're familiar with Xcode, learn to design custom cells in a table view app for iPhone in iOS 6, create arrays, attach objects, and more!
with LearnToProgramNow that you're familiar with Xcode, learn to design custom cells in a table view app for iPhone in iOS 6, create arrays, attach objects, and more!
-
4 miniOS Development lesson 153 CQ
Learn the basic differences an similarities between table view iOS 6 apps and iOS 7 apps. Find to use the new iOS’ features like an Apple developer!
with LearnToProgramLearn the basic differences an similarities between table view iOS 6 apps and iOS 7 apps. Find to use the new iOS’ features like an Apple developer!
-
7 miniOS Development lesson 164 CQ
Take your Apple developer chops to the next level by learning to make multi-tabbed iOS 6 apps! Create anapp with three distinct tabs in this lesson!
with LearnToProgramTake your Apple developer chops to the next level by learning to make multi-tabbed iOS 6 apps! Create anapp with three distinct tabs in this lesson!
-
6 miniOS Development lesson 174 CQ
Learn all about building tabbed apps in Xcode! In this lesson, build an iOS 7 app with multiple view controllers, and learn about the tabbed app template.
with LearnToProgramLearn all about building tabbed apps in Xcode! In this lesson, build an iOS 7 app with multiple view controllers, and learn about the tabbed app template.
-
16 miniOS Development lesson 189 CQ
Want to create an iPhone app that calculates a value in one view and displays it in another? Learn how to pass data in this lesson from Learn to Program.
with LearnToProgramWant to create an iPhone app that calculates a value in one view and displays it in another? Learn how to pass data in this lesson from Learn to Program.
-
14 miniOS Development lesson 198 CQ
Building date picker apps is a similar process in iOS 6 & 7, but there are differences. Learn how an Apple date picker app works in both OS versions.
with LearnToProgramBuilding date picker apps is a similar process in iOS 6 & 7, but there are differences. Learn how an Apple date picker app works in both OS versions.
-
17 miniOS Development lesson 209 CQ
Learn how to build an iPhone app with a custom picker, and programmatically display text in a label based on the value picked. Also check out OS differences.
with LearnToProgramLearn how to build an iPhone app with a custom picker, and programmatically display text in a label based on the value picked. Also check out OS differences.
-
9 miniOS Development lesson 215 CQ
Learn how to save files to an iOS device. Learn to Program shows how to create a single-view iPhone app, test it, and save it on an iOS device.
with LearnToProgramLearn how to save files to an iOS device. Learn to Program shows how to create a single-view iPhone app, test it, and save it on an iOS device.
-
12 miniOS Development lesson 227 CQ
Knowing how to save and load files on iOS devices is a crucial skill for an Apple developer. Learn how to use Xcode to load and run an iPad or iPhone app.
with LearnToProgramKnowing how to save and load files on iOS devices is a crucial skill for an Apple developer. Learn how to use Xcode to load and run an iPad or iPhone app.
-
15 miniOS Development lesson 238 CQ
Developing Apple apps? Learn how to save data as an object, archive it, and load it. Create an iOS app, code arrays, setup a directory, and create an archive.
with LearnToProgramDeveloping Apple apps? Learn how to save data as an object, archive it, and load it. Create an iOS app, code arrays, setup a directory, and create an archive.
-
13 miniOS Development lesson 247 CQ
Learn how touches and taps are recorded on Apple touchscreens by building an app in Xcode. Write an app to display the x and y coordinates of movement!
with LearnToProgramLearn how touches and taps are recorded on Apple touchscreens by building an app in Xcode. Write an app to display the x and y coordinates of movement!
-
9 miniOS Development lesson 255 CQ
Learn how to add gestures to iOS apps in xCode! Learn to Program teaches how to build an iPhone an app that you can tap, swipe, and long press.
with LearnToProgramLearn how to add gestures to iOS apps in xCode! Learn to Program teaches how to build an iPhone an app that you can tap, swipe, and long press.
-
12 miniOS Development lesson 267 CQ
Create a tracking or GPS navigation app for your iOS device, using Xcode! Learn to build an iPhone app that displays your GPS location in this lesson.
with LearnToProgramCreate a tracking or GPS navigation app for your iOS device, using Xcode! Learn to build an iPhone app that displays your GPS location in this lesson.
-
7 miniOS Development lesson 274 CQ
Need notifications in your iOS apps? Setup an alert time, sound, and notification message for an iPhone app so your users know when it needs attention.
with LearnToProgramNeed notifications in your iOS apps? Setup an alert time, sound, and notification message for an iPhone app so your users know when it needs attention.
-
9 miniOS Development lesson 285 CQ
Strengthen your iOS app building skills by creating a UI web view app that lets users navigate to websites of their choice on their iPads and iPhones.
with LearnToProgramStrengthen your iOS app building skills by creating a UI web view app that lets users navigate to websites of their choice on their iPads and iPhones.
-
12 miniOS Development lesson 297 CQ
Need an MP3 player in your iPhone app? You'll learn how to add audio framework, write and link code to the mp3 player buttons, and test errors in XCode.
with LearnToProgramNeed an MP3 player in your iPhone app? You'll learn how to add audio framework, write and link code to the mp3 player buttons, and test errors in XCode.
-
13 miniOS Development lesson 307 CQ
Learn how to build an MP4 player for iPhone (iOS 6) using XCode. Create framework, code a path to the movie, and setup a notification center with ease.
with LearnToProgramLearn how to build an MP4 player for iPhone (iOS 6) using XCode. Create framework, code a path to the movie, and setup a notification center with ease.
-
7 miniOS Development lesson 314 CQ
Wondering how the iPad and iPhone apps in iOS 7 look on iOS 6 devices? In this lesson, build an app in XCode 5, and observe how the objects convert!
with LearnToProgramWondering how the iPad and iPhone apps in iOS 7 look on iOS 6 devices? In this lesson, build an app in XCode 5, and observe how the objects convert!
-
8 miniOS Development lesson 325 CQ
With conditional resource loading in XCode 5, you can code custom launch options so apps will support iOS 6 and iOS 7, and elements will display correctly.
with LearnToProgramWith conditional resource loading in XCode 5, you can code custom launch options so apps will support iOS 6 and iOS 7, and elements will display correctly.
-
19140 min19-part Software Development course80 CQ
Want to add a layer of interactivity to your HTML website without wasting time on a programming language that isn’t built to last? Whether you’re new to coding or looking to brush up on old skills, you’ll find everything you need to know about JavaScript basics in these 19 lessons. Learn how to use operators, variables, conditional statements, loops, and more. By the end of this course, you should have the necessary tools to start building your own dynamic website or browser-based game.
with LearnToProgramWant to add a layer of interactivity to your HTML website without wasting time on a programming language that isn’t built to last? Whether you’re new to coding or looking to brush up on old skills, you’ll find everything you need to know about JavaScript basics in these 19 lessons. Learn how to use operators, variables, conditional statements, loops, and more. By the end of this course, you should have the necessary tools to start building your own dynamic website or browser-based game.
-
27221 min27-part Web Development course124 CQ
Learning how to code has never been so simple! This 27-lesson beginner’s course from Learn to Program teaches you how to create a website from scratch using HTML and CSS. Start with an overview of web development before delving into the structure of HTML and XHTML documents. By the end of this course, you’ll know how to code links, inputs, and comments in HTML; style and format content with CSS; and more. Each lesson is accompanied by a screencast and exercises to reinforce your understanding.
with LearnToProgramLearning how to code has never been so simple! This 27-lesson beginner’s course from Learn to Program teaches you how to create a website from scratch using HTML and CSS. Start with an overview of web development before delving into the structure of HTML and XHTML documents. By the end of this course, you’ll know how to code links, inputs, and comments in HTML; style and format content with CSS; and more. Each lesson is accompanied by a screencast and exercises to reinforce your understanding.
-
972 min9-part Software Development course42 CQ
Want to design and program your own game using one of the most common languages in PC game building? In this course, LearnToProgram teaches you how to create a basic, text-based game called “Monster."
with LearnToProgramWant to design and program your own game using one of the most common languages in PC game building? In this course, LearnToProgram teaches you how to create a basic, text-based game called “Monster."
-
24274 min24-part Web Development course150 CQ
Develop expertise in website design and turn your plain HTML webpage into a stylistic treat using CSS! By the end of this course, you’ll be able to create the perfect look and feel for any website.
with LearnToProgramDevelop expertise in website design and turn your plain HTML webpage into a stylistic treat using CSS! By the end of this course, you’ll be able to create the perfect look and feel for any website.
-
21114 min21-part Software Development course66 CQ
Want to learn a programming language that emphasizes readability without sacrificing power? Python is the one for you. In this beginner's course, Learn to Program guides you through Python’s lists, conditional statements, loops, and more. If you are already proficient in a similar object-oriented language such as C or Java, learning the essentials of Python will be a piece of cake; if you've never written a single line of code, these crystal-clear lessons will make learning a new language as painless as possible.
with LearnToProgramWant to learn a programming language that emphasizes readability without sacrificing power? Python is the one for you. In this beginner's course, Learn to Program guides you through Python’s lists, conditional statements, loops, and more. If you are already proficient in a similar object-oriented language such as C or Java, learning the essentials of Python will be a piece of cake; if you've never written a single line of code, these crystal-clear lessons will make learning a new language as painless as possible.
-
32350 min32-part iOS Development course190 CQ
With the spread of tablets and smartphones, there are more opportunities for programmers than ever before. In this intermediate-level course, get your start as a developer for Apple iOS devices!
with LearnToProgramWith the spread of tablets and smartphones, there are more opportunities for programmers than ever before. In this intermediate-level course, get your start as a developer for Apple iOS devices!
-
7107 min7-part iOS Development course57 CQ
Looking for a programming language that can do some heavy-lifting but doesn't take years to master? When programming for iOS, OS X, and watchOS, Apple's programming language Swift is the best choice!
with Sanjay NoronhaLooking for a programming language that can do some heavy-lifting but doesn't take years to master? When programming for iOS, OS X, and watchOS, Apple's programming language Swift is the best choice!
-
780 min7-part iOS Development course44 CQ
Get behind the UI-UX scenes and learn how to confidently build and maintain app interfaces that deal with different iPhone screen sizes and orientations using Xcode's Auto Layout feature in Swift.
with Sanjay NoronhaGet behind the UI-UX scenes and learn how to confidently build and maintain app interfaces that deal with different iPhone screen sizes and orientations using Xcode's Auto Layout feature in Swift.
-
34196 min34-part iOS Development course117 CQ
Are you interested in making your first iOS or OSX app? Mark Lassoff, the founder of Learn to Program, offers a beginner-friendly overview of Swift using the Xcode development environment.
with LearnToProgramAre you interested in making your first iOS or OSX app? Mark Lassoff, the founder of Learn to Program, offers a beginner-friendly overview of Swift using the Xcode development environment.
-
12150 min12-part Android Development course81 CQ
Follow along and learn how to create mobile apps in this project-based development course. Follow along and make 10 different apps you can use and distribute to iOS, Android, Kindle and more!
with LearnToProgramFollow along and learn how to create mobile apps in this project-based development course. Follow along and make 10 different apps you can use and distribute to iOS, Android, Kindle and more!