Tuesday, October 25, 2011

Phase 2: Organizing Chaos

https://docs.google.com/document/d/1WPXiCihhQ_pssGhpzSauYh3Wi2QZxVk-JFR2nS_0Xzc/edit?hl=en_US


























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:




Pauls Online Notes : Calculus III - Quadric Surfaces
Lines - Planes - Equations - Distances - Angles
GKPeerPickerController Class Reference
FLARManager: Augmented Reality in Flash | transmote speaks...
WikiStart/en - Spark project
Apple GameKit Bluetooth Integration Tutorial
flex - Completing a socket connection across an intranet or internet - Stack Overflow
Finding the current location in your mobile app using Geolocation | Gregs Ramblings
Location Labs Launches Advanced Mobile Cloud Platform | Cloud Computing Journal
Extending Adobe AIR | Adobe Developer Connection
Adobe Flex Cookbook
Adobe Flash Platform * Basics of user interaction
Adobe Flash Platform * Touch, multitouch and gesture input
Components | Adobe Developer Connection
Report: iPhone Applications Are Getting Cheaper | TechCrunch
Learning Objective-C: A Primer
Cocoa Source Code - Matt Legend Gemmell
iPhone Development: Drawing a HUD Display in OpenGL ES
objective c - How do I use UIImagePickerController just to display the camera and not take a picture? - Stack Overflow
ArcGIS iPhone API - Creating a New Xcode Project
Debugging peer-to-peer and wifi apps on the iPhone « Talk Funnel
Game kit is going to be a pain to test. - MacRumors Forums
iPhone Bluetooth Programming
iPhone Software Development: Sample Source Code : iPhone OS 3.0 peer to peer bluetooth connectivity
Bluetooth P2P connection - iPhone Dev SDK Forum
Beginners Guide to Objective-C Programming
Object-Oriented Programming with Objective-C: Introduction
DevMaster.net - A Beginner's Guide to Creating a MMORPG
SQL Introduction
What is Required When Building An MMORPG Server? - DevMaster.net Forums
Network Programming: Chapter 7 - iPhone SDK Application Development - O'Reilly Media
How to Socket Connection? - iPhone Dev SDK Forum


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


Working with Static Analyzer in Xcode 3.2 - O'Reilly Answers
Cocoa Fundamentals Guide: Cocoa Design Patterns
B e n j a m i n · M a r r a

No comments:

Post a Comment