Home > Computing and Information Technology > Computer programming / software engineering > Macintosh programming > Sams Teach Yourself Mac OS X Lion App Development in 24 Hours
63%
Sams Teach Yourself Mac OS X Lion App Development in 24 Hours

Sams Teach Yourself Mac OS X Lion App Development in 24 Hours

          
5
4
3
2
1

Out of Stock


Premium quality
Premium quality
Bookswagon upholds the quality by delivering untarnished books. Quality, services and satisfaction are everything for us!
Easy Return
Easy return
Not satisfied with this product! Keep it in original condition and packaging to avail easy return policy.
Certified product
Certified product
First impression is the last impression! Address the book’s certification page, ISBN, publisher’s name, copyright page and print quality.
Secure Checkout
Secure checkout
Security at its finest! Login, browse, purchase and pay, every step is safe and secured.
Money back guarantee
Money-back guarantee:
It’s all about customers! For any kind of bad experience with the product, get your actual amount back after returning the product.
On time delivery
On-time delivery
At your doorstep on time! Get this book delivered without any delay.
Notify me when this book is in stock
Add to Wishlist

About the Book

In just 24 sessions of one hour or less, you can master Mac OS X Lion development from the ground up, and start writing tomorrow’s most exciting iOS-style Mac apps! Using this book’s straightforward, step-by-step approach, you’ll get comfortable with Apple’s powerful new development tools and techniques, build engaging user interfaces, integrate data and web services, and take advantage of Apple’s latest innovations…everything from gestures and multitouch to iCloud and In-App Purchasing. Every lesson builds on what you’ve already learned, giving you a rock-solid foundation for real-world success!   Step-by-step instructions carefully walk you through the most common Mac OS X Lion development tasks. Quizzes at the end of each chapter help you test your knowledge. By the Way notes present interesting information related to the discussion. Did You Know? tips offer advice or show you easier ways to perform tasks. Watch Out! cautions alert you to possible problems and give you advice on how to avoid them.   Printed in full color—figures and code appear as they do in Xcode Get started fast with Mac Developer Center, XCode, Objective-C, and Cocoa Programmatically control OS X Lion’s powerful new features Work with Cocoa’s powerful Model-View-Controller (MVC) pattern Safely manage memory and fix leaks Create robust, engaging, highly interactive user interfaces Organize Cocoa layouts, controls, bindings, tables, and collections Support gestures and multi-touch events Define user defaults and provide Preference Panes Work with documents, versions, and iOS-style Autosave Make the most of notifications, alerts, sheets, and popovers Use images and animation to make apps more powerful—and more fun Use Core Data to cleanly integrate data into your apps Query and submit data to web services Submit apps to the Mac App Store Support In-App Purchases with StoreKit  

