Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Idea to iOS

Idea to iOS

Presentation given at Lafayette Mobile Jump Start on November 19, 2011.

laughinglarkllc

December 08, 2011
Tweet

More Decks by laughinglarkllc

Other Decks in Programming

Transcript

  1. FEATURES • Searchable database of books • Directions to nearest

    branch • Find My Book • Read ebooks on your device • Watch videos on your device • Find other readers with similar interests • Tweet a book • Recommend book to friends
  2. APPLICATION DEFINITION STATEMENT LibraryPal is application to help average users

    find available books at the library and help them locate it.
  3. FEATURES • Searchable database of books • Directions to nearest

    branch • Find My Book • Read ebooks on your device • Watch videos on your device • Find other readers with similar interests • Tweet a book • Recommend book to friends
  4. FACEBOOK Allow all users to see the most basic information

    for pages they have liked, and post statuses, photos, and comments.
  5. USER EXPERIENCE DESIGN Next to the application working correctly, this

    is the most important aspect of your application.
  6. USER EXPERIENCE DESIGN If people like using your app, it

    can really help the success of your application.
  7. $99

  8. OBJECTIVE-C • Strict superset of C • Dynamic • No

    garbage collection* • Knowledge of C helps, but isn't required.
  9. CONTROLLER • Glues the view and model together • Contains

    most application logic • UIViewController
  10. RECOMMENDED BOOKS • Design • Tapworthy • Development • iPhone

    Programming: The Big Nerd Ranch Guide • Beginning iPhone 4 Development: Exploring the iOS SDK