0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R500 - R1,000 (7)
  • R1,000 - R2,500 (2)
  • R2,500 - R5,000 (1)
  • -
Status
Brand

Showing 1 - 10 of 10 matches in All Departments

iPhone Cool Projects (Paperback, 1st ed.): Wolfgang Ante, Gary Bennett, Benjamin Jackson, Neil Mix, Steven Peterson, Matthew... iPhone Cool Projects (Paperback, 1st ed.)
Wolfgang Ante, Gary Bennett, Benjamin Jackson, Neil Mix, Steven Peterson, …
R1,040 R836 Discovery Miles 8 360 Save R204 (20%) Ships in 10 - 15 working days

The iPhone and iPod touch have provided all software developers with a level playing fielddevelopers working alone have the same access to consumers as multinational software publishers. Very cool indeed To make your application stand out from the crowd, though, it has to have that something extra. You must learn the skills to take your apps from being App Store filler to download chart-topping blockbusters.

Developers with years of experience helped write this book. Spend some time understanding their code and why they took the approach they did. You will find the writing, illustrations, code, and sample applications second to none. No matter what type of application you are writing, you will find something in this book to help you make your app that little bit cooler.

The book opens with Wolfgang Ante, the developer behind the Frenzic puzzle game, showing how timers, animation, and intelligence are used to make game play engaging. It moves on to Rogue Amoeba's Mike Ash explaining how to design a network protocol using UDP, and demonstrating its use in a peer-to-peer applicationa topic not normally for the faint of heart, but explained here in a way that makes sense to mere mortals. Gary Bennett then covers the important task of multithreading. Multithreading can be used to keep the user interface responsive while working on other tasks in the background. Gary demonstrates how to do this and highlights traps to avoid along the way.

Next up, Canis Lupus (aka Matthew Rosenfeld ) describes the development of the Keynote-controlling application Stage Hand, how the user interface has evolved, and the lessons he has learned from that experience. Benjamin Jackson then introduces two open source libraries: cocos2d, for 2D gaming; and Chipmunk, for rigid body physics (think collisions). He describes the development of Arcade Hockey, an air hockey game, and explains some of the code used for this.

Neil Mix of Pandora Radio reveals the science behind processing streaming audio. How do you debug what you can't see? Neil guides you through the toughest challenges, sharing his experience of what works and what to watch out for when working with audio. Finally, Steven Peterson demonstrates a comprehensive integration of iPhone technologies. He weaves Core Location, networking, XML, XPath, and SQLite into a solid and very useful application.

Software development can be hard work. Introductory books lay the foundation, but it can be challenging to understand where to go next. This book shows some of the pieces that can be brought together to make complete, cool applications. What you'll learn Add multitouch controls to your applications. Detect motion for spatial application interaction. Build applications that use both Wi-Fi and cellular connections. Understand and use GPS information for geo-location. Use the built-in microphone and play sounds and alerts. Optimize your use of limited screen real estate. Who this book is for

All iPhone application developers with any level of experience or coming from any development platform. Table of Contents Designing a Simple, Frenzic-Style Puzzle Game Mike Ash's Deep Dive Into Peer-to-Peer Networking Doing Several Things at Once: Performance Enhancements with Threading All Fingers and Thumbs: Multitouch Interface Design and Implementation Physics, Sprites, and Animation with the cocos2d-iPhone Framework Serious Streaming Audio the Pandora Radio Way Going the Routesy Way with Core Location, XML, and SQLite

Objective-C for Absolute Beginners - iPhone, iPad and Mac Programming Made Easy (Paperback, 1st ed.): Gary Bennett, Brad Lees,... Objective-C for Absolute Beginners - iPhone, iPad and Mac Programming Made Easy (Paperback, 1st ed.)
Gary Bennett, Brad Lees, Mitchell Fisher
R1,060 R856 Discovery Miles 8 560 Save R204 (19%) Ships in 10 - 15 working days

It seems as if everyone is writing applications for Apple's iPhone and iPad, but how do they all do it? It's best to learn Objective-C, the native language of both the iOS and Mac OS X, but where to begin? Right here, even if you've never programmed before

Objective-C for Absolute Beginners will teach you how to write software for your Mac, iPhone, or iPad using Objective-C, an elegant and powerful language with a rich set of developer tools. Using a hands-on approach, you'll learn to think in programming terms, how to use Objective-C to build program logic, and how to write your own applications and apps.

