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

Scaling Mobile at REA

Scaling Mobile at REA

Over the last 9 years, mobile development at REA has gone from one small isolated team working on an iPhone app to many teams contributing to a number of apps for both iOS and Android that contribute a huge proportion of our user engagement.

This talk reflects on things we've tried to scale mobile development, and draws on some research into what other companies are doing in this space, and how I would approach this as a blueprint going forward.

Stewart Gleadow

September 04, 2019
Tweet

More Decks by Stewart Gleadow

Other Decks in Technology

Transcript

  1. // Configure let config = Config( clientName: .demo, redirects: Redirects(

    auth: "locke://auth", codeExchange: "https://example.com/auth" ) ) // Triggering locke.presentLogin(from: self)