FLOSS apps using MVC?

Can anyone recommend to me some apps that employ MVC, either via direct implementation, or via a framework like AndroidMVC? I am a researcher and want to study the effects of different architectural choices on performance and energy efficiency.

Thanks!

Rick Kazman
University of Hawaii

MVP is more appropriate to Android development to have a clean code separation.

1 Like

Thanks for the response. Uncle Bob is always worth reading.

Do you know of any FLOSS apps that employ MVP?

no I don’t know.
Check on Google…

MVP and MVVM are better architectural patterns than MVC in Android as they imply a better separation of concerns. Source: MVC vs MVP vs MVVM for Android Application Development

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.