Welcome to Vinlearn Comumnity!
  • Contact Us
  • Track Your Order
  • My Downloads
Select category
  • Select category
  • Business & Sales
  • Consulting
  • Copywriting
  • Economics & Finance
  • Everything Else
  • Fighting & Martial Arts
  • Food & Cooking
  • Forex & Trading
  • Hypnosis & NLP
  • Internet Marketing
  • IT & Technology
  • Languages & Accents
  • Law
  • Magic & Tricks
  • Management & Leadership
  • Medical & Health
  • Mindfulness & Meditation
  • Mindset & Achievement
  • Music
  • Personal Development
  • Photography
  • Psychology & Body Language
  • Real Estate
  • Seduction & Love
  • SEO & Design Website
  • Software & Tools
  • Spirituality & Religion
  • Sports & Fitness
  • Uncategorized
Login / Register
Wishlist
0 items $0.00
Menu
0 Wishlist
0 items $0.00
Login / Register
Sign inCreate an Account

Lost your password?

Browse Categories
  • Internet Marketing
    • Ecommerce
    • Copywriting
    • Software & Tools
    • SEO & Design Website
  • Business & Sales
    • Management & Leadership
    • Economics & Finance
    • Law
    • Consulting
  • Forex & Trading
  • Real Estate
  • Hypnosis & NLP
  • Personal Development
    • Spirituality & Religion
    • Mindfulness & Meditation
    • Mindset & Achievement
    • Mindset & Wisdom
    • Psychology & Body Language
    • Languages & Accents
  • Medical & Health
    • Fighting & Martial Arts
  • Sports & Fitness
  • Seduction & Love
  • IT & Technology
  • Photography
  • Music
  • Food & Cooking
  • Magic & Tricks
  • Everything Else
  • HOME
  • STORE
  • FAQs
  • Contact Us
  • MY ACCOUNT
    • My Orders
    • My Downloads
-60%
Advanced iOS 4 Programming - Maher Ali
Click to enlarge
Home IT & Technology Advanced iOS 4 Programming – Maher Ali
Book of Phi - Codes of Phi Complete Set 1 - 9 - Jain 108
Book of Phi - Codes of Phi Complete Set 1 - 9 - Jain 108 $342.00 Original price was: $342.00.$69.00Current price is: $69.00.
Back to products
Start A Hedge Fund Now - Richard Wilson
Start A Hedge Fund Now - Richard Wilson $17.00 Original price was: $17.00.$10.00Current price is: $10.00.

Advanced iOS 4 Programming – Maher Ali

$50.00 Original price was: $50.00.$20.00Current price is: $20.00.

Digital Download Advanced iOS 4 Programming – Maher Ali
Delivery method: After your purchase, you’ll get access to the downloads page. Here, you can download all the files associated with your order. We’ll also send a download notification email via your email.

Description
With Advanced iOS 4 Programming, developers have the expert guidance they need to create amazing applications for Apple’s iPhone, iPad, and iPod touch…

30% COUPON CODE: VINLEARN
Compare
Add to wishlist
SKU: 0630a7777948 Category: IT & Technology Tags: Advanced iOS 4 Programming, Advanced iOS 4 Programming - Maher Ali, Maher Ali
Share:
  • Description
  • Product Delivery
Description

null

Advanced iOS 4 Programming – Maher Ali

Advanced iOS 4 Programming: Developing Mobile Applications for Apple iPhone, iPad, and iPod touch

Format: Ebook (PDF)

Published: 2010

With Advanced iOS 4 Programming, developers have the expert guidance they need to create amazing applications for Apple’s iPhone, iPad, and iPod touch.

Inside, veteran mobile developer Dr. Maher Ali begins with a foundation introduction to Objective C and Cocoa Touch programming, and then guides readers through building apps with Apple’s iPhone SDK 4 – including coverage of the major categories of new APIs and building apps for the new Apple iPad.

This book concentrates on illustrating GUI concepts programmatically, allowing readers to fully appreciate the complete picture of iOS 4 development without relying on Interface Builder. In addition, Interface Builder is covered in several chapters.

Advanced iOS 4 Programming delves into more advanced topics going beyond the basics of iOS 4 development, providing comprehensive coverage that will help you get your apps to the App Store quicker.

Key features include:

  • Objective-C programming language and runtime
  • Interface Builder
  • Building advanced mobile user interfaces
  • Collections
  • Cocoa Touch
  • Core Animation and Quartz 2D
  • Model-view-controller (MVC) designs
  • Developing for the iPad
  • Grand Central Dispatch
  • Parsing XML documents using SAX, DOM, and TouchXML
  • Working with the Map Kit API
  • Remote and Local Push Notification
  • Blocks (closures) in Objective-C
  • Building advanced location-based applications
  • Developing database applications using the SQLite engine
  • GameKit framework

About the Author

Maher Ali (Plano, TX) is a software developer working for a large online travel site, where he builds mobile travel applications for a variety of platforms including iPhone. Previously, Maher served as a developer for Bell Labs where he focused on mobile communications. He has more than 15 years experience as a software developer and is a senior member of the IEEE.