With over 50 collective years in software development and based on an approach pioneered at Carnegie Mellon University, the authors have developed a remarkably effective approach to learning Objective-C. Since the introduction of Apple's iPhone, the authors have taught hundreds of absolute beginners how to develop Mac, iPhone, and iPad apps, including many that became popular apps in the iTunes App Store. What you'll learn The fundamentals of computer programming: how to understand variables, design data structures, and work with file systems The logic of object-oriented programming: how to use Classes, Objects, and Methods The flexibility of Apple's developer tools: how to install Xcode and write programs in Objective-C The power of Cocoa and Cocoa touch: how to make Mac OS X applications or iOS apps that do cool stuff Who this book is for

Everyone This book is for anyone who wants to learn to develop applications for the Mac or apps for the iPhone and iPad using the Objective-C programming language. No previous programming experience is necessary. Table of Contents Becoming a Great iPhone/iPad or Mac Programmer Programming Basics It's All About the Data Making Decisions About...and Planning Program Flow Object Oriented Programming with Objective-C Introducing Objective-C and Xcode Objective-C Classes, Objects, and Methods Programming Basics in Objective-C Comparing Data Creating User Interfaces with Interface Builder Memory, Addresses, and Pointers Debugging Programs with Xcode Storing Information Protocols and Delegates

Swift 5 for Absolute Beginners - Learn to Develop Apps for iOS (Paperback, 5th ed.): Stefan Kaczmarek, Brad Lees, Gary Bennett Swift 5 for Absolute Beginners - Learn to Develop Apps for iOS (Paperback, 5th ed.)
Stefan Kaczmarek, Brad Lees, Gary Bennett
R1,216 R978 Discovery Miles 9 780 Save R238 (20%) Ships in 10 - 15 working days

Stay motivated and overcome obstacles while learning to use Swift Playgrounds and Xcode 10.2 to become a great iOS developer. This book, fully updated for Swift 5, is perfect for those with no programming background, those with some programming experience but no object-oriented experience, or those that have a great idea for an app but haven't programmed since school. Many people have a difficult time believing they can learn to write iOS apps. Swift 5 for Absolute Beginners will show you how to do so. You'll learn Object-Oriented Programming (OOP) and be introduced to User Interface (UI) design following Apple's Human Interface Guidelines (HIG) using storyboards and the Model-View-Controller (MVC) pattern before moving on to write your own iPhone and Apple Watch apps from scratch. What You'll Learn Work with Swift classes, properties, and functions Examine proper User Interface (UI) and User Experience (UX) design Understand Swift data types: integers, floats, strings, and booleans Use Swift data collections: arrays and dictionaries Review Boolean logic, comparing data, and flow control Use the Xcode debugger to troubleshoot problems with your apps Store data in local app preferences and Core Data databases Who This Book Is For Anyone who wants to learn to develop apps for the Mac, iPhone, iPad, and Apple Watch using the Swift programming language. No previous programming experience is necessary.

Swift for Absolute Beginners (Paperback, 1st ed.): Gary Bennett, Brad Lees Swift for Absolute Beginners (Paperback, 1st ed.)
Gary Bennett, Brad Lees
R2,558 Discovery Miles 25 580 Ships in 10 - 15 working days

The professional development team that brought you two editions of Objective-C for the Absolute Beginners and have taught thousands of developers around the world to write some of the most popular iPhone apps in their categories on the app store, have now leveraged their instruction for Swift. Swift for Absolute Beginners is perfect for those with no programming background, those with some programming experience but no object-oriented experience, or those that have a great idea for an app but haven't programmed since school. Gary Bennett and Brad Lees are full-time professional iOS developers and have developed a broad spectrum of apps for Fortune 500 companies. The authors have taken their combined 12 years of writing apps, teaching online iOS courses, the experience from their first two iOS books, along with their free online instruction and free online forum to create an excellent training book. Topics include: How to be successful at learning Swift Using Swift Playgrounds to learn iOS development quickly What is Object Oriented Programming What are Swift classes, properties, and functions Proper user interface and user experience design Swift data types: integers, floats, strings, booleans How to use Swift data collections: arrays and dictionaries Boolean logic, comparing data, and flow control Writing iPhone apps from scratch Avoiding Swift pitfalls Many students have a difficult time believing they can learn to write iOS apps or just staying motivated through learning the process. This book, along with the free, live online training sessions, helps students stay motivated and overcome obstacles while they learn to be great iOS developers.

