SlideShare une entreprise Scribd logo
1  sur  84
iPhone Development
    Connecting to the cloud
Ninth Division
real legit growing apple platforms development
              company in omaha, ne
           www.ninthdivision.com
             @ninthdivision

                Andy Peters
                @andypeters
Midwest Mobile
          Developers
    connecting all the mobile developers in the region
           (Nebraska, Iowa, Kansas, Missouri)


http://groups.google.com/group/midwest-mobile-developers
Getting started with
iPhone Development
Getting started with
iPhone Development
flickr: kmulcahy
flickr: kmulcahy
iPhone   The Cloud
Why?


       flickr: Waldo#4
30 Million

iPhone’s Sold as of Sept. 2009
20 Million

iPod Touches Sold as of Sept. 2009
User experience.
Offline usage.
Unreliable Connectivity.
Social networks.
More devices...
More devices...
More devices...
More devices...
iPhone users use the
hell out of social apps
15,604,157 Monthly Active Users
      Facebook for the iPhone
Tweetie 2 for the iPhone
Be unique.


             flickr: Erica Marshall
Game’s submitting
scores to community.
Post high score to
     twitter.
Announce new user
profile on Facebook.
Music related app uses
  Last.fm for data.
Grab data to populate a
         map.
Some devices are tied
directly to the cloud.
MORE and MORE!
Connection Methods.


                  flickr: barjack
Web Services
    ~=
 The Cloud
XML
RESTful please!
XML
There is no SOAP Client #642 or XML-RPC Client
           #1,203. You parse it yourself.
Options for Parsing
          XML
•   libxml2

    • Tree-based: easy to parse, tree in memory
    • Event-driven: less memory, more complex managing state
    • Text reader: fast, easy to write
•   NSXMLParser

    • Event-driven: simpler but less powerful than libXML
    • No NSXMLDocument on iPhone
•   expat too!!!
XML Code
NSXMLParser *parser = [[NSXMLParser alloc]initWithData:....];
XML Code
NSXMLParser *parser = [[NSXMLParser alloc]initWithData:....];
XML [delegate] Code
XML [delegate] Code
XML Docs.
• “Event Driven XML Programming in
  Cocoa” - ADC
• NSXMLParser.h / Supporting doc.
• NSXMLParserDelegate.h / Supporting doc.
• Sample code: XMLPerformance and
  SeismicXML
• Google: cocoa + nsxmlparser
JSON
JavaScript Object Notation
JavaScript Object
        Notation
• More lightweight than XML
• Similar to a Property List
 • arrays, dictionaries, strings, numbers
• Open Source json-framework wrapper for
  Objective-C
 • no “official” Apple library (yet)
JavaScript Object
         Notation
• If I have a choice, I prefer using JSON
 • Lightweight
 • Fast
 • Easy to parse and map to objects.
JSON Looks like

{
        “name” : “Hearful Andrena”,
        “pets” : 23,
        “poop-scooping-service” : false,
        “pet-names” : [“Hanna”,
                        “Nemo”}
    }
Parsing JSON
#import <JSON/JSON.h>

// Get a JSON string
NSString *jsonString = ....;

// Parsing will result in Foundation objects
id object = [jsonString JSONValue];
Using JSON-framework

// Create data.
NSDictionary *dictionary = ...;

// converts into a JSON spring.
jsonString = [dictionary JSONRepresentation];
UIWebView
Best Practices
Asynchronous
Never parse on the main thread.
NSOperation
Never assume you
know the size of the
  server response.
Delegates methods
Show progress.
Debugging.
Caching
Libraries, Frameworks
    and Wrappers


                    flickr: (Erik)
MGTwitterEngine
ObjectiveFlickr
Facebook Connect
iPhone on Rails
ASIHTTPRequest
Development Demos


                flickr: TheNixer
Development Demos


                flickr: TheNixer
Questions ?


              flickr: Jim in Times Square
ninth Division
real legit growing apple platforms development
              company in omaha, ne
           www.ninthdivision.com
             @ninthdivision

Contenu connexe

En vedette (6)

SMP Higher and Further Education Forum Dec 2014
SMP Higher and Further Education Forum Dec 2014SMP Higher and Further Education Forum Dec 2014
SMP Higher and Further Education Forum Dec 2014
 
Conchetta House
Conchetta HouseConchetta House
Conchetta House
 
Conchetta House for investors
Conchetta House for investorsConchetta House for investors
Conchetta House for investors
 
Hear Is What People Are Saying About
Hear Is What People Are Saying AboutHear Is What People Are Saying About
Hear Is What People Are Saying About
 
Conchetta house1111210
Conchetta house1111210Conchetta house1111210
Conchetta house1111210
 
Presentation For Julie
Presentation For JuliePresentation For Julie
Presentation For Julie
 

Similaire à Hdc09 I Phone Dev Connecting To Web

Appcelerator Titanium Intro
Appcelerator Titanium IntroAppcelerator Titanium Intro
Appcelerator Titanium Intro
Nicholas Jansma
 
"Python web development combines the simplicity of the language with powerful...
"Python web development combines the simplicity of the language with powerful..."Python web development combines the simplicity of the language with powerful...
"Python web development combines the simplicity of the language with powerful...
softwaretrainer2elys
 

Similaire à Hdc09 I Phone Dev Connecting To Web (20)

Reaktive Programmierung mit den Reactive Extensions (Rx)
Reaktive Programmierung mit den Reactive Extensions (Rx)Reaktive Programmierung mit den Reactive Extensions (Rx)
Reaktive Programmierung mit den Reactive Extensions (Rx)
 
Rails as iOS Application Backend
Rails as iOS Application BackendRails as iOS Application Backend
Rails as iOS Application Backend
 
Hacking your Droid (Aditya Gupta)
Hacking your Droid (Aditya Gupta)Hacking your Droid (Aditya Gupta)
Hacking your Droid (Aditya Gupta)
 
IoT-javascript-2019-fosdem
IoT-javascript-2019-fosdemIoT-javascript-2019-fosdem
IoT-javascript-2019-fosdem
 
OpenFaaS - zero serverless in 60 seconds anywhere with case-studies
OpenFaaS - zero serverless in 60 seconds anywhere with case-studiesOpenFaaS - zero serverless in 60 seconds anywhere with case-studies
OpenFaaS - zero serverless in 60 seconds anywhere with case-studies
 
FOXX - a Javascript application framework on top of ArangoDB
FOXX - a Javascript application framework on top of ArangoDBFOXX - a Javascript application framework on top of ArangoDB
FOXX - a Javascript application framework on top of ArangoDB
 
Quick look in Reactive Extensions
Quick look in Reactive ExtensionsQuick look in Reactive Extensions
Quick look in Reactive Extensions
 
Data Science
Data ScienceData Science
Data Science
 
Appcelerator Titanium Intro
Appcelerator Titanium IntroAppcelerator Titanium Intro
Appcelerator Titanium Intro
 
Building APIs in an easy way using API Platform
Building APIs in an easy way using API PlatformBuilding APIs in an easy way using API Platform
Building APIs in an easy way using API Platform
 
#MBLTdev: Уроки, которые мы выучили, создавая Realm
#MBLTdev: Уроки, которые мы выучили, создавая Realm#MBLTdev: Уроки, которые мы выучили, создавая Realm
#MBLTdev: Уроки, которые мы выучили, создавая Realm
 
Intro to appcelerator
Intro to appceleratorIntro to appcelerator
Intro to appcelerator
 
Building APIs in an easy way using API Platform
Building APIs in an easy way using API PlatformBuilding APIs in an easy way using API Platform
Building APIs in an easy way using API Platform
 
Introduction to Realm Mobile Platform
Introduction to Realm Mobile PlatformIntroduction to Realm Mobile Platform
Introduction to Realm Mobile Platform
 
Twelve ways to make your apps suck less
Twelve ways to make your apps suck lessTwelve ways to make your apps suck less
Twelve ways to make your apps suck less
 
Building Rich Internet Apps with Silverlight 2
Building Rich Internet Apps with Silverlight 2Building Rich Internet Apps with Silverlight 2
Building Rich Internet Apps with Silverlight 2
 
F8 tech talk_pinterest_v4
F8 tech talk_pinterest_v4F8 tech talk_pinterest_v4
F8 tech talk_pinterest_v4
 
Node js - Enterprise Class
Node js - Enterprise ClassNode js - Enterprise Class
Node js - Enterprise Class
 
"Python web development combines the simplicity of the language with powerful...
"Python web development combines the simplicity of the language with powerful..."Python web development combines the simplicity of the language with powerful...
"Python web development combines the simplicity of the language with powerful...
 
Introduction to React native
Introduction to React nativeIntroduction to React native
Introduction to React native
 

Dernier

EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 

Dernier (20)

Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 

Hdc09 I Phone Dev Connecting To Web