🎤 Modern Android: How to ditch Activities and Fragments
- 👤 Fabien Devos
- Twitter: @Fabien_Devos
- GitHub: fabiendevos
📹
Video:
https://youtu.be/cfXflRUUC48
"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."
This page was generated from this YAML file. Found a typo, want to add some data? Just edit it on GitHub.