Table of contents

Preface.

Publisher’s Acknowledgments.

1 Getting Started.

1.1 iOS SDK and IDE Basics.

1.2 Creating Interfaces.

1.3 Using the Debugger.

1.4 Getting More Information.

1.5 Summary.

Exercises.

2 Objective-C and Cocoa.

2.1 Classes.

2.2 Memory Management.

2.3 Protocols.

2.4 Properties.

2.5 Categories.

2.6 Posing.

2.7 Exceptions and Errors.

2.8 Key-Value Coding (KVC).

2.9 Multithreading.

2.10 Notifications.

2.11 Blocks.

2.12 Grand Central Dispatch (GCD).

2.13 The Objective-C Runtime.

2.14 Summary.

Exercises

3 Collections.

3.1 Arrays.

3.2 Sets.

3.3 Dictionaries.

3.4 Summary.

Exercises

4 Anatomy of an iPhone Application.

4.1 Hello World Application.

4.2 Building the Hello World Application.

4.3 Summary.

Exercises

5 TheView.

5.1 View Geometry.

5.2 The View Hierarchy.

5.3 The Multitouch Interface.

5.4 Animation.

5.5 Drawing.

5.6 Summary.

Exercises

6 Controls.

6.1 The Foundation of All Controls.

6.2 The Text Field.

6.3 Sliders.

6.4 Switches.

6.5 Buttons.

6.6 Segmented Controls.

6.7 Page Controls.

6.8 Date Pickers.

6.9 Summary.

Exercises

7 View Controllers.

7.1 The Simplest View Controller.

7.2 Tab-Bar Controllers.

7.3 Navigation Controllers.

7.4 Modal View Controllers.

7.5 Summary.

Exercises

8 Special-Purpose Views.

8.1 Picker View.

8.2 Progress View.

8.3 Scroll View.

8.4 Text View.

8.5 Alert View.

8.6 Action Sheet.

8.7 Web View.

8.8 Summary.

Exercises

9 Table View.

9.1 Overview.

9.2 The Simplest Table View Application.

9.3 A Table View with Both Images and Text.

9.4 A Table View with Section Headers and Footers.

9.5 A Table View with the Ability to Delete Rows.

9.6 A Table View with the Ability to Insert Rows.

9.7 Reordering Table Rows.

9.8 Presenting Hierarchical Information.

9.9 Grouped Table Views.

9.10 Indexed Table Views.

9.11 Dynamic Table Views.

9.12 Whitening Text in Custom Cells.

9.13 Summary.

Exercises

10 File Management.

10.1 The Home Directory.

10.2 Enumerating a Directory.

10.3 Creating and Deleting a Directory.

10.4 Creating Files.

10.5 Retrieving and Changing Attributes.

10.6 Working with Resources and Low-Level File Access.

10.7 Summary.

Exercises

11 Working with Databases.

11.1 Basic Database Operations.

11.2 Processing Row Results.

11.3 Prepared Statements.

11.4 User-Defined Functions.

11.5 Storing BLOBs.

11.6 Retrieving BLOBs.

11.7 Summary.

Exercises

12 XML Processing.

12.1 XML and RSS.

12.2 Document Object Model (DOM).

12.3 Simple API for XML (SAX).

12.4 An RSS Reader Application.

12.5 Putting It Together.

12.6 Summary.

Exercises

13 Location Awareness.

13.1 The Core Location Framework.

13.2 A Simple Location-Aware Application.

13.3 Google Maps API.

13.4 A Tracking Application with Maps.

13.5 Working with Zip Codes.

13.6 Working with the Map Kit API.

13.7 Summary.

Exercises

14 Working with Devices.

14.1 Working with the Accelerometer.

14.2 Working with Audio.

14.3 Playing Video.

14.4 Accessing Device Information.

14.5 Taking and Selecting Pictures.

14.6 Monitoring the Device Battery.

14.7 Accessing the Proximity Sensor.

14.8 Summary.

Exercises

15 Internationalization.

15.1 String Localization.

15.2 Date Formatting.

15.3 Number Formatting.

15.4 Sorted List of Countries.

15.5 Summary.

Exercises

16 Custom User Interface Components.

16.1 Text Field Alert View.

16.2 Table Alert View.

16.3 Progress Alert View.

16.4 Summary.

Exercises

17 Advanced Networking.

17.1 Determining Network Connectivity.

17.2 Uploading Multimedia Content.

17.3 Computing MD5 Hash Value.

17.4 Multithreaded Downloads.

17.5 Push Notification.

17.6 Local Notification.

17.7 Large Downloads and Uploads.

17.8 Sending Email.

17.9 Summary.

Exercises

18 Working with the Address Book Database.

18.1 Introduction.

18.2 Property Types.

18.3 Accessing Single-Value Properties.

18.4 Accessing Multivalue Properties.

18.5 Person and Group Records.

18.6 Address Book.

