Vous voulez voir cette page en français ? Cliquez ici.


or
Sign in to turn on 1-Click ordering.
More Buying Choices
Have one to sell? Sell yours here
Professional iPhone and iPad Database Application Programming
 
 

Professional iPhone and iPad Database Application Programming [Paperback]

Patrick Alessi

List Price: CDN$ 53.99
Price: CDN$ 33.85 & this item ships for FREE with Super Saver Shipping. Details
You Save: CDN$ 20.14 (37%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.ca. Gift-wrap available.
Only 3 left in stock--order soon (more on the way).
Want it delivered Tuesday, May 29? Choose One-Day Shipping at checkout.

Frequently Bought Together

Customers buy this book with Professional iPhone and iPad Application Development CDN$ 33.85

Professional iPhone and iPad Database Application Programming + Professional iPhone and iPad Application Development
Price For Both: CDN$ 67.70

Show availability and shipping details

  • This item: Professional iPhone and iPad Database Application Programming

    In Stock.
    Ships from and sold by Amazon.ca.
    This item ships for FREE with Super Saver Shipping. Details

  • Professional iPhone and iPad Application Development

    In Stock.
    Ships from and sold by Amazon.ca.
    This item ships for FREE with Super Saver Shipping. Details



Product Details


Product Description

Product Description

A much-needed resource on database development and enterprise integration for the iPhone

An enormous demand exists for getting iPhone applications into the enterprise and this book guides you through all the necessary steps for integrating an iPhone app within an existing enterprise. Experienced iPhone developers will learn how to take advantage of the built-in capabilities of the iPhone to confidently implement a data-driven application for the iPhone.

Coverage includes:

  • Introducing Data-Driven Applications
  • The iPhone and iPad Database: Sqlite
  • Displaying Your Data: The UITableView
  • ipad Interface Elements
  • Introducing Core Data
  • Modeling Data in Xcode
  • Building a Core Data Application
  • Core Data-Related Cocoa Features
  • Core Data Migration and Performance
  • Working with Xml on the iPhone
  • Integrating with Web Services

Professional iPhone and iPad Database Application Programming gets you up to speed on developing data-driven applications for the iPhone.

From the Back Cover

Build data-centric applications for the iPhone and iPad

As the iPhone and iPad grow in popularity, there is a growing demand for applications that are focused on data. Developers need to know how to get data on to these devices, deal with and create data, and communicate with external services—this book satisfies that need. Award-winning developer Patrick Alessi walks you through the flow of data in an enterprise application. The in-depth coverage of displaying and manipulating data, creating and managing data using Core Data, and integrating your applications using web services puts you on your way to implementing data-driven applications for the iPhone or iPad.

Professional iPhone and iPad Database Application Programming:

  • Explains extracting data from large-scale database, such as Oracle, MySQL, or SQL Server

  • Demonstrates how to customize the UITable View to display data how you want it

  • Includes extensive coverage of the Core Data API including data modeling and visioning using Xcode's Data Model design tool

  • Demonstrates how to build iPad interfaces using that device's unique UI elements

Wrox Professional guides are planned and written by working programmers to meet the real-world needs of programmers, developers, and IT professionals. Focused and relevant, they address the issues technology professionals face every day. They provide examples, practical solutions, and expert education in new technologies, all designed to help programmers do a better job.

wrox.com

Programmer Forums
Join our Programmer to Programmer forums to ask and answer programming questions about this book, join discussions on the hottest topics in the industry, and connect with fellow programmers from around the world.

Code Downloads
Take advantage of free code samples from this book, as well as code samples from hundreds of other books, all ready to use.

Read More
Find articles, ebooks, sample chapters, and tables of contents for hundreds of books, and more reference resources on programming topics that matter to you.


Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index
Search inside this book:

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

There are no customer reviews yet on Amazon.ca
5 star:    (0)
4 star:    (0)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
Share your experience with this product with others
Create your own review
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com: 4.4 out of 5 stars (11 customer reviews)

30 of 31 people found the following review helpful
5.0 out of 5 stars EXACTLY what I needed!, Feb 8 2011
By Mike McG "mmcginty@tampabiz.com" - Published on Amazon.com
Amazon Verified Purchase(What's this?)
I'm a 20 year veteran of Microsoft programming with a good grasp of OOP. I recently started learning iOS development, and after a brief intro to Objective-C I was ready to dive in to some business app coding. Unfortunately, the books I had purchased so far (though very good) didn't give me what I really needed, a real here's-how-you-do-it book on data-enabled apps.

With only a couple reviews of this book available, I was a little hesitant, but the specific nature of the title piqued my interest so I pulled the trigger, and am really glad I did.

Right out of the gate, you're building a basic catalog application. This is how I like to learn - by example. At every step, Mr. Alessi explains what you're doing and why, and in the course of building the first sample app, I gained a greater understanding of MVC than I had after several other texts.

By Chapter 3, you will have a solid foundation for building SQLite-based data-centric apps. Further into the book, you will be able to dress up your screens, and interact with the user and data however you want to. Even though the book states that certain skills/familiarities are required, I found the text to be extremely approachable, with explanations of code that may seem elementary to some, but I welcomed it whole-heartedly as I continue to learn iOS development.

This book may not be for everyone, but if you have a basic grasp of iOS development and Obj-C and need to get a database driven application built, you have everything you need right here.

From my perspective and for my needs, it is a no-brainer to give this book 5 stars.

6 of 6 people found the following review helpful
4.0 out of 5 stars good book, Dec 10 2010
By K. Addaquay - Published on Amazon.com
This review is from: Professional iPhone and iPad Database Application Programming (Paperback)
i really like this book. its teaching me a great deal about working with sqlite and ios devices in a way that the other books haven't taught me. It touches on core data and working with web services as well. I am not giving a 5 on this only because i was hoping to get lots of information working with json, but didn't. Apart from that it does a marvelous job at explaining various and PROPER(mvc) ways of integration data into your applications.

8 of 9 people found the following review helpful
5.0 out of 5 stars I keep going back - good Core Data foundation reference, Dec 31 2010
By Bham Jack - Published on Amazon.com
Amazon Verified Purchase(What's this?)
This review is from: Professional iPhone and iPad Database Application Programming (Paperback)
I have used this book in two ways:

First I fast read from beginning to end skimming or skipping chapters of less immediate interest (I am working on a project using core data first on Cocoa - later on components for iPhone / iPad). I skimmed Part I (iDevs & SQLlite) to focus on Part II: Core Data. This was very helpful in getting a good overview of the Core Data model and in thinking through basic db design issues.

Later, as I have become enmeshed in the development cycle, I find myself returning before tackling each coding task that relates to the data model. I have found that taking this timeout after each block of programming, reading relevant sections again, has greatly increased my productivity and enhanced my knowledge at each step. The book is well organized so it is easy to find info relevant to tasks at hand and a 2nd reading (sometimes 3rd) after more actual experience is almost like getting a new book since information that kind of filled the background on a 1st read jumps out screaming 'oh yeah, I better take note of that".

My hat is off to this author, especially given the derth of useful Core Data references.
 Go to Amazon.com to see all 11 reviews  4.4 out of 5 stars 

Listmania!

Create a Listmania! list

Look for similar items by category


Look for similar items by subject


Feedback


Amazon.ca Privacy Statement Amazon.ca Shipping Information Amazon.ca Returns & Exchanges