Please log in to watch this conference skillscast.
Working with RxJava's Observables can be challenging: they have to abide by the Android lifecycle, be aware of garbage collection, and keep threading in mind. In this talk, Paco will take a deep dive on the memory management pitfalls when working with reactive apps.
You will learn what leaks are, how they are created when working with observable streams, and provide advice on how to avoid them. Building your own UI binding abstraction can help you understand how you app's state changes, and greatly simplify your tests. Lastly, how to architect your app to optimize for fast development loops.
YOU MAY ALSO LIKE:
- Simple dependency management in Kotlin (SkillsCast recorded in October 2018)
- F# eXchange 2022: Online (Online Conference on 25th - 26th October 2022)
- Haskell eXchange 2022: Novice Track (Online Conference on 7th December 2022)
- A Conceptual Introduction to Nix for Haskellers (SkillsCast recorded in November 2021)
- Haskell in the Enterprise: A Report from in the Belly of the Whale (SkillsCast recorded in November 2021)
About Memory Management in Fully Reactive Apps
Paco Estevez
A rogue functional programmer in Android land, Paco started his career working on mobile videogames, and then transitioned to prototypes, experimental libraries, and worrying about day-to-day development experience.