I want to know which android architecture pattern is recently followed in big companies like Google, Facebook, etc ? I have searched the internet and read various blogs regarding MVP and MVVM but I didn't get the answer about which is better i.e. MVP or MVVM.
Matheus Faleiro
Mobile Developer
First of all, you must to understand what are the differences between each architecture. Second, what do you want to build? What you need to have in your App to have a good MVP (Minimal Viable Product) ? Then you should focus in what architecture you want to use. Good luck!