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

Android First

Rene Pot
October 01, 2014

Android First

The Slides for the Android First talk at the Titanium Meetup Amsterdam

Rene Pot

October 01, 2014
Tweet

Other Decks in Technology

Transcript

  1. Brief History - Titanium Developer since 1.7 (2011) - Build

    iOS/Android 2.3 app - Build several iOS apps since
  2. Brief History - Titanium Developer since 1.7 (2011) - Build

    iOS/Android 2.3 app - Build several iOS apps since - Joined Peerby 2 months ago
  3. Android First - Screen Sizes - DPI - ldpi, mdpi,

    hdpi, xhdpi, xxhdpi & xxxhdpi! - Hardware buttons
  4. Benefits of Android First - Start at a fragmented market

    - Optimise for many different screen sizes - Requirement of high performance - All assets are created - Port to iOS is EASY
  5. iOS first - Consistency - All software, no hardware buttons

    - A grand total of 21 different devices
  6. Benefits of iOS first - Fast development - Easy testing

    - Consistency across devices - Fixed width
  7. Ideal situation - Develop for Android first - Keep iOS

    on par per-feature - Cross platform development! - This is not how we implemented it at Peerby
  8. Lessons Learned - Low end devices force choices - Styling

    of pages just like the web - Titanium + android is unpredictable - ti clean is your friend - Genymotion!