18.7 Multithreading and Identifiers.

18.8 Person Photo Retriever Application.

18.9 Using the ABUnknownPersonViewController Class.

18.10 Using the ABPeoplePickerNavigationController Class.

18.11 Using the ABPersonViewController Class.

18.12 Using the ABNewPersonViewController Class.

18.13 Summary.

Exercises

19 Core Data.

19.1 Core Data Application Components.

19.2 Key Players.

19.3 Using the Modeling Tool.

19.4 Create, Read, Update, and Delete (CRUD).

19.5 Working with Relationships.

19.6 A Search Application.

19.7 Summary.

Exercises

20 Undo Management.

20.1 Understanding Undo Management.

20.2 Detailed Example.

20.3 Wrapping Up.

20.4 Summary.

Exercises

21 Copy and Paste.

21.1 Pasteboards.

21.2 Pasteboard Items.

21.3 The Editing Menu.

21.4 Putting It Together.

21.5 Summary.

Exercises

22 Offline Mode.

22.1 Setting Up the Project.

22.2 Parsing XML Using the TouchXML Wrapper.

22.3 Showing a Screen Shot of the Last Session.

22.4 The TableView Controller.

22.5 Summary.

Exercises

23 Peer-to-Peer Communication.

23.1 Basic Chat Application.

23.2 Exchanging Pictures.

23.3 Summary.

Exercises

24 Developing for the iPad.

24.1 The Cities App: Iteration 1.

24.2 The Cities App: Iteration 2.

24.3 Split View Controller.

24.4 Modal View Controller Presentation Styles.

24.5 Summary.

Exercises

Appendix A Saving and Restoring App State.

Appendix B Invoking External Applications.

Appendix C App Store Distribution.

Appendix D Using XCode.

D.1 XCode Shortcuts.

D.2 Creating Custom Templates.

D.3 Build-Based Configurations.

D.4 Using Frameworks.

Appendix E Unit Testing.

E.1 Adding a Unit Test Target.

E.2 Adapting to Foundation.

E.3 The Model.

E.4 Writing Unit Tests for the Employee Class.

E.5 Adding a Build Dependency.

E.6 Running the Tests.

Appendix F Working with Interface Builder.

F.1 National Debt Clock Application.

F.2 Toolbar Application.

References and Bibliography.

Index.

Access Download Advanced iOS 4 Programming – Maher Ali right now!

Sale page: https://www.wiley.com/en-ar/Advanced+iOS+4+Programming:+Developing+Mobile+Applications+for+Apple+iPhone,+iPad,+and+iPod+touch-p-9780470971659
Archive: https://archive.ph/wip/kacrd

Delivery Method:

After your purchase, you’ll get access to the downloads page. Here, you can download all the files associated with your order.

Downloads are available once your payment is confirmed, we’ll also send you a download notification email separate from any transaction notification emails you receive from Vinlearn.

Product Delivery

DELIVERY INFORMATION

  • Digital Download: After placing your order, you will receive an email with download instructions for immediate access. If you log in or create an account before purchasing, you can easily download your files from the account dashboard.
  • Download Reminder: Please download and save the files to your hard drive. If you encounter issues, feel free to contact us for support.
  • Download Support: If you don't receive the download link or the download link is broken, there's no need to worry. We’ll provide assistance from 8:00 AM to 8:00 PM (UTC+8).
  • We’re Here to Help: Contact us with any questions or concerns!

Download the Best Courses for Your Success. Elevate your skills with vinlearn.click – where top-quality knowledge is just a click away!

CONTACT US

  • Email: [email protected]
  • Skype: ritavu1980
  • 470 North Bridge Road, Bugis Cube, Singapore (188735).
Our stores
  • About Us
  • Privacy Policy
  • Terms Of Service
USEFUL LINKS
  • FAQs
  • Contact Us
  • Login
Footer Menu
  • My Account
  • My Orders
  • My Downloads
Vinlearn 2019-2024. All Rights Reserved.
payments
  • Menu
  • Categories
  • Internet Marketing
    • Ecommerce
    • Copywriting
    • Software & Tools
    • SEO & Design Website
  • Business & Sales
    • Management & Leadership
    • Economics & Finance
    • Law
    • Consulting
  • Forex & Trading
  • Real Estate
  • Hypnosis & NLP
  • Personal Development
    • Spirituality & Religion
    • Mindfulness & Meditation
    • Mindset & Achievement
    • Mindset & Wisdom
    • Psychology & Body Language
    • Languages & Accents
  • Medical & Health
    • Fighting & Martial Arts
  • Sports & Fitness
  • Seduction & Love
  • IT & Technology
  • Photography
  • Music
  • Food & Cooking
  • Magic & Tricks
  • Everything Else
  • Home
  • Store
  • Contact Us
  • My Account
    • My Orders
    • My Downloads
  • Wishlist
  • Compare
  • Login / Register
Shopping cart
Close
Facebook X Instagram YouTube
Shop
0 Wishlist
0 items Cart
My account