This session was given at Paris Android Makers 2017 by Fabien Devos, Wealthfront.
More info: http://androidmakers.fr/schedule/#ses...
Slides link: https://docs.google.com/presentation/...
Activities get destroyed when you rotate the screen and have a complex lifecycle. Using Fragments is error-prone and their lifecycle is even worse. How would you like a Screen that doesn't get destroyed on rotation, and a navigation as simple as calling goTo(screen)? That's what modern Android development should look like.
In this presentation you'll learn how we implemented a single Activity architecture with a custom navigation system, and how we use it everyday in production thanks to a library we created: Magellan (https://github.com/wealthfront/magellan).
Type: Android development
Experience: intermediate
Alex Karp Production