Invalid quantity. Please enter a quantity of 1 or more.
The quantity you chose exceeds the quantity available.
Please enter your name.
Please enter an email address.
Please enter a valid email address.
Please enter your message or comments.
Please enter the code as shown on the image.
Please select the date you would like to attend.
Please enter an email address.
Please enter a valid email address in the To: field.
Please enter a subject for your message.
Please enter a message.
You can only send this invitations to 10 email addresses at a time.
$$$$ is not a properly formatted color. Please use the format #RRGGBB for all colors.
Please limit your message to $$$$ characters. There are currently ££££.
$$$$ is not a valid email address.
Please enter a promotional code.
N/A
Sold Out
You have exceeded the time limit and your reservation has been released.
The purpose of this time limit is to ensure that registration is available to as many people as possible. We apologize for the inconvenience.
This is option is not available anymore. Please choose a different option.
Please read and accept the waiver.
All fields marked with * are required.
Please double check your email address. The email address format does not appear valid.
$$$$ requires a number between ££££ and §§§§
US Zipcodes need to be 5 digits.
Please double check your website URL.
All fields marked with * are required.
Your credit card expiration date is in the past.
Your credit card CSC needs to be 4 digits.
Please confirm your order:
$$$$
You have selected to Pay by Check.
Click OK to confirm your order.
Please confirm your order:
$$$$
You have selected to Pay at the Door.
Click OK to confirm your order.
Please confirm your order:
$$$$
You have selected to Pay upon Receiving an Invoice.
Click OK to confirm your order.
Your credit card CSC needs to be 3 digits.
Your billing zip code needs to be 5 digits.
There was a problem saving your address.
There was a problem saving your credit card info.
There was a problem saving your personal information.
Please select the date you would like to attend.
McAfee Secure sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams.
Copying Prohibited by Law - McAfee Secure is a Trademark of McAfee, Inc.
Unknown card type.
No card number provided.
Credit card number is in invalid format.
Wrong card type or credit card number is invalid.
Credit card number has an inappropriate number of digits.
Please enter numbers here.
Please enter an integer value.
Numbers must be less or equal to $$$$
All the required fields have not been filled out. Click OK to proceed without all the required information, or click Cancel to finish entering the missing data.
Sorry, invalid event registration form.
Sorry, invalid event or database error.
Sorry, quantity must be a positive integer.
Sorry, you did not select a valid ticket.
Sorry, invalid event organizer email address.
Your order was canceled.
Thank You. Your order has been successfully completed. Your name and email address have been added to the list of event attendees.
Sorry, that option is sold out.
Sorry, that option is no longer available.
Sorry, there are only tickets of that type still available.
Sorry, you entered an invalid quantity. Please enter a quantity of 1 or more next to the type or types of tickets you would like to purchase.
Sorry, you did not select any tickets to purchase. Please enter a quantity of 1 or more next to the type or types of tickets you would like to purchase.
Sorry, there are no tickets left for this event.
The tickets, ticket quantity or date and time you've requested are no longer available, due to previous sales. Please choose a different date, time or number of tickets and place your order again.
Sorry, one or more of the tickets you requested are no longer available for purchase.
Sorry, you need to select the date you want to attend.
Sorry, the promotional code you entered is not valid yet.
Sorry, the promotional code you entered has expired.
Sorry, the promotional code you entered is not valid.
Your session has expired. Try ordering again.
Sorry, your requested ticket quantity exceeds the number provided by your promotional code.
Sorry, the tickets you are trying to order are not currently available.
Sorry, the payment type chosen is invalid for this event.
Sorry, there is only 1 ticket left for this event.
Sorry, there are only tickets left for this event.
We're sorry, this invitation is invalid.
We're sorry, this invitation has already been used.
We're sorry, you already have an order being processed for this event. Please wait a few minutes and try again.
We're sorry, there is a problem with your invitation. Please try again.
Invalid quantity of tickets selected.
Invalid donation amount.
Sorry, the payment type chosen is invalid for this event.
Sorry, your billing address was not saved properly, please try again.
Sorry, we experienced an internal error, please try again.
The captcha you entered is invalid. Please try again.
Invalid credit card selected. You have been logged out.
Sorry, your team selection was not valid.
Sorry, the payment type chosen is invalid for this event.
Sorry, your billing address was not saved properly, please try again.
Sorry, we experienced an internal error, please try again.
State
Zip Code
Province
Postal Code
County
State/Territory
State/Province
Event Details
Intro to iOS Development // TECH 462
Kimball Hulbert, Lead Developer, Fueled
Every Monday and Thursday from 6:00-7:30 pm, July 11th-August 1st.
A briskly paced course designed to teach you the essentials of programming for iOS devices, covering the tools, language and design principles you'll need to get started. You don't need to be a code guru to learn iOS, but you should have some programming experience in a C based language such as C, C++, Java, PHP, ActionScript 3, etc. Object oriented programming experience will be helpful. At every step we will you provide you with the resources you'll need to extend your learning on your own time. The pace of the course will adapt to the speed of the participants.
NOTE TO REGISTRANTS:
In order to work on iOS you will need a free iOS Developer account and an installed copy of Xcode - Apple's iOS and OS X integrated development environment.
Go to http://developer.apple.com/programs/register/ to register.
Once registered you should be able to download Xcode 4.0.2 with the iOS 4.3 SDK here:
http://developer.apple.com/xcode/index.php
This is a 3.5 GB file so please allow plenty of time to download and install before arriving at class.
Session I (7/11): iOS Tools and App Design
You'll learn about the architecture of an iPhone app, Xcode, Interface Builder (now part of Xcode) and the simulator you'll use for testing. We all know Apple is a stickler for details - from the design of their packaging to the way you download music, and writing code for an Apple device is no exception. But if you keep an open mind the rules will actually help you get up and running faster to build your first app!
Session II (7/14): Object Oriented Programming and Objective C
Objective C is the language used to write applications for iOS. We'll dive deeper into the details of Objective C and cover the essential object oriented programming principles you'll need to write robust, beautiful code.
Session III (7/18): MVC, Cocoa Touch Conventions and the iOS SDK
iOS apps are written with a Model-View-Controller architecture and make heavy use of a few standard programming design patterns. You'll learn how to create and use these patterns while exploring the dozens of elements the iOS libraries make available to you to present information and receive input from the user.
Session IV (7/21): 1,001 Ways to Show Off
Ok, maybe not 1,001, but a lot! We'll cover the various view configurations you're used to seeing in the apps you already use - navigation views, tab views, flip views, scroll views, web views, the list goes on - how to set them up, how they work together, when to use them, and when not to use them.
Session V (7/25): Table Views and Scenic Views
Table Views deserve a little extra special attention. They are flexible, powerful, and a little more complicated than what we've seen so far. We'll also spend some time using the image picker so you can use allow users to take pictures and use images from their photo gallery.
Session VI (7/28): Location, Location, Location. Oh And Animation
You'll learn about reading motion and orientation information from the phone, detecting shake events, and using location information in concert with iOS's built-in mapping tools. And perhaps you've got some gumption and you want to add some spark to your app to make it stand out, so we'll try out some basic animation.
Session VII (8/1): Important Miscellany and Next Steps
Rounding off an application with a launch image and icon; grabbing data from the internet; saving data for later use; social integration - some small, some big. We'll cover the small ones and get you started on the big ones.
Kimball Hulbert is Lead Developer at Fueled, a New York City based mobile development, design, and strategy firm. He studied at Washington University in St. Louis and Columbia University in New York and has 8 years of experience in computer science and software development. Before joining with Rameet Chawla in 2009 to start Fueled, he worked as an independent software developer. He has since brought Fueled from tiny start-up to 30-strong mid-sized company by emphasizing agile, design-conscious, cutting-edge development, all the while developing award-winning solutions for problems as diverse as video conferencing and augmented reality.
Use the hashtag #gaiosdev to send follow-up questions and continue the conversation.
Can't make it? Sign up at http://generalassemb.ly to stay in the loop on future events and classes.
When & Where
902 Broadway, 4th Floor
New York,
10010
Monday, July 25, 2011 from 6:00 PM to 7:30 PM (ET)
Add to my calendar
Hosted By
General Assembly
General Assembly is a campus for technology, design, and entrepreneurship. We provide educational programming, space, and support to facilitate collaborative practices and learning opportunities across a community inspired by the entrepreneurial experience.