Complete iOS7 Programming – Made Easy!
Complete iOS7 Programming – Made Easy!, available at $19.99, has an average rating of 4.45, with 123 lectures, based on 13 reviews, and has 2474 subscribers.
You will learn about Become a master in developing iPhone Apps using iOS7 A complete and exhaustive iOS7 development course, created from the ground up! Learn by example by walking you through real live projects step by step Bonus Objective C series of 26 lectures! This course is ideal for individuals who are Beginners and advanced level developers who want to learn iOS7 It is particularly useful for Beginners and advanced level developers who want to learn iOS7.
Enroll now: Complete iOS7 Programming – Made Easy!
Summary
Title: Complete iOS7 Programming – Made Easy!
Price: $19.99
Average Rating: 4.45
Number of Lectures: 123
Number of Published Lectures: 123
Number of Curriculum Items: 123
Number of Published Curriculum Objects: 123
Original Price: $27.99
Quality Status: approved
Status: Live
What You Will Learn
- Become a master in developing iPhone Apps using iOS7
- A complete and exhaustive iOS7 development course, created from the ground up!
- Learn by example by walking you through real live projects step by step
- Bonus Objective C series of 26 lectures!
Who Should Attend
- Beginners and advanced level developers who want to learn iOS7
Target Audiences
- Beginners and advanced level developers who want to learn iOS7
Master iOS7 programming in 60 days – Guaranteed
This brand new, step by step course will guide you through all the hurdles until you start coding just like the gurus.
This is by far the best and most high quality iOS 7 Video Course we have created – with over 20 hours of video training, source code and exercises spanning 118 lectures!
In addition – it comes with EDUmobile PREMIUM Support offered by our native USA experienced associate.
As a member of the EDUmobile community – you are invited today, to try it at absolutely no risk!
Designed by seasoned experts and tutors who know exactly how to present the course in a systematic step by step manner – this is by far the most thorough and complete iOS7 course available anywhere – online today… find anything better – we'll give this to you complementary!
If you've struggled with other iOS 7 online courses, that confuse you and cause you to drop out – this is exactly what you're looking for.
We've spent 4 and a half months in developing and carefully structuring this course. Our prime focus is to ensure learning is simple and done step by step through easy to follow video sessions.
The full course spans over a total of over 20 hours of high quality video training. All topics are easy to learn and presented in digestible short 5 to 15 minute videos with real world examples, demos and exercises – in addition to the live interactive support we are now offering.
At the end of this course, you will have a good understanding of how mobile apps are written on the iPhone.
The course contains discussions, demos, and exercises to test your skill. All demos come with full source code.
The course is divided into THREE main Parts (A, B, C) – each with their respective Course Units. We've also packaged a bonus course on Objective – C programming if you need to brush up your Obj C skills.
Part A, is the foundation and will get you through majority of the main foundation learning topics.
We start the course with some of the important design patterns used when developing in Objective – C for iPhones and iPads. We'll also look at the structure of iOS itself and the application lifecycle.
You will then learn how to build and control user interfaces using views and view controllers. Touch interactions are also covered.
Next, we teach the three view controller types that are important in any iPhone app: tab bars, navigation controllers, and table views. Probably 80% of all iPhone apps rely on one or more of these controller types, so this unit goes into great detail. There are six discussions and seven demos (with code included) in this unit alone!
Then we cover SQLite, a light-weight mobile database system used on both Android and Apple mobile platforms. You'll review SQL syntax and learn how to create databases and interact with them in your apps.
Parts B & C of the course cover more advanced features, such as – Threading, Audio and Video, 2D Graphics and Animation, SpriteKit and OpenGL-ES.
*BONUS* – Learn Objective C Programming from The Ground Up
If you need to brush up your Objective C skills, we're giving you a BONUS course packaged at no extra cost. This Objective C course is otherwise available as a stand alone course at a premium price.
Course Curriculum
Chapter 1: Objective C
Lecture 1: Introduction
Lecture 2: Types and Structs
Lecture 3: Types and Structs Demo with Source Code
Lecture 4: Pointers and Arrays
Lecture 5: Pointers and Arrays Demo with Source Code
Lecture 6: Classes and Objects
Lecture 7: Classes and Objects Demo with Source Code
Lecture 8: Properties and Methods
Lecture 9: Properties and Methods Demo with Source Code
Lecture 10: Inheritance and Polymorphism
Lecture 11: Inheritance and Polymorphism Demo with Source Code
Lecture 12: Object Properties and ARC
Lecture 13: NSString
Lecture 14: NSString Demo
Lecture 15: NSArray Discussion
Lecture 16: NSArray Demo with Source Code
Lecture 17: Obj C NSet Discussion
Lecture 18: NSSet Demo with Source Code
Lecture 19: Obj C NSDIctionary Discussion
Lecture 20: NSDIctionary Demo with Source Code
Lecture 21: Obj C Delegation Discussion
Lecture 22: Delegation Demo with Source Code
Lecture 23: Obj C Category Discussion
Lecture 24: Category Demo with Source Code
Lecture 25: Obj C Extension Discussion
Lecture 26: Extension Demo with Source Code
Chapter 2: Introduction to iOS 7
Lecture 1: Design Pattern Discussion
Lecture 2: Design Pattern Demo with Source Code
Lecture 3: iOS 7 Intro Discussion
Lecture 4: Hello World Demo with Source Code
Lecture 5: iOS 7 System Discussion
Lecture 6: Installing Frameworks Demo
Lecture 7: App Lifecycle Discussion
Lecture 8: Lifecycle Demo with Source Code
Lecture 9: Assignments – Section 2
Chapter 3: iPhone User Interfaces (Views and View Controller)
Lecture 1: Nib Discussion
Lecture 2: Nib Demo with Source Code
Lecture 3: Storyboard Discussion
Lecture 4: Storyboard Demo with Source Code
Lecture 5: View / View Controller Discussion
Lecture 6: View Controller Demo with Source Code
Lecture 7: Touch Events Discussion
Lecture 8: Touch Gesture Demo with Source Code
Lecture 9: UITouch Demo with Source Code
Lecture 10: Assignments – Section 3
Chapter 4: Tab Bar, Navigation and Table View Controllers
Lecture 1: Tab Bar Controller Discussion
Lecture 2: Tab Bar Controller Demo with Source Code
Lecture 3: Navigation Controller Discussion
Lecture 4: Navigation Controller Demo with Source Code
Lecture 5: MVC in Collection Controllers Discussion
Lecture 6: Table View Controller Discussion 1
Lecture 7: Table View Controller Demo 1 with Source Code
Lecture 8: Table View Detail Discussion 2
Lecture 9: Table View Controller Demo 2 with Source Code
Lecture 10: Table View Add / Delete Discussion 3
Lecture 11: Table View Controller Demo 3 (Adding) with Source Code
Lecture 12: Table View Controller Demo 4 (Deleting) with Source Code
Lecture 13: Table View Controller Demo 5 (Grouped / Indexed) with Source Code
Lecture 14: Assignments – Section 4
Chapter 5: SQLite
Lecture 1: Plist Discussion
Lecture 2: Plist Demo with Source Code
Lecture 3: SQLite 3 Discussion 1
Lecture 4: SQLite 3 Demo 1
Lecture 5: SQLite 3 Discussion 2
Lecture 6: SQLite 3 Demo 2
Lecture 7: SQLite 3 Discussion 3
Lecture 8: SQLite 3 Demo 3 with Source Code
Lecture 9: SQLite 3 Discussion 4
Lecture 10: SQLite 3 Demo 4 with Source Code
Lecture 11: Assignments – Section 5
Chapter 6: Threading: NSThread, NSOperationQueue, Grand Central Dispatch
Lecture 1: Blocks Discussion
Lecture 2: Synchronization Discussion
Lecture 3: NSThread Demo 1 with Source Code
Lecture 4: NSThread Demo 2 with Source Code
Lecture 5: NSOperation Discussion
Lecture 6: NSOperation Queue Discussion
Lecture 7: NSOperation / Operation Queue Demo with Source Code
Lecture 8: Grand Central Dispatch Discussion
Lecture 9: Grand Central Dispatch Demo 1 with Source Code
Lecture 10: Grand Central Dispatch Demo 2 with Source Code
Chapter 7: Audio and Video
Lecture 1: Audio Discussion
Lecture 2: Audio Demo with Source Code
Lecture 3: Video Discussion
Lecture 4: Video Demo with Source Code
Lecture 5: Advanced Video Discussion
Lecture 6: Capture Device Demo 1 with Source Code
Lecture 7: Capture Device Demo 2 with Source Code
Lecture 8: Barcode Discussion
Lecture 9: Barcode Demo with Source Code
Chapter 8: 2D Graphics and Animation
Lecture 1: View Discussion
Lecture 2: View Demo with Source Code
Lecture 3: Drawing Discussion
Instructors
-
EDUmobile Academy
Programming Made Easy
Rating Distribution
- 1 stars: 0 votes
- 2 stars: 0 votes
- 3 stars: 3 votes
- 4 stars: 5 votes
- 5 stars: 5 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Content Creation Courses to Learn in December 2024
- Top 10 Game Development Courses to Learn in December 2024
- Top 10 Software Testing Courses to Learn in December 2024
- Top 10 Big Data Courses to Learn in December 2024
- Top 10 Internet Of Things Courses to Learn in December 2024
- Top 10 Quantum Computing Courses to Learn in December 2024
- Top 10 Cloud Computing Courses to Learn in December 2024
- Top 10 3d Modeling Courses to Learn in December 2024
- Top 10 Mobile App Development Courses to Learn in December 2024
- Top 10 Graphic Design Courses to Learn in December 2024
- Top 10 Videography Courses to Learn in December 2024
- Top 10 Photography Courses to Learn in December 2024
- Top 10 Language Learning Courses to Learn in December 2024
- Top 10 Product Management Courses to Learn in December 2024
- Top 10 Investing Courses to Learn in December 2024
- Top 10 Personal Finance Courses to Learn in December 2024
- Top 10 Health And Wellness Courses to Learn in December 2024
- Top 10 Chatgpt And Ai Tools Courses to Learn in December 2024
- Top 10 Virtual Reality Courses to Learn in December 2024
- Top 10 Augmented Reality Courses to Learn in December 2024