Tagged in

Android App Development

upday devs
upday devs
upday tech blog
More information
Followers
2.4K

MVVM — It’s All In The (Implementation) Details

At upday, we’ve been successfully using the Model-View-ViewModel pattern together with RxJava for more than a year and a half. After sharing with the community a very high-level overview of what this pattern entails, we decided that it’s time to…


MVVM + RxJava: Learnings

MVVM + RxJava is a great formula for an app architecture. At upday we recognised this and used it in our app, making it scalable and maintainable. Despite this, we’ve had to learn a few lessons the hard way.