Core Data Variable Matrix Spreadsheet (first draft)- Creating matrices that lay out the specific actions, functions, attributes, settings and numerical data involved with creating variables utilized by objects within Xcode has permitted me to really comprehend the logic pattern construction and organization of objective c programming.
Cocoa: delegation and memory management.
Model-View-Controller—This design pattern governs the overall structure of your app.
Delegation—This design pattern facilitates the transfer information and data from one object to another.
Target-action—This design pattern translates user interactions with buttons and controls into code that your app can execute.
Block objects—You use blocks to implement callbacks and asynchronous code.
Sandboxing—All iOS apps are placed in sandboxes to protect the system and other apps. The structure of the sandbox affects the placement of your app’s files and has implications for data backups and some app-related features.
Applicable Sample Codes
how to successfully authenticate using GameKit (iOS 4.2): http://developer.apple.com/library/ios/#samplecode/GKAuthentication/Introduction/Intro.html#//apple_ref/doc/uid/DTS40010933
Proper use of region monitoring, significant location changes, and handling location events in the background on (iOS iOS 4.3 or later):
http://developer.apple.com/library/ios/#samplecode/Regions/Introduction/Intro.html#//apple_ref/doc/uid/DTS40010726
demonstrates using a CLGeocoder instance to perform forward and reverse geocoding on strings and dictionaries. The application also includes an example distance calculator that will display the distance between two placemarks:
http://developer.apple.com/library/ios/#samplecode/GeocoderDemo/Introduction/Intro.html#//apple_ref/doc/uid/DTS40011097
Gang of 4 book...? - On Cocoa obj. c coding purchase?
bookmarks:
- Open Source Web And Mobile Maps | Web & Mobile Application Development
- Esri - The GIS Software Leader | Mapping Software and Data
- www.adobe.com/devnet-apps/flex/tourdeflex/web/
- nctc.fws.gov/csp/oilspill/training/gps/ArcGIS Mobile/ArcGIS_Mobile_User_Guide.pdf
- ryanstewart/GpxAS3 - GitHub
- Adobe AIR * iOS Settings
- How to use Adobe's iPhone Packager without an Apple Developer Subscription
- 000webhost.com Members Area
- Website Builder
- ccoenraets/flex-spring-mobile-testdrive - GitHub
- Google Maps API for Flash - Google Code
- help.adobe.com/en_US/flex/mobileapps/developing_mobile_apps_flex.pdf
- Flex in a Week video training | Adobe Developer Connection
phase 2
- Working with Files in Objective-C - Techotopia
- C# Operators (C#)
- ellipsoid parametric equations - Wolfram|Alpha
- An Introduction to Objective-C for .NET Programmers
- GpsPasSion Forums - GPS altitude : wgs84 / msl / geodetic corrections
- How to Measure Altitude in iPhone | iPhone Tutorial | iPhone iOS4 iPad SDK Development & Programming Blog
- Accelerometer - Wikipedia, the free encyclopedia
- Accelerometer angle with phone laying on back? - iPhone Dev SDK Forum
- Can you calibrate N900 accelerometer? [Archive] - maemo.org - Talk
- How do you use accelerometer measure tilt angle
- finding angle in cell phone using accelerometer
- iPhone docs in Xcode - iPhone Dev SDK Forum
- iPhone from A Game Developer’s Perspective: Objective C | Games from Within
- Data Management - iOS Technology Overview - Apple Developer
- iPhone SDK Tutorial: Reading data from a SQLite Database | dBlog.com.au
- Writing SQL Queries: Let's Start with the Basics
- Xcode 4 User Guide: About Xcode 4
- Cocoa Fundamentals Guide: Introduction
- Using Core Data with iCloud Release Notes
- SQLite vs. Core Data - CocoaDev Forums
- Mobile accelerometers and gyroscopes explained - O'Reilly Answers
- iPhone - detecting motion with gyroscope/accelerometer - Stack Overflow
Debug
- Cocoa Fundamentals Guide: Cocoa Design Patterns
No comments:
Post a Comment