Florina Muntenescu


Main focus: Android Software Development

Twitter handle: @FMuntenescu

Languages: English

City: Berlin, Germany

Country: Germany

Topics: mobile, software development practices, software development, android, software engineering

Bio:

Florina passionately works at upday as a Senior Android Developer. She has been writing code for more than 7 years, mostly for Android. Florina keeps a strong focus on clean code and UI/UX. Previous work covered payment solutions at payleven and navigation services at Garmin.

Examples of previous talks / appearances:

MVVM & RxJava - the perfect mix

I want to tell you a story: how we failed by taking the “normal” MVC path, and how we managed to save our project using the Model-View-ViewModel pattern and RxJava.

Considering the increasing popularity of the Model-View-Presenter pattern and RxJava in the Android community, the widespread adoption of the Model-View-ViewModel pattern naturally followed. MVVM and RxJava helped us (an 8 person team) to quickly refactor a monolithic app, providing us with a great foundation for new features.
In this talk, I want to share our love story with MVVM and RxJava and offer some insight into the following topics:
- What the MVVM pattern is, what are its benefits and RxJava’s role within it (with source code snippets)
- Mistakes made during ‘war mode’ and how we recovered
- If RxJava is the hammer, are all problems nails? Is there such thing as overusing RxJava?
Finally I’ll address some open questions about how we can still improve the existing code base in terms of readability, testability and robustness and whether Android Data Binding is a solution that is worth integrating.