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

Emotish & Parse

danbretl
August 22, 2012

Emotish & Parse

An introduction to Emotish, a free iPhone app, and how it was built with Parse, a free back end as a service, and my favorite way to rapidly prototype mobile apps.

danbretl

August 22, 2012
Tweet

More Decks by danbretl

Other Decks in Technology

Transcript

  1. why photo sharing issues with current crop of apps ‣

    the same paradigms repeated over and over ‣ i don’t care about their community content ‣ missed opportunities to extend photo sharing
  2. emotish demo screenshots are boring ‣ search the app store

    for “emotish” ‣ download at emotish.com ‣ download at bit.ly/emotish
  3. how we built it developed back end with parse ‣

    free back end as a service ‣ SDKs for iOS, Android, JavaScript, and a REST API ‣ build your back end on the fly ‣ stay within Objective-C (if you want) ‣ easy push notifications and social network integration ‣ no worries about servers or scaling
  4. NYiOS demo code snippets are boring ‣ download at github.com/danbretl/NYiOS

    ‣ directory of app developers ‣ listings of apps (developed & admired) ‣ accounts via username, facebook, & twitter ‣ push notification support
  5. addicted to parse the intangibles ‣ ease of integration ‣

    extensive guides and documentation ‣ active community ‣ speedy tech support
  6. caveats keep yourself in check ‣ front end + back

    end = twice as much code ‣ easy to write messy code ‣ don’t mix models, views and network code