Android Architecture: Difference between revisions
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
Looking at this I am building an app with the architecture of | Looking at this I am building an app with the architecture of | ||
[[File:AndroidMVVM Example2.png|800px]] | [[File:AndroidMVVM Example2.png|800px]] | ||
The was discussion on god class which I had not heard before | |||
*Contains a high number of components | |||
*Components are coupled | |||
*Lengthy class | |||
Avoid a all costs or don't cos I like getting rid of them |
Revision as of 13:05, 20 December 2020
Architecture
Typical Android apps look like this
And this
Looking at this I am building an app with the architecture of
The was discussion on god class which I had not heard before
- Contains a high number of components
- Components are coupled
- Lengthy class
Avoid a all costs or don't cos I like getting rid of them