Hello, I am curious, I have been researching software architectures for a social app for Android devices and I found out that there is MVVM that is similar to the well-known MVC .......
But my question is the following, IF there is a database already created and configured in Postgresql from an external computer with DOCKER virtual machine (Where the database is stored), ¿What architecture fits best to develop a Social app as Twitter? I think of two that would be Client - Server or MVVM, so ¿Which architecture will work best, remember that it is an external database that is in a virtual machine?
Hello, I am curious, I have been researching software architectures for a social app for Android devices and I found out that there is MVVM that is similar to the well-known MVC .......
But my question is the following, IF there is a database already created and configured in Postgresql from an external computer with DOCKER virtual machine (Where the database is stored), ¿What architecture fits best to develop a Social app as Twitter? I think of two that would be Client - Server or MVVM, so ¿Which architecture will work best, remember that it is an external database that is in a virtual machine?