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

Overcoming the challenges of mobile development in the enterprise

Overcoming the challenges of mobile development in the enterprise

Presentation delivered at AppDevTrends, part of Live360 2017 in Orlando, FL.

Roy Cornelissen

December 08, 2016
Tweet

More Decks by Roy Cornelissen

Other Decks in Programming

Transcript

  1. ADH10 Overcoming the Challenges of Mobile Development in the Enterprise

    Roy Cornelissen Mobile Lead Consultant Xpirit Netherlands @roycornelissen
  2. Pretty pictures are for consumers... We could get away with

    applications that looked like this. @roycornelissen
  3. • IT department dictates • “It’s ready when it’s ready”

    • Siloed architectures • ”The ESB fixes everything” • No need for fancy UI’s @roycornelissen
  4. § Catching the Mobile Moment § Delivering software at a

    different pace § Mobile isn’t neutral § Distribution § New types of architecture @roycornelissen
  5. Mobile isn’t neutral On desktop, you designed for the web

    On mobile, you design for the platform http://ben-evans.com/benedictevans/2015/9/26/mobile-is-not-a-neutral-platform @roycornelissen
  6. <?xml version="1.0" encoding="utf-8"?> <restrictions xmlns:android= "http://schemas.android.com/apk/res/android" > <restriction android:key="string" android:title="string

    resource" android:restrictionType="bool" android:description="string resource" android:entries="string-array resource" android:entryValues="string-array resource" android:defaultValue="reference" /> <restriction ... /> ... </restrictions> @roycornelissen