This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"How should I design my Android application? What kind of MVC | |
pattern should I use? What should I use for an event bus?" | |
We often see questions from developers that are asking from the | |
Android platform engineers about the kinds of design patterns and | |
architectures they use in their apps. But the answer, maybe | |
surprisingly, is we often don't have a strong opinion or really | |
an opinion at all. | |
Should you use MVC? Or MVP? Or MVVM? I have no idea. Heck, I only |