Open main menu

User contributions

Neil

30 March 2011

  • IPhone iOS 4 Development Essentials Xcode 4 Edition

    no edit summary

    19:35

    +1,363

  • Getting iPhone Location Information using the iOS 4 Core Location Framework (Xcode 4)

    New page: The iPhone is able to employ a number of different techniques for obtaining information about the current geographical location of the device. These mechanisms include GPS, cell tower tria...

    19:32

  • IPhone iOS 4 Development Essentials Xcode 4 Edition

    no edit summary

    19:26

    +836

  • Scheduling iOS 4 iPhone Local Notifications (Xcode 4)

    New page: Local Notifications were introduced with iOS 4.0 and provide a mechanism for an application to schedule an alert to notify the user about an event. These notifications take the form of an ...

    19:24

  • IPhone iOS 4 Development Essentials Xcode 4 Edition

    no edit summary

    19:20

    +796

  • File:Xcode 4 disable multitasking.jpg

    no edit summary

    19:17

  • File:Xcode 4 required background modes.jpg

    no edit summary

    19:17

  • An Overview of iOS 4 iPhone Multitasking (Xcode 4)

    New page: Multitasking refers to the ability of an operating system to run more than one application concurrently. The introduction of iOS version 4.0 was met with much fanfare relating to the fact ...

    19:17

  • IPhone iOS 4 Development Essentials Xcode 4 Edition

    no edit summary

    19:12

    +1,389

  • File:Xcode 4 iad example table view.jpg

    no edit summary

    19:08

  • Integrating iAds into an iOS 4 iPhone App (Xcode 4)

    New page: In the first 11 months of business, Apple’s iTunes App Store reached 1 billion downloads. This actually turned out to be something of a slow start, and in the following year and a half t...

    19:08

  • IPhone iOS 4 Development Essentials Xcode 4 Edition

    no edit summary

    19:01

    +1,085

  • Basic iPhone Animation using Core Animation (Xcode 4)

    New page: The majority of the visual effects used throughout the iOS 4 user interface on the iPhone are performed using Core Animation. Core Animation provides a simple mechanism for implementing ba...

    18:58

  • IPhone iOS 4 Development Essentials Xcode 4 Edition

    no edit summary

    18:12

    +1,571

  • File:Xcode 4 draw2D class change.jpg

    no edit summary

    18:09

  • An iOS 4 iPhone Graphics Drawing Tutorial using Quartz 2D (Xcode 4)

    ‎Creating the UIView Subclass

    18:09

    +43

  • An iOS 4 iPhone Graphics Drawing Tutorial using Quartz 2D (Xcode 4)

    New page: As previously discussed in Drawing iOS 4 iPhone 2D Graphics with Quartz, the Quartz 2D API is the primary mechanism by which 2D d...

    18:08

  • IPhone iOS 4 Development Essentials Xcode 4 Edition

    no edit summary

    18:02

    +582

  • Drawing iOS 4 iPhone 2D Graphics with Quartz (Xcode 4)

    no edit summary

    18:00

    +68

  • Drawing iOS 4 iPhone 2D Graphics with Quartz (Xcode 4)

    New page: The ability to draw two dimensional graphics on the iPhone is provided as part of the Core Graphics Framework in the form of the Quartz 2D API. The iOS implementation of Quartz on the iPho...

    17:59

  • IPhone iOS 4 Development Essentials Xcode 4 Edition

    no edit summary

    17:58

    +953

  • Detecting iOS 4 iPhone Touch Screen Gesture Motions (Xcode 4)

    no edit summary

    17:56

    +2

  • Detecting iOS 4 iPhone Touch Screen Gesture Motions (Xcode 4)

    no edit summary

    17:55

    +2

  • Detecting iOS 4 iPhone Touch Screen Gesture Motions (Xcode 4)

    no edit summary

    17:48

    +192

  • Detecting iOS 4 iPhone Touch Screen Gesture Motions (Xcode 4)

    New page: The last area of iOS touch screen event handling that we will look at in this book involves the detection of gestures involving movement. As covered in a previous chapter, a gesture refers...

    17:46

  • IPhone iOS 4 Development Essentials Xcode 4 Edition

    no edit summary

    17:43

    +1,295

  • File:Xcode 4 enable multitouch.jpg

    no edit summary

    17:40

  • File:Xcode 4 touches ui.jpg

    no edit summary

    17:40

  • An Example iOS 4 iPhone Touch, Multitouch and Tap Application (Xcode 4)

    New page: Having covered the basic concepts behind the handling of iOS user interaction with an iPhone touch screen in the previous chapter, this chapter will work through a tutorial designed to hig...

    17:40

  • IPhone iOS 4 Development Essentials Xcode 4 Edition

    no edit summary

    17:32

    +1,089

  • An Overview of iOS 4 iPhone Multitouch, Taps and Gestures (Xcode 4)

    New page: In terms of physical points of interaction between the device and the user, the iPhone provides three buttons, a switch and a touch screen. Without question, the user will spend far more t...

    17:30

  • IPhone iOS 4 Development Essentials Xcode 4 Edition

    no edit summary

    17:26

    +36

  • IPhone iOS 4 Development Essentials Xcode 4 Edition

    no edit summary

    17:25

    +1,068

  • File:Xcode 4 coredata ui.jpg

    no edit summary

    17:22

  • File:Xcode 4 coredata view connected.jpg

    no edit summary

    17:22

  • File:Xcode 4 coredata delegate connection.jpg

    no edit summary

    17:21

  • File:Xcode 4 coredata change class.jpg

    no edit summary

    17:21

  • File:Xcode 4 coredata connecting view controller.jpg

    no edit summary

    17:21

  • File:Xcode 4 core data entity defined.jpg

    no edit summary

    17:20

  • An iOS 4 iPhone Core Data Tutorial (Xcode 4)

    New page: In the previous chapter, entitled Working with iOS 4 iPhone Databases using Core Data, an overview of the Core Data stack ...

    17:19

  • IPhone iOS 4 Development Essentials Xcode 4 Edition

    no edit summary

    15:17

    +51

  • IPhone iOS 4 Development Essentials Xcode 4 Edition

    no edit summary

    15:16

    +1,339

  • File:Xcode 4 core data relationship graph.jpg

    no edit summary

    15:13

  • File:Xcode 4 coredata model.jpg

    no edit summary

    15:12

  • Working with iOS 4 iPhone Databases using Core Data (Xcode 4)

    New page: The preceding chapters covered the concepts of database storage using the SQLite database. In these chapters the assumption was made that the iPhone application code would directly manipul...

    15:12

  • IPhone iOS 4 Development Essentials Xcode 4 Edition

    no edit summary

    14:47

    +68

  • IPhone iOS 4 Development Essentials Xcode 4 Edition

    no edit summary

    14:32

    +1,088

  • File:Xcode 4 database ui.jpg

    no edit summary

    14:28

  • An Example SQLite based iOS 4 iPhone Application (Xcode 4)

    New page: In the chapter entitled iOS 4 iPhone Database Implementation using SQLite the basic concepts of integrating a SQLite based d...

    14:28

  • IPhone iOS 4 Development Essentials Xcode 4 Edition

    no edit summary

    14:14

    +1,206

older 50
  • Techotopia

    • Mobile
    • Desktop
  • Privacy