Swift 4 for Absolute Beginners - Develop Apps for iOS (Paperback, 4th ed.): Stefan Kaczmarek, Brad Lees, Gary Bennett Swift 4 for Absolute Beginners - Develop Apps for iOS (Paperback, 4th ed.)
Stefan Kaczmarek, Brad Lees, Gary Bennett
R772 Discovery Miles 7 720 Ships in 9 - 15 working days

Stay motivated and overcome obstacles while learning to use Swift Playgrounds to be a great iOS developer. This book is perfect for those with no programming background, those with some programming experience but no object-oriented experience, or those that have a great idea for an app but haven't programmed since school, and it is now updated for Swift 4. Many people have a difficult time believing they can learn to write iOS apps. Swift 4 for Absolute Beginners will show you how to do so. You'll learn Object Oriented Programming and be introduced to HealthKit before moving on to write your own iPhone and Watch apps from scratch. Gary Bennett and Brad Lees are full-time professional iOS developers and have developed a broad spectrum of apps for Fortune 500 companies. The authors have taken their combined 14 years of writing apps, teaching online iOS courses, the experience from their first three iOS books, along with their online instruction and free online forum at XcelMe.com to create an excellent training book. And the material in this book is supplemented by with the free, live online training sessions. What You'll Learn Work with Swift classes, properties, and functions Examine proper user interface and user experience design Understand Swift data types: integers, floats, strings, and Booleans Use Swift data collections: arrays and dictionaries Review Boolean logic, comparing data, and flow control Who This Book Is ForAnyone who wants to learn to develop apps for the Mac, iPhone, and iPad, and Watch using the Swift programming language. No previous programming experience is necessary.

The Power of Three - A Rex Dalton Thriller (Standard format, CD): J. C. Ryan The Power of Three - A Rex Dalton Thriller (Standard format, CD)
J. C. Ryan; Read by Gary Bennett
R882 R661 Discovery Miles 6 610 Save R221 (25%) Out of stock
Shadow Born (Standard format, CD, Library Edition): Alex Gates Shadow Born (Standard format, CD, Library Edition)
Alex Gates; Read by Gary Bennett
R1,634 R1,173 Discovery Miles 11 730 Save R461 (28%) Out of stock
Shadow Born (Standard format, CD): Alex Gates Shadow Born (Standard format, CD)
Alex Gates; Read by Gary Bennett
R882 R661 Discovery Miles 6 610 Save R221 (25%) Out of stock
Shadow Born (MP3 format, CD): Alex Gates Shadow Born (MP3 format, CD)
Alex Gates; Read by Gary Bennett
R1,019 R759 Discovery Miles 7 590 Save R260 (26%) Out of stock
The Power of Three Lib/E - A Rex Dalton Thriller (Standard format, CD, Library Edition): J. C. Ryan The Power of Three Lib/E - A Rex Dalton Thriller (Standard format, CD, Library Edition)
J. C. Ryan; Read by Gary Bennett
R1,634 R1,173 Discovery Miles 11 730 Save R461 (28%) Out of stock
Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Mexico In Mzansi
Aiden Pienaar Paperback R360 R255 Discovery Miles 2 550
Bostik Clear on Blister Card (25ml)
R38 Discovery Miles 380
Focus Office Desk Chair (Black)
R1,199 R615 Discovery Miles 6 150
Cadac Cadac Swivel Regulator (B/P)
R219 R129 Discovery Miles 1 290
Maze Runner: Chapter II - The Scorch…
Thomas Brodie-Sangster, Nathalie Emmanuel, … Blu-ray disc R54 Discovery Miles 540
This Is Why
Paramore CD R397 Discovery Miles 3 970
JCB Glide Carbon Toe Safety Shoe (Black)
R1,739 Discovery Miles 17 390
Baby Dove Soap Bar Rich Moisture 75g
R20 Discovery Miles 200
Sharp EL-W506T Scientific Calculator…
R599 R560 Discovery Miles 5 600
Double Sided Wallet
R91 Discovery Miles 910

 

Partners