Antennas + TV Program Guides

Antennas + TV Program Guides PDF

Author: Ken N. Wickham

Publisher: Ken Wickham

Published: 2014-05-15

Total Pages: 67

ISBN-13: 1499321139

DOWNLOAD EBOOK →

First volume book in a series aimed at providing alternatives to pay TV. In this book you will learn the basics on how to analyze your TV sockets and features, plan and choose a TV antenna, find a list of where to buy antennas (online and retail), use free online websites and tools, set up your TV to receive over-the-air signals, and how to set up online and mobile TV programing show guides. Detailed instructions of installing outdoor antennas is not covered in this book, rather it lists the basic parts. Content in this is specific only to regions within the United States.

iPhone Programming

iPhone Programming PDF

Author: Aaron Hillegass

Publisher: Addison-Wesley Professional

Published: 2010-04-13

Total Pages: 551

ISBN-13: 0321706463

DOWNLOAD EBOOK →

Based on Big Nerd Ranch’s popular iPhone Bootcamp class, iPhone Programming: The Big Nerd Ranch Guide leads you through the essential tools and techniques for developing applications for the iPhone, iPad, and iPod Touch. In each chapter, you will learn programming concepts and apply them immediately as you build an application or enhance one from a previous chapter. These applications have been carefully designed and tested to teach the associated concepts and to provide practice working with the standard development tools Xcode, Interface Builder, and Instruments. The guide’s learn-while-doing approach delivers the practical knowledge and experience you need to design and build real-world applications. Here are some of the topics covered: Dynamic interfaces with animation Using the camera and photo library User location and mapping services Accessing accelerometer data Handling multi-touch gestures Navigation and tabbed applications Tables and creating custom rows Multiple ways of storing and loading data: archiving, Core Data, SQLite Communicating with web services ALocalization/Internationalization "After many 'false starts' with other iPhone development books, these clear and concise tutorials made the concepts gel for me. This book is a definite must have for any budding iPhone developer." –Peter Watling, New Zealand, Developer of BubbleWrap

iOS Programming

iOS Programming PDF

Author: Joe Conway

Publisher: Addison-Wesley Professional

Published: 2011-06-22

Total Pages: 701

ISBN-13: 0132757036

DOWNLOAD EBOOK →

In this book, the world's leading Apple platform development trainers offer a complete, practical, hands-on introduction to iPhone and iPad programming. The authors walk through all the Apple tools and technologies needed to build successful iPhone/iPad/iPod touch apps, including the iOS 4.3 SDK, the Objective-C language, Xcode 4, Foundation framework, and the classes that make up the iOS UI framework. The many topics covered in this book include: Easily setting up elegant, efficient user interfaces with UIKit Creating effective visuals, animation, and effects with Core Graphics and Core Animation Making the most of the iOS multi-touch event handling and accelerometer data Building location-aware iOS applications utilizing Core Location and MapKit Localizing applications for international use Creating applications that capture audio and play media Storing data in files or with Core Data New chapters added to this edition include: iPad-friendly interfaces, including UIPopoverController and UISplitViewController Blocks and Categories Instruments and Xcode’s static analyzer UIWebView and connecting with web servers Push Notifications iOS Programming also includes a handy Xcode Quick Reference Card that lists Xcode 4's most commonly used keyboard shortcuts.

Objective-C Programming

Objective-C Programming PDF

Author: Aaron Hillegass

Publisher: Addison-Wesley Professional

Published: 2013-11-20

Total Pages: 371

ISBN-13: 0133491900

DOWNLOAD EBOOK →

Want to write iOS apps or desktop Mac applications? This introduction to programming and the Objective-C language is your first step on the journey from someone who uses apps to someone who writes them. Based on Big Nerd Ranch's popular Objective-C Bootcamp, Objective-C Programming: The Big Nerd Ranch Guide covers C, Objective-C, and the common programming idioms that enable developers to make the most of Apple technologies. Compatible with Xcode 5, iOS 7, and OS X Mavericks (10.9), this guide features short chapters and an engaging style to keep you motivated and moving forward. At the same time, it encourages you to think critically as a programmer. Here are some of the topics covered: Using Xcode, Apple’s documentation, and other tools Programming basics: variables, loops, functions, etc. Objects, classes, methods, and messages Pointers, addresses, and memory management with ARC Properties and Key-Value Coding (KVC) Class extensions Categories Classes from the Foundation framework Blocks Delegation, target-action, and notification design patterns Key-Value Observing (KVO) Runtime basics