Table of Contents:
Introduction    1 Part I: Mac OS X Lion Programming Basics HOUR 1: Introduction to Mac OS X Lion    7 Introducing Mac OS X Lion.    7 Summary    13 Q&A    13 HOUR 2: Introduction to the Developer Tools    15 Introducing the Mac Developer Center    15 Creating an Apple Developer Account.    17 Downloading Xcode and Other Developer Tools    21 Summary    24 Q&A    25 HOUR 3: Introducing Objective-C    27 Overview and History of Objective-C.    27 Creating a New Cocoa Application.    28 Exploring the Language with Some Basic Math    30 Using Strings.    32 Understanding Pointers and Equality    35 Passing Messages.    38 Controlling Program Flow    39 Summary    41 Q&A    41 HOUR 4: Object-Oriented Programming with Objective-C    43 Creating Classes    44 Adding Attributes to Classes    48 Adding Behavior to Classes    52 Using Objects and Classes    55 Extending Objects Through Inheritance.    56 Using Polymorphism    58 Summary    62 Q&A    62 HOUR 5: Understanding Memory Management    63 Introduction to Memory Management    63 Detecting and Fixing Memory Leaks    68 Using Automatic Reference Counting    72 Summary    75 Q&A    76 Part II: Cocoa Application Programming Basics HOUR 6: Introducing Cocoa    77 A Brief Overview of Cocoa.    77 Taking a Tour of Interface Builder    81 Using the Utilities Panels and Inspectors    83 Summary    91 Q&A    92 HOUR 7: Using Controls and Layout with Cocoa    93 A Tour of the Basic Cocoa Controls    93 Comparing Traditional and Automatic Layouts    104 Summary    109 Q&A    110 HOUR 8: Creating Interactive Applications    111 Introducing Connections, Outlets, and Actions    111 Manipulating Controls at Runtime with Code.    120 Summary    121 Q&A    121 HOUR 9: Creating Data-Bound Interfaces    123 Introducing the Model-View-Controller Pattern    123 Introducing Cocoa Bindings.    125 Under the Hood with KVC and KVO    132 Summary    134 Q&A    134 HOUR 10: Working with Tables and Collections    135 Working with Bindings and Collections    135 Using Table Views    137 Using Collection Views    144 Using the Outline View    145 Summary    148 Q&A    148 HOUR 11: Working with Multitouch and Gestures    149 Introduction to Multitouch on Mac OS X Lion    149 Responding to Gestures and Multitouch Events    151 Summary    159 Q&A    159 Part III: Working with Data HOUR 12: Working with User Defaults    161 Introduction to User Defaults and Preferences Panes    161 Reading and Writing User Defaults    162 Binding to the User Defaults Controller    164 Summary    170 Q&A    171 HOUR 13: Working with Core Data    173 Introducing Core Data    173 Creating Data Models.    174 Querying and Manipulating Data    177 Summary    186 Q&A    187 HOUR 14: Working with Documents, Versions, and Autosave    189 Building Document-Based Applications    189 Introducing Core Data Document-Based Applications    191 Using Versions and Autosave    197 Summary    198 Q&A    199 HOUR 15: Working with Apple’s iCloud    201 Introduction to iCloud    201 Ideal Scenarios for Using iCloud    202 Storing Key-Value Data in the Cloud    203 Storing Documents in the Cloud    204 Enabling Mac OS X Lion Applications for iCloud    211 Summary    211 Q&A    212 Part IV: Building Advanced Mac Applications HOUR 16: Using Alert Panels and Sheets    213 Using Alert Panels    213 Using Sheets    219 Summary    224 Q&A    224 HOUR 17: Working with Images    225 Reading and Writing Images    225 Displaying Collections of Images    227 Manipulating Images with Core Image Filters.    229 Summary    235 Q&A    235 HOUR 18: Using Popovers    237 Introducing Popovers    237 Creating Popovers    239 Customizing Popovers.    243 Creating Detachable Popovers    244 Summary    249 Q&A    250 HOUR 19: Building Animated User Interfaces    251 Introduction to Core Animation    251 Animating Views    253 Advanced Animation Techniques    256 Summary    262 Q&A    263 HOUR 20: Consuming Web Services    265 Introducing Web Services    265 Making Web Service Calls    269 Summary    277 Q&A    278 HOUR 21: Building Full-Screen Applications    279 Overview of Full-Screen Applications.    279 Knowing When Full Screen Is Appropriate    283 Summary    285 Q&A    285 HOUR 22: Supporting Drag-and-Drop Behavior    287 Introduction to Drag-and-Drop    287 Programming Drag-and-Drop Behavior    290 Summary    298 Q&A    298 HOUR 23: Building Apps for the Mac App Store    299 Getting Started with iTunes Connect    299 Building Your Application    302 Preparing Your Application for Submission    306 Submitting Your Application    309 Summary    313 Q&A    314 HOUR 24: Supporting In-App Purchases    315 Introducing In-App Purchasing    315 Creating In-App Purchase Products in iTunes Connect    316 Using StoreKit to Support In-App Purchases    319 Summary    326 Q&A    326 Index    329


Best Sellers


Product Details
  • ISBN-13: 9780672335815
  • Publisher: Pearson Education (US)
  • Publisher Imprint: Sams Publishing
  • Depth: 19
  • Language: English
  • Series Title: English
  • Weight: 484 gr
  • ISBN-10: 0672335816
  • Publisher Date: 29 Mar 2012
  • Binding: Paperback
  • Height: 180 mm
  • No of Pages: 368
  • Spine Width: 13 mm
  • Width: 231 mm


Similar Products

How would you rate your experience shopping for books on Bookswagon?

Add Photo
Add Photo

Customer Reviews

REVIEWS           
Click Here To Be The First to Review this Product
Sams Teach Yourself Mac OS X Lion App Development in 24 Hours
Pearson Education (US) -
Sams Teach Yourself Mac OS X Lion App Development in 24 Hours
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Sams Teach Yourself Mac OS X Lion App Development in 24 Hours

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book
    Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals


    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!
    ASK VIDYA