Showing posts with label Development. Show all posts
Showing posts with label Development. Show all posts

Saturday, February 26, 2011

iPhone SDK 3 Programming: Advanced Mobile Development for Apple iPhone and iPod touch (Wiley)

iPhone SDK 3 Programming: Advanced Mobile Development for Apple iPhone and iPod touch (Wiley)

Get the expert guidance you need to begin building native applications for Apple's new iPhone 3G as well as the iPod Touch

Apple's iPhone is the hottest mobile device on the planet. More than one million iPhone 3G phones were sold in the first three days of release and millions more are sure to be in the hands of iPhone fans each year. Apple's iPhone SDK has been updated and includes more than one thousand new APIs that developers will want to get their hands on.

iPhone SDK 3 Programming shows you how to build great applications for the iPhone and iPod Touch. Inside, veteran mobile developer and Bell Labs scientist Maher Ali begins with a foundational introduction to Objective-C and Cocoa programming, and then guides you through building programs with Apple's iPhone SDK 3.

  • Covers the complete application development process, and highlights all the key device features including the camera, location awareness, and more
  • Completely revised and redesigned with more than 100 new pages of content
  • iPhone's new SDK release contains more than one thousand new APIs you will want to use right away
  • Includes a focused introduction to the Objective-C language and Cocoa frameworks that new iPhone developers need

With this advanced resource, you'll get the expert guidance you need to begin building native applications for Apple's new iPhone 3G as well as the iPod Touch.

Price: $49.99


Click here to buy from Amazon

Thursday, February 17, 2011

Beginning iPad Application Development

A hands-on approach to iPad application development

Beginning iPad Application Development is written to help jumpstart beginning iPad developers. It covers the various topics in such a manner that you will progressively learn without being overwhelmed by the details. It adopts the philosophy that the best way to learn is by doing, hence the numerous Try It Out sections in all the chapters, which first show you how to build something and then explain how things work.


Although iPad programming is a huge topic, the aim for this book is to get you started with the fundamentals, and help you understand the underlying architecture of the SDK, and appreciate why things are done certain ways. After reading this book (and doing the exercises), you will be well equipped to tackle your next iPad programming challenge.


This book is for the beginning iPad developer who wants to start developing iPad applications using the Apple iPhone SDK. To truly benefit from this book, you should have some background in programming and at least be familiar with object-oriented programming concepts. If you are totally new to the Objective-C language, you might want to jump straight to Appendix D, which provides an overview of the language. Alternatively, you can use Appendix D as a quick reference while you tackle the various chapters, checking out the syntax as you try the exercises. Depending on your learning pattern, one of those approaches may work best for you.


What This Book Covers


This book covers the fundamentals of iPad programming using the iPhone SDK. It is divided into 18 chapters and four appendices.


Chapter 1: Getting Started with iPad Programming covers the various tools found in the iPhone SDK and explains their uses in iPad development.


Chapter 2: Write Your First Hello World! Application gets you started with Xcode and Interface Builder to build a Hello World application. The focus is on getting your hands dirty. More details on the various parts and components are covered in subsequent chapters.


Chapter 3: Views, Outlets, and Actions covers the fundamental concepts of iPad programming: outlets and actions. You learn how outlets and actions allow your code to interact with the visual elements in Interface Builder and why they are an integral part of every iPad application. You will also learn about the various UI widgets known as views that make up the user interface of your iPad application.


Chapter 4: View Controllers discusses the various view controllers available in the iPhone SDK. You will learn how to develop different types of iPad applications - View-based, Window-based, Split View-based, as well as Tab Bar applications.


Chapter 5: Keyboard Inputs shows you how to deal with the virtual keyboard in your iPad. You see how to hide the keyboard on demand and how to ensure that your views are not blocked by the keyboard when it is displayed.


Chapter 6: Screen Rotations demonstrates how you can reorient your application's UI when the device is rotated. You learn about the various events that are fired when the device is rotated. You also learn how to force your application to display in a certain orientation.


Chapter 7: Using the Table View explores one of the most powerful views in the iPhone SDK - the Table view. The Table view is commonly used to display rows of data. In this chapter, you also learn how to implement search capabilities in your Table view.


Chapter 8: Application Preferences discusses the use of application settings to persist application preferences. Using application settings, you can access preferences related to your application through the Settings application available on the iPad.


Chapter 9: File Handling shows how you can persist your application data b...

Price: $34.99


Click here to buy from Amazon

Wednesday, February 16, 2011

Sams Teach Yourself iPad Application Development in 24 Hours (Sams Teach Yourself -- Hours)

Sams Teach Yourself iPad Application Development in 24 Hours (Sams Teach Yourself -- Hours)

The clear, easy-to-understand tutorial for developers who want to write software for today's hottest new device: Apple's iPad!

Figures and code appear as they do in Xcode

Covers iOS 3.2 and up

In just 24 sessions of one hour or less, learn how to build powerful applications for today’s hottest tablet device: the iPad! Using this book’s straightforward, step-by-step approach, you’ll master every skill and technology you need, from setting up your Xcode development environment to utilizing the full iPad screen real estate for touchable interfaces, integrating maps and media, to improving the reliability and performance of your software. Each 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 iPad development tasks.

Quizzes and Exercises 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

• Learn the features of the Xcode development suite

• Prepare your system and iPad for efficient development

• Get started fast with Apple’s Objective-C and Cocoa Touch

• Understand the Model-View-Controller (MVC) development paradigm

• Implement advanced application interfaces with interactive widgets and web-connected interfaces

• Enhance the user experience with popovers and other iPad-only UI features

• Build interfaces that adjust to the iPad’s orientation

• Read and write data, and navigate it with table views

• Implement media playback and recording capabilities

• Integrate your software with the iPad’s email, photos, iPod, and address book applications

• Create map and location-based services

• Sense motion with the iPad accelerometer input

• Discover the tools for building universal iPad/iPhone/iPod touch applications

• Distribute your applications through the App Store

Price: $39.99


Click here to buy from Amazon

Beginning iPhone Development: Exploring the iPhone SDK

Are you a programmer looking for a new challenge? Does the thought of building your very own iPhone app make your heart race and your pulse quicken? If so, then Beginning iPhone Development is just the book for you.


Assuming only a minimal working knowledge of Objective-C, and written in a friendly, easy-to-follow style, Beginning iPhone Development offers a complete soup-to-nuts course in iPhone and iPod touch programming.


The book starts with the basics, walking you through the process of downloading and installing Apple's free iPhone SDK, then stepping you though the creation of your first simple iPhone application. You'll move on from there, mastering all the iPhone interface elements that you've come to know and love, such as buttons, switches, pickers, toolbars, sliders, etc.


You'll master a variety of design patterns, from the simplest single view to complex hierarchical drill-downs. You'll master the art of table-building and learn how to save your data using the iPhone file system. You'll also learn how to save and retrieve your data using SQLite, iPhone's built-in database management system.


You'll learn how to draw using Quartz 2D and OpenGL ES. You'll add MultiTouch Gestural Support (pinches and swipes) to your applications, and work with the Camera, Photo Library, and Accelerometer. You'll master application preferences, learn how to localize your apps into other languages, and so much more.


Apple's iPhone SDK, this book, and your imagination are all you'll need to start building your very own best-selling iPhone applications.




Price: $39.99


Click here to buy from Amazon

iPad Application Development For Dummies

Turn your iPad ideas into amazing apps with this exciting new guide!

Whether you're app development amateur or programming professional, you’ll discover how to get in on the App Store development gold rush and start developing for the iPad with this fun and easy guide. The iPad offers developers of all levels more opportunities than ever before to be a part of the app development game, and this book is your ticket to joining in the fun. You’ll learn the basics of getting started, downloading the SDK, using context-based design, and filling your toolbox. Then you’ll move on to using Objective-Cand Xcode to program robust and vibrant apps and games specifically for the mobile platform.


  • Offers a plain-English guide whether you’re a novice or a seasoned developer who is interested in developing iPad applications
  • Covers working with the multitouch interface and in split-screen mode
  • Provides useful advice on what applications thrive in the App Store and which have the most potential to turn a profit
  • Includes a companion Web site with source code

Packed with helpful advice on the ins and outs of developing great apps for mobile devices, iPad Application Development For Dummies gets you started creating cool new apps right away!

Note:?Apple's iOS SDK tools are only accessible on Intel-powered Mac and MacBook devices.

?

Price: $29.99


Click here to buy from Amazon

Monday, February 14, 2011

iPhone Application Development For Dummies

Here's the fun and easy way to learn how to create your own iPhone applications


Whether you're a professional developer or an iPhone user with a knack for technology, this plain English guide shows you how easy it can be to create your own cool iPhone and iPod touch apps. The open iPhone SDK offers a world of opportunities, and with the information in iPhone Application Development For Dummies, you can get in on the fun and profit.

You don't need high-level programming skills to create iPhone apps. iPhone Application Development For Dummies walks you through the fundamentals for building a variety of applications using Objective-C and covers the critical steps for creating applications that get accepted into the AppStore.


  • Apple's open SDK for the iPhone allows any developer to create iPhone applications

  • This guide helps you develop new applications for use on your own iPhone or for release to other iPhone and iPod Touch users

  • Covers small and large-scale application development

  • Shows how to develop usingObjective-C

  • Enables both novice and experienced programmers to leverage the marketing power of the open iPhone SDK

The iPhone is the hottest smart phone around, and with iPhone Application Development For Dummies, you can create cool new apps to make it even more exciting.

Price: $29.99


Click here to buy from Amazon

Beginning iOS 4 Application Development

The ideal starting point for creating apps using iOS 4

Written by an experienced Apple developer and trainer, this full-color reference serves as an ideal jumping point for creating applications for Applea€?s iOS 4 that runs on the iPhone, iPod Touch, and iPad. In addition to in-depth coverage of the iOS SDK, the book walks you through the various core aspects of iPhone and iPad development. Youa€?ll learn how to take advantage of the tools provided by XCode and youa€?ll benefit from a solid introduction to Objective-C, which allows you to have a smooth transition to iPhone development from another platform.A?


  • Offers a solid foundation for creating applications for Applea€?s iOS 4
  • Covers all the new features of iOS 4 and provides a new applications template for developing iPad and iPhone apps
  • Addresses the new PopoverView for iPad apps
  • Shows how to develop background applications, which is one of the new features in iOS 4

Beginning iOS 4 Application Development is your ultimate resource for creating applications for Apple's iOS 4.

Price: $39.99


Click here to buy from Amazon