Model-View-Presenter vs Model-View-ViewModel for embedded application in C++

72 Views Asked by At

We are starting a larger embedded application in C++ and using LVGL UI library written in C. I would like to know which architecture to choose, the MVP, MVVM, or maybe something simplified. Can MVVM be done correctly without native support for data bidding? What would you choose?

0

There are 0 best solutions below