Tech Talk
by Scott Terry 12-min read
Envative's Mobile Framework Journey: from MVC to MVVM
This is the first in a series of articles about building our own mobile framework, the decisions we’ve made along the way and our rationale behind them.
Most common mobile development follows the MVC (Model-View-Controller) pattern as that is the path the native SDK’s lead you down and what is most familiar to the majority of developers.
By contrast, Envative has been making the push to MVVM (Model-View-View-Model) after seeing some great benefits from early forays into using the pattern. We have chosen this pattern for both our iOS and Android platforms. Let’s start with a little bit of context.
Read Envative's Framework Journey