echo-o & iPhone App Dev - BarCamp Saigon 1

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

0 comments

Post a comment

    Post a comment
    Embed Video
    Edit your comment Cancel

    1 Favorite

    echo-o & iPhone App Dev - BarCamp Saigon 1 - Presentation Transcript

    1. by Tran Nhuan Quang @ Multinc with guidance from Huy Zing BarCamp Saigon 1 November 15, 2008
    2. Features on the iPhone client
      • Redesigned UI for mobile
      • Sound alerts and vibrations on incoming questions
    3. Echo-o on iPhone Simulation
    4. iPhone development tools
      • Mac OS 10.5.4+
      • iPhone SDK 2.1 (current version)
      • An Iphone
    5. Things that need to know
      • How to use Xcode
      • How to use C/Objective-C
      • And the iPhone APIs
    6. Application Structure
      • MVC structure
        • Model: classes that deal with data
          • Eg. Data stores
        • View: classes that contain the UI components
          • Eg. Web component, images, etc.
        • Controller: classes that deal with the actions
          • Eg. A react to an event, etc
    7. The project bundle
    8. Different way to create views
      • Manually create views by inherit the UIView class
      • Use Interface Builder : drag & drop UI components
    9. Interface Builder
    10. Example code
      • Playing a sound file
      SystemSoundID mySSID; soundURL = CFURLCreateWithFileSystemPath (kCFAllocatorDefault, CFSTR ("asoundfile.aif"), kCFURLPOSIXPathStyle, FALSE); // create the system sound ID AudioServicesCreateSystemSoundID (soundURL, &mySSID); // play the sound file AudioServicesPlaySystemSound (mySSID); // vibrate the phone AudioServicesPlaySystemSound(kSystemSoundID_Vibrate);
    11. Testing & Deployment
      • Membership cost of $99-$299 is required
      • A jail broken iPhone with some “magic” tricks
    12. Running an app on an jail broken iPhone
      • Copy the application over the iPhone /Applications directory
      • Install ldid from Cydia
      • Fake a digital signature
        • ldid -S /Applications/MyApp.app/MyApp
      • Change the mode
        • chmod +x /Applications/MyApp.app/MyApp
    13. http://multinc.com/ http://developer.apple.com/iphone/

    + huyzinghuyzing, 2 years ago

    custom

    911 views, 1 favs, 0 embeds more stats

    For BarCamp Saigon 1, Multinc describes their exper more

    More info about this document

    © All Rights Reserved

    Go to text version

    • Total Views 911
      • 911 on SlideShare
      • 0 from embeds
    • Comments 0
    • Favorites 1
    • Downloads 17
    Most viewed embeds

    more

    All embeds

    less

    Flagged as inappropriate Flag as inappropriate
    Flag as inappropriate

    Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

    Cancel
    File a copyright complaint
    Having problems? Go to our helpdesk?

